Searched refs:is_table (Results 1 – 6 of 6) sorted by relevance
258 table = space->is_table; in ipc_hash_local_lookup()298 table = space->is_table; in ipc_hash_local_insert()334 table = space->is_table; in ipc_hash_local_delete()
198 space->is_table = table; in ipc_space_create()295 table = space->is_table; in ipc_space_destroy()
151 entryp = space->is_table[idx]; in ipc_entry_hash_delete()155 space->is_table[idx] = entry->ie_link; in ipc_entry_hash_delete()
352 table = space->is_table; in mach_port_space_info()
319 table = space->is_table; in mach_port_names()
122 ipc_entry_t *is_table; /* an array of entries */ member