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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dport.h71 #define MACH_PORT_NGEN(name) MACH_PORT_MAKE(0, MACH_PORT_GEN(name))
H A Dipc_entry.c106 if (IE_BITS_GEN(entry->ie_bits) != MACH_PORT_GEN(name) ||
246 mach_port_gen_t gen = MACH_PORT_GEN(name);
375 assert(IE_BITS_GEN(entry->ie_bits) == MACH_PORT_GEN(name));
386 assert(IE_BITS_GEN(entry->ie_bits) == MACH_PORT_GEN(name));
/darwin-on-arm/xnu/osfmk/mach/
H A Dport.h218 #define MACH_PORT_GEN(name) (((name) & 0xff) << 24) macro
225 #define MACH_PORT_GEN(name) (0) macro

Completed in 70 milliseconds