Searched refs:MACH_PORT_MAKE (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_entry.c | 223 new_name = MACH_PORT_MAKE(first_free, gen); in ipc_entry_claim() 373 MACH_PORT_MAKE(free_index, in ipc_entry_alloc_name() 792 static mach_port_name_t null_name = MACH_PORT_MAKE(0, IE_BITS_GEN_MASK + IE_BITS_GEN_ONE); in ipc_entry_name_mask() 795 static mach_port_name_t null_name = MACH_PORT_MAKE(0, ~(IE_BITS_GEN_MASK + IE_BITS_GEN_ONE)); in ipc_entry_name_mask()
|
| H A D | port.h | 72 #define MACH_PORT_NGEN(name) MACH_PORT_MAKE(0, MACH_PORT_GEN(name))
|
| H A D | ipc_space.c | 468 name = MACH_PORT_MAKE(index, in ipc_space_terminate() 482 name = MACH_PORT_MAKE(index, in ipc_space_terminate()
|
| H A D | ipc_hash.c | 245 *namep = MACH_PORT_MAKE(index, in ipc_hash_table_lookup()
|
| H A D | mach_debug.c | 269 iin->iin_name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits)); in mach_port_space_info()
|
| H A D | mach_port.c | 333 name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits)); in mach_port_names()
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | port.h | 229 #define MACH_PORT_MAKE(index, gen) \ macro 236 #define MACH_PORT_MAKE(index, gen) (index) macro
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ipc_misc.c | 177 name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits));
|