Home
last modified time | relevance | path

Searched refs:__slot_desc (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h336 struct __slot_desc { struct
343 #define SLOT_DESC_SZ (sizeof (struct __slot_desc)) argument
572 struct __slot_desc *chrd_slot_desc;
H A Dos_channel.h104 struct __slot_desc;
109 typedef struct __slot_desc *channel_slot_t;
562 typedef struct __slot_desc *kern_channel_slot_t;
H A Dchannel_var.h378 struct __slot_desc *__counted_by(ckr_usds_cnt) ckr_usds; /* slot desc array (user) */
380 struct __slot_desc *__counted_by(ckr_ksds_cnt) ckr_ksds; /* slot desc array (kernel) */
382 struct __slot_desc *ckr_ksds_last; /* cache last ksd */
569 const struct __slot_desc *slot) in KR_SLOT_INDEX()
H A Dchannel.c186 static_assert(sizeof(struct __slot_desc) == 8); in ch_redzone_init()
/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpacket_var.h727 (struct __slot_desc *)(void *)ksd); in KR_SLOT_ATTACH_METADATA()
758 (struct __slot_desc *)(void *)ksd); in KR_SLOT_DETACH_METADATA()
793 (struct __slot_desc *)(void *)ksd); in KR_SLOT_ATTACH_BUF_METADATA()
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dos_nexus.h437 struct __slot_desc;
446 typedef struct __slot_desc *kern_channel_slot_t;
H A Dnexus_adapter.c1785 na_kr_slot_desc_init(struct __slot_desc *__counted_by(ksds_cnt)ksds, in na_kr_slot_desc_init()
1786 boolean_t kernel_only, struct __slot_desc *__counted_by(usds_cnt)usds, in na_kr_slot_desc_init()
1818 struct __slot_desc *ksds; in na_kr_setup()
H A Dnexus.c2433 struct __slot_desc *slot = kring->ckr_ksds; in nx_init_slots()
2482 struct __slot_desc *slot = kring->ckr_ksds; in nx_fini_slots()
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c271 struct __slot_desc *sd = NULL; in os_channel_init_ring()
277 sd = _CHANNEL_OFFSET(struct __slot_desc *, csm, in os_channel_init_ring()
988 const struct __slot_desc *slot; in os_channel_get_next_slot()