Searched refs:es (Results 1 – 3 of 3) sorted by relevance
682 es->count += 1; in ns_export_count()693 es->path[es->count] = es->buffer; in ns_export_copy()694 es->handle[es->count] = h; in ns_export_copy()695 es->type[es->count] = PA_HND(PA_NS_DIR, es->count); in ns_export_copy()697 es->count++; in ns_export_copy()703 export_state_t es; in fdio_ns_export() local705 es.count = 0; in fdio_ns_export()722 es.type = (uint32_t*) (es.handle + es.count); in fdio_ns_export()723 es.path = (char**) (es.type + es.count); in fdio_ns_export()724 es.buffer = (char*) (es.path + es.count); in fdio_ns_export()[all …]
95 DEFINE_REGISTER_ACCESSOR(es) in DEFINE_REGISTER_ACCESSOR() argument
291 mov %rax,%es
Completed in 9 milliseconds