Searched refs:qum (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 2106 struct __user_quantum *qum; in os_channel_get_next_event_handle() local 2131 qum = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_event_handle() 2132 _METADATA_VERIFY(chrd, qum); in os_channel_get_next_event_handle() 2135 baddr = _initialize_metadata_address(chrd, qum, &bdoff); in os_channel_get_next_event_handle() 2139 *ehandle = SK_PTR_ENCODE(qum, chrd->chrd_md_type, in os_channel_get_next_event_handle()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2290 struct __kern_quantum *qum, *kqum; in na_kr_depopulate_slots() local 2307 if ((qum = pp_find_upp(pp, midx)) != NULL) { in na_kr_depopulate_slots() 2309 SK_KVA(qum)); in na_kr_depopulate_slots() 2321 qum = pp_remove_upp(pp, midx, &err); in na_kr_depopulate_slots() 2324 midx, SK_KVA(qum)); in na_kr_depopulate_slots() 2325 if (qum != NULL) { in na_kr_depopulate_slots()
|