Home
last modified time | relevance | path

Searched refs:chrd_md_subtype (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/libsyscall/wrappers/skywalk/
H A Dos_channel.c304 *(nexus_meta_subtype_t *)(uintptr_t)&chrd->chrd_md_subtype = md_subtype; in os_channel_init_ring()
1170 SK_PTR_ENCODE(q, chrd->chrd_md_type, chrd->chrd_md_subtype); in os_channel_slot_get_packet()
1792 *ph = SK_PTR_ENCODE(q, chrd->chrd_md_type, chrd->chrd_md_subtype); in os_channel_packet_alloc_common()
1957 chrd->chrd_md_subtype))) { in os_channel_slot_detach_packet()
2016 chrd->chrd_md_subtype); in os_channel_purge_packet_alloc_ring_common()
2241 chrd->chrd_md_subtype); in os_channel_get_next_event_handle()
/xnu-10002.61.3/bsd/skywalk/channel/
H A Dos_channel_private.h573 const nexus_meta_subtype_t chrd_md_subtype; member