Home
last modified time | relevance | path

Searched refs:MACH_PORT_MAKE (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_entry.c223 new_name = MACH_PORT_MAKE(first_free, gen); in ipc_entry_claim()
373 MACH_PORT_MAKE(free_index, in ipc_entry_alloc_name()
792 static mach_port_name_t null_name = MACH_PORT_MAKE(0, IE_BITS_GEN_MASK + IE_BITS_GEN_ONE); in ipc_entry_name_mask()
795 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 Dport.h72 #define MACH_PORT_NGEN(name) MACH_PORT_MAKE(0, MACH_PORT_GEN(name))
H A Dipc_space.c468 name = MACH_PORT_MAKE(index, in ipc_space_terminate()
482 name = MACH_PORT_MAKE(index, in ipc_space_terminate()
H A Dipc_hash.c245 *namep = MACH_PORT_MAKE(index, in ipc_hash_table_lookup()
H A Dmach_debug.c269 iin->iin_name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits)); in mach_port_space_info()
H A Dmach_port.c333 name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits)); in mach_port_names()
/xnu-8019.80.24/osfmk/mach/
H A Dport.h229 #define MACH_PORT_MAKE(index, gen) \ macro
236 #define MACH_PORT_MAKE(index, gen) (index) macro
/xnu-8019.80.24/osfmk/kern/
H A Dipc_misc.c177 name = MACH_PORT_MAKE(index, IE_BITS_GEN(bits));