Home
last modified time | relevance | path

Searched refs:cinfo_mem_map_size (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dos_channel_private.h490 mach_vm_size_t cinfo_mem_map_size; /* size of VM map */ member
H A Dchannel.c2012 (uint64_t)cinfo->cinfo_mem_map_size, in ch_connect_log1()
2013 (uint64_t)cinfo->cinfo_mem_map_size >> 10); in ch_connect_log1()
2136 cinfo->cinfo_mem_map_size = ch->ch_mmap.ami_mapsize; in ch_connect()
/xnu-11215.1.10/libsyscall/wrappers/skywalk/
H A Dos_channel.c470 SK_ALIGN64_CASSERT(struct ch_info, cinfo_mem_map_size); in os_channel_create_extended()