Searched refs:qum (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 2146 struct __user_quantum *qum; in os_channel_get_next_event_handle() local 2171 qum = _SLOT_METADATA(chrd, ring, idx); in os_channel_get_next_event_handle() 2172 _METADATA_VERIFY(chrd, qum); in os_channel_get_next_event_handle() 2175 baddr = _initialize_metadata_address(chrd, qum, &bdoff); in os_channel_get_next_event_handle() 2179 *ehandle = SK_PTR_ENCODE(qum, chrd->chrd_md_type, in os_channel_get_next_event_handle()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 2345 struct __kern_quantum *qum, *kqum; in na_kr_depopulate_slots() local 2362 if ((qum = pp_find_upp(pp, midx)) != NULL) { in na_kr_depopulate_slots() 2364 SK_KVA(qum)); in na_kr_depopulate_slots() 2376 qum = pp_remove_upp(pp, midx, &err); in na_kr_depopulate_slots() 2379 midx, SK_KVA(qum)); in na_kr_depopulate_slots() 2380 if (qum != NULL) { in na_kr_depopulate_slots()
|