Home
last modified time | relevance | path

Searched refs:slot_ctx_arg (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus.c2399 void *slot_ctx_arg = NULL; in nx_init_slots() local
2403 &slot[i], i, &slot_ctx_prop, &slot_ctx_arg)) != 0) { in nx_init_slots()
2411 kring->ckr_slot_ctxs[i].slot_ctx_arg = in nx_init_slots()
2412 (mach_vm_address_t)slot_ctx_arg; in nx_init_slots()
2443 kring->ckr_slot_ctxs[i].slot_ctx_arg = 0; in nx_fini_slots()
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel_kern.c232 slot_ctx = (void *)(kring->ckr_slot_ctxs[i].slot_ctx_arg); in kern_channel_slot_get_context()
H A Dchannel_var.h129 mach_vm_address_t slot_ctx_arg; /* per-slot context */ member