Searched refs:qum (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 2207 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-11215.1.10/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2371 struct __kern_quantum *qum, *kqum; in na_kr_depopulate_slots() local 2388 if ((qum = pp_find_upp(pp, midx)) != NULL) { in na_kr_depopulate_slots() 2390 SK_KVA(qum)); in na_kr_depopulate_slots() 2402 qum = pp_remove_upp(pp, midx, &err); in na_kr_depopulate_slots() 2405 midx, SK_KVA(qum)); in na_kr_depopulate_slots() 2406 if (qum != NULL) { in na_kr_depopulate_slots()
|