Searched refs:slot_ctx_arg (Results 1 – 3 of 3) sorted by relevance
2412 void *slot_ctx_arg = NULL; in nx_init_slots() local2416 &slot[i], i, &slot_ctx_prop, &slot_ctx_arg)) != 0) { in nx_init_slots()2424 kring->ckr_slot_ctxs[i].slot_ctx_arg = in nx_init_slots()2425 (mach_vm_address_t)slot_ctx_arg; in nx_init_slots()2456 kring->ckr_slot_ctxs[i].slot_ctx_arg = 0; in nx_fini_slots()
232 slot_ctx = (void *)(kring->ckr_slot_ctxs[i].slot_ctx_arg); in kern_channel_slot_get_context()
129 mach_vm_address_t slot_ctx_arg; /* per-slot context */ member