Searched refs:chrd_md_type (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/libsyscall/wrappers/skywalk/ ! |
| H A D | os_channel.c | 310 *(nexus_meta_type_t *)(uintptr_t)&chrd->chrd_md_type = md_type; in os_channel_init_ring() 335 switch (chrd->chrd_md_type) { in _initialize_metadata_address() 1104 switch (chrd->chrd_md_type) { in os_channel_set_slot_properties() 1157 SK_PTR_ENCODE(q, chrd->chrd_md_type, chrd->chrd_md_subtype); in os_channel_slot_get_packet() 1723 *ph = SK_PTR_ENCODE(q, chrd->chrd_md_type, chrd->chrd_md_subtype); in os_channel_packet_alloc() 1875 chrd->chrd_ring, idx), chrd->chrd_md_type, in os_channel_slot_detach_packet() 1933 ph = SK_PTR_ENCODE(q, chrd->chrd_md_type, in os_channel_purge_packet_alloc_ring() 1942 if (chrd->chrd_md_type == NEXUS_META_TYPE_PACKET) { in os_channel_purge_packet_alloc_ring() 2139 *ehandle = SK_PTR_ENCODE(qum, chrd->chrd_md_type, in os_channel_get_next_event_handle()
|
| /xnu-8020.121.3/bsd/skywalk/channel/ ! |
| H A D | os_channel_private.h | 551 const nexus_meta_type_t chrd_md_type; member
|