Searched refs:mach_port_index_t (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.121.3/osfmk/ipc/ |
| H A D | ipc_hash.c | 93 mach_port_index_t index, 131 mach_port_index_t index; in ipc_hash_insert() 153 mach_port_index_t index; in ipc_hash_delete() 191 ((mach_port_index_t)(os_hash_kernel_pointer(obj) % (size))) 208 mach_port_index_t hindex, index, hdist; in ipc_hash_table_lookup() 277 mach_port_index_t index, in ipc_hash_table_insert() 280 mach_port_index_t hindex, hdist; in ipc_hash_table_insert() 334 mach_port_index_t index, in ipc_hash_table_delete() 337 mach_port_index_t hindex, dindex, dist; in ipc_hash_table_delete()
|
| H A D | ipc_entry.c | 98 mach_port_index_t index; in ipc_entry_lookup() 137 mach_port_index_t next_free = 0; in ipc_entries_hold() 185 mach_port_index_t first_free; in ipc_entry_claim() 297 mach_port_index_t index = MACH_PORT_INDEX(name); in ipc_entry_alloc_name() 353 mach_port_index_t free_index, next_index; in ipc_entry_alloc_name() 420 mach_port_index_t index; in ipc_entry_dealloc() 469 mach_port_index_t index; in ipc_entry_modified() 550 mach_port_index_t free_index; in ipc_entry_grow_table() 551 mach_port_index_t low_mod, hi_mod; in ipc_entry_grow_table() 645 for (mach_port_index_t i = low_mod; i <= hi_mod; i++) { in ipc_entry_grow_table() [all …]
|
| H A D | ipc_space.c | 206 mach_port_index_t bottom, in ipc_space_rand_freelist() 207 mach_port_index_t size) in ipc_space_rand_freelist() 219 mach_port_index_t curr = bottom; in ipc_space_rand_freelist() 220 mach_port_index_t top = size; in ipc_space_rand_freelist() 249 mach_port_index_t next; in ipc_space_rand_freelist() 460 for (mach_port_index_t index = 1; index < size; index++) { in ipc_space_terminate() 474 for (mach_port_index_t index = 1; index < size; index++) { in ipc_space_terminate()
|
| H A D | ipc_entry.h | 121 mach_port_index_t ie_index : IPC_ENTRY_INDEX_BITS; 123 mach_port_index_t ie_next; /* next in freelist, or... */
|
| H A D | ipc_space.h | 288 mach_port_index_t bottom, 289 mach_port_index_t top);
|
| H A D | ipc_hash.h | 115 mach_port_index_t index,
|
| H A D | ipc_types.h | 54 typedef mach_port_name_t mach_port_index_t; /* index values */ typedef
|
| H A D | mach_debug.c | 256 for (mach_port_index_t index = 0; index < tsize; index++) { in mach_port_space_info()
|
| H A D | mach_port.c | 233 mach_port_index_t index; in mach_port_names()
|
| H A D | ipc_right.c | 116 mach_port_index_t index; in ipc_right_lookup_read()
|