Home
last modified time | relevance | path

Searched refs:MACH_PORT_GEN (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/osfmk/ipc/
H A Dport.h72 #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) || 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()
H A Dipc_right.c241 if (__improbable(IE_BITS_GEN(bits) != MACH_PORT_GEN(name) || in ipc_right_lookup_read()
/xnu-8020.121.3/osfmk/mach/
H A Dport.h228 #define MACH_PORT_GEN(name) (((name) & 0xff) << 24) macro
235 #define MACH_PORT_GEN(name) (0) macro