Home
last modified time | relevance | path

Searched refs:slot_ctx (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel_kern.c235 void *__single slot_ctx = 0; in kern_channel_slot_get_context() local
238 slot_ctx = kring->ckr_slot_ctxs[i].slot_ctx_arg; in kern_channel_slot_get_context()
241 return slot_ctx; in kern_channel_slot_get_context()
H A Dchannel_var.h129 struct slot_ctx { struct
434 …struct slot_ctx *__counted_by(ckr_slot_ctxs_cnt)ckr_slot_ctxs; /* (optional) array of slot context…
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.h235 struct slot_ctx *__counted_by(na_slot_ctxs_cnt)na_slot_ctxs;
H A Dnexus_adapter.c1477 skn_alloc_type_array(slot_ctxs, struct slot_ctx, in na_kr_create()
1722 skn_free_type_array_counted_by(slot_ctxs, struct slot_ctx, in na_kr_create()
1770 struct slot_ctx, na->na_slot_ctxs_cnt, in na_kr_delete()