Home
last modified time | relevance | path

Searched refs:iis_table_size (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/ipc/
H A Dmach_debug.c254 infop->iis_table_size = tsize; in mach_port_space_info()
294 used_table_size = infop->iis_table_size * sizeof(ipc_info_name_t); in mach_port_space_info()
296 bzero((char *)&table_info[infop->iis_table_size], in mach_port_space_info()
312 *tableCntp = infop->iis_table_size; in mach_port_space_info()
/xnu-8019.80.24/osfmk/mach_debug/
H A Dipc_info.h80 natural_t iis_table_size; /* size of table */ member