Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h451 struct ch_info { struct
452 union {
460 uint32_t cinfo_ch_mode; /* CHMODE_* flags */
461 ring_id_t cinfo_ch_ring_id; /* Channel ring (or any) */
462 struct nxprov_params cinfo_nxprov_params; /* Nexus provider params */
463 uuid_t cinfo_nx_uuid; /* Nexus instance UUID */
464 nexus_port_t cinfo_nx_port; /* Nexus instance port */
465 uint32_t cinfo_num_bufs; /* # buffers in user pool */
466 mach_vm_size_t cinfo_mem_map_size; /* size of VM map */
467 mach_vm_address_t cinfo_mem_base; /* VM mapping for task */
[all …]
H A Dchannel_var.h143 struct ch_info *ch_info; member