Home
last modified time | relevance | path

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

/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c446 struct __user_channel_schema *ucs; in os_channel_create_extended() local
520 ucs = _CHANNEL_SCHEMA(ci->cinfo_mem_base, ci->cinfo_schema_offset); in os_channel_create_extended()
523 num_allocator_rings = _num_allocator_rings(ucs); in os_channel_create_extended()
524 num_event_rings = ucs->csm_num_event_rings; in os_channel_create_extended()
525 num_large_buf_alloc_rings = ucs->csm_large_buf_alloc_rings; in os_channel_create_extended()
562 *(struct __user_channel_schema **)(uintptr_t)&chd->chd_schema = ucs; in os_channel_create_extended()