Home
last modified time | relevance | path

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

/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_channel.c2207 struct __user_quantum *qum; in os_channel_get_next_event_handle() local
2232 qum = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_event_handle()
2233 _METADATA_VERIFY(chrd, qum); in os_channel_get_next_event_handle()
2236 baddr = _initialize_metadata_address(chrd, qum, &bdoff); in os_channel_get_next_event_handle()
2240 *ehandle = SK_PTR_ENCODE(qum, chrd->chrd_md_type, in os_channel_get_next_event_handle()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_adapter.c2303 struct __kern_quantum *qum, *kqum; in na_kr_depopulate_slots() local
2320 if ((qum = pp_find_upp(pp, midx)) != NULL) { in na_kr_depopulate_slots()
2322 SK_KVA(qum)); in na_kr_depopulate_slots()
2334 qum = pp_remove_upp(pp, midx, &err); in na_kr_depopulate_slots()
2337 midx, SK_KVA(qum)); in na_kr_depopulate_slots()
2338 if (qum != NULL) { in na_kr_depopulate_slots()