Searched refs:MACH_PORT_MAKE (Results 1 – 9 of 9) sorted by relevance
| /xnu-10002.1.13/osfmk/ipc/ |
| H A D | ipc_entry.c | 246 new_name = MACH_PORT_MAKE(first_free, gen); in ipc_entry_claim() 416 MACH_PORT_MAKE(prev_index, in ipc_entry_alloc_name() 815 static mach_port_name_t null_name = MACH_PORT_MAKE(0, IE_BITS_GEN_MASK + IE_BITS_GEN_ONE); in ipc_entry_name_mask() 818 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_hash.c | 241 *namep = MACH_PORT_MAKE(index, in ipc_hash_table_lookup()
|
| H A D | ipc_space.c | 465 name = MACH_PORT_MAKE(index, in ipc_space_terminate()
|
| H A D | mach_debug.c | 220 iin->iin_name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits)); in mach_port_space_info()
|
| H A D | mach_port.c | 318 name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits)); in mach_port_names()
|
| /xnu-10002.1.13/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-10002.1.13/osfmk/kern/ |
| H A D | ipc_misc.c | 183 name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits));
|
| H A D | thread.c | 1116 kport &= ~MACH_PORT_MAKE(0, IE_BITS_GEN_MASK + IE_BITS_GEN_ONE); in thread_terminate_queue_invoke() 1118 kport |= MACH_PORT_MAKE(0, ~(IE_BITS_GEN_MASK + IE_BITS_GEN_ONE)); in thread_terminate_queue_invoke()
|