Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h493 mach_vm_size_t cinfo_mem_map_size; /* size of VM map */ member
H A Dchannel.c1990 (uint64_t)cinfo->cinfo_mem_map_size, in ch_connect_log1()
1991 (uint64_t)cinfo->cinfo_mem_map_size >> 10); in ch_connect_log1()
2114 cinfo->cinfo_mem_map_size = ch->ch_mmap.ami_mapsize; in ch_connect()
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c454 SK_ALIGN64_CASSERT(struct ch_info, cinfo_mem_map_size); in os_channel_create_extended()