Home
last modified time | relevance | path

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

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