Home
last modified time | relevance | path

Searched refs:mach_port_index_t (Results 1 – 10 of 10) sorted by relevance

/xnu-10002.81.5/osfmk/ipc/
H A Dipc_hash.c89 mach_port_index_t index,
127 mach_port_index_t index; in ipc_hash_insert()
149 mach_port_index_t index; in ipc_hash_delete()
187 ((mach_port_index_t)(os_hash_kernel_pointer(obj) % (size)))
204 mach_port_index_t hindex, index, hdist; in ipc_hash_table_lookup()
273 mach_port_index_t index, in ipc_hash_table_insert()
276 mach_port_index_t hindex, hdist; in ipc_hash_table_insert()
331 mach_port_index_t index, in ipc_hash_table_delete()
334 mach_port_index_t hindex, dindex, dist; in ipc_hash_table_delete()
H A Dipc_entry.c111 mach_port_index_t index; in ipc_entry_lookup()
150 mach_port_index_t next_free = 0; in ipc_entries_hold()
206 mach_port_index_t first_free; in ipc_entry_claim()
320 const mach_port_index_t index = MACH_PORT_INDEX(name); in ipc_entry_alloc_name()
383 mach_port_index_t prev_index; in ipc_entry_alloc_name()
457 mach_port_index_t index; in ipc_entry_dealloc()
505 mach_port_index_t index; in ipc_entry_modified()
583 mach_port_index_t free_index; in ipc_entry_grow_table()
584 mach_port_index_t low_mod, hi_mod; in ipc_entry_grow_table()
666 for (mach_port_index_t i = MAX(1, low_mod); i <= hi_mod; i++) { in ipc_entry_grow_table()
[all …]
H A Dipc_space.c211 mach_port_index_t bottom, in ipc_space_rand_freelist()
212 mach_port_index_t size) in ipc_space_rand_freelist()
224 mach_port_index_t curr = bottom; in ipc_space_rand_freelist()
225 mach_port_index_t top = size; in ipc_space_rand_freelist()
254 mach_port_index_t next; in ipc_space_rand_freelist()
455 for (mach_port_index_t index = 1; in ipc_space_terminate()
H A Dipc_entry.h117 mach_port_index_t ie_next; /* next in freelist, or... */
123 mach_port_index_t ie_index;
H A Dipc_space.h281 mach_port_index_t bottom,
282 mach_port_index_t top);
H A Dipc_hash.h116 mach_port_index_t index,
H A Dipc_types.h54 typedef mach_port_name_t mach_port_index_t; /* index values */ typedef
H A Dmach_debug.c210 for (mach_port_index_t index = 0; index < tsize; index++) { in mach_port_space_info()
H A Dmach_port.c234 mach_port_index_t index; in mach_port_names()
H A Dipc_right.c122 mach_port_index_t index; in ipc_right_lookup_read()