Searched refs:MACH_PORT_GEN (Results 1 – 4 of 4) sorted by relevance
72 #define MACH_PORT_NGEN(name) MACH_PORT_MAKE(0, MACH_PORT_GEN(name))
105 if (IE_BITS_GEN(entry->ie_bits) != MACH_PORT_GEN(name) || in ipc_entry_lookup()298 mach_port_gen_t gen = MACH_PORT_GEN(name); in ipc_entry_alloc_name()441 assert(IE_BITS_GEN(entry->ie_bits) == MACH_PORT_GEN(name)); in ipc_entry_dealloc()
241 if (__improbable(IE_BITS_GEN(bits) != MACH_PORT_GEN(name) || in ipc_right_lookup_read()
228 #define MACH_PORT_GEN(name) (((name) & 0xff) << 24) macro235 #define MACH_PORT_GEN(name) (0) macro