Searched refs:MACH_PORT_GEN (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/ipc/
H A Dport.h71 #define MACH_PORT_NGEN(name) MACH_PORT_MAKE(0, MACH_PORT_GEN(name))
H A Dipc_entry.c105 if (IE_BITS_GEN(entry->ie_bits) != MACH_PORT_GEN(name) ||
303 mach_port_gen_t gen = MACH_PORT_GEN(name);
433 assert(IE_BITS_GEN(entry->ie_bits) == MACH_PORT_GEN(name));
445 assert(IE_BITS_GEN(entry->ie_bits) == MACH_PORT_GEN(name));
/xnu-2782.1.97/osfmk/mach/
H A Dport.h216 #define MACH_PORT_GEN(name) (((name) & 0xff) << 24) macro
223 #define MACH_PORT_GEN(name) (0) macro

Completed in 76 milliseconds