Home
last modified time | relevance | path

Searched defs:channel_ring_desc (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h563 struct channel_ring_desc { struct
564 const struct channel *chrd_channel;
565 const volatile uint32_t *chrd_csm_flags;
566 const struct __user_channel_ring *chrd_ring;
572 struct __slot_desc *chrd_slot_desc;
575 const nexus_meta_type_t chrd_md_type;
576 const nexus_meta_subtype_t chrd_md_subtype;
577 const mach_vm_address_t chrd_shmem_base_addr;
578 const mach_vm_address_t chrd_def_buf_base_addr;
579 const mach_vm_address_t chrd_large_buf_base_addr;
[all …]