Home
last modified time | relevance | path

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

/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c301 *(nexus_meta_type_t *)(uintptr_t)&chrd->chrd_md_type = md_type; in os_channel_init_ring()
1133 SK_PTR_ENCODE(q, chrd->chrd_md_type, chrd->chrd_md_subtype); in os_channel_slot_get_packet()
1733 *ph = SK_PTR_ENCODE(q, chrd->chrd_md_type, chrd->chrd_md_subtype); in os_channel_packet_alloc_common()
1897 chrd->chrd_ring, idx), chrd->chrd_md_type, in os_channel_slot_detach_packet()
1956 ph = SK_PTR_ENCODE(q, chrd->chrd_md_type, in os_channel_purge_packet_alloc_ring_common()
2179 *ehandle = SK_PTR_ENCODE(qum, chrd->chrd_md_type, in os_channel_get_next_event_handle()
/xnu-12377.81.4/bsd/skywalk/channel/
H A Dos_channel_private.h575 const nexus_meta_type_t chrd_md_type; member