Home
last modified time | relevance | path

Searched refs:es (Results 1 – 3 of 3) sorted by relevance

/system/ulib/fdio/
A Dnamespace.c682 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() local
705 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 …]
/system/utest/register-state/
A Dregister-state-test.cpp95 DEFINE_REGISTER_ACCESSOR(es) in DEFINE_REGISTER_ACCESSOR() argument
/system/utest/hypervisor/
A Dx86.S291 mov %rax,%es

Completed in 9 milliseconds