Searched refs:qum (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 2124 struct __user_quantum *qum; in os_channel_get_next_event_handle() local 2149 qum = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_event_handle() 2150 _METADATA_VERIFY(chrd, qum); in os_channel_get_next_event_handle() 2153 baddr = _initialize_metadata_address(chrd, qum, &bdoff); in os_channel_get_next_event_handle() 2157 *ehandle = SK_PTR_ENCODE(qum, chrd->chrd_md_type, in os_channel_get_next_event_handle()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2257 struct __kern_quantum *qum, *kqum; in na_kr_depopulate_slots() local 2274 if ((qum = pp_find_upp(pp, midx)) != NULL) { in na_kr_depopulate_slots() 2276 SK_KVA(qum)); in na_kr_depopulate_slots() 2288 qum = pp_remove_upp(pp, midx, &err); in na_kr_depopulate_slots() 2291 midx, SK_KVA(qum)); in na_kr_depopulate_slots() 2292 if (qum != NULL) { in na_kr_depopulate_slots()
|