Searched refs:is_table_size (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/osfmk/ipc/
H A Dipc_space.c166 space->is_table_size = new_size;
250 size = space->is_table_size;
317 size = space->is_table_size;
334 space->is_table_size = 0;
H A Dipc_hash.c113 return ipc_hash_table_lookup(space->is_table, space->is_table_size, obj, namep, entryp);
135 ipc_hash_table_insert(space->is_table, space->is_table_size, obj, index, entry);
156 ipc_hash_table_delete(space->is_table, space->is_table_size, obj, index, entry);
H A Dipc_entry.c104 if (index < space->is_table_size) {
149 assert(first_free < space->is_table_size);
271 if (index < space->is_table_size) {
372 size = space->is_table_size;
413 size = space->is_table_size;
673 assert(space->is_table_size == osize);
676 space->is_table_size = size;
H A Dmach_debug.c204 vm_map_round_page((space->is_table_size
228 infop->iis_table_size = space->is_table_size;
233 tsize = space->is_table_size;
H A Dipc_space.h100 * Every space has a non-NULL is_table with is_table_size entries.
116 ipc_entry_num_t is_table_size; /* current size of table */ member in struct:ipc_space
H A Dmach_port.c273 bound = space->is_table_size;
339 tsize = space->is_table_size;
/xnu-2422.115.4/tools/lldbmacros/
H A Dipc.py21 table_size = int(task.itk_space.is_table_size)
389 ports = int(space.is_table_size)
395 out_str += format_string.format(space, space.is_task, space.is_table, flags, space.is_table_size, space.is_table_next, space.is_low_mod, space.is_high_mod)
531 while i < isp.is_table_size:

Completed in 38 milliseconds