Searched refs:MACH_PORT_DEAD (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/osfmk/mach/
H A Dport.h152 * explicitly handle MACH_PORT_DEAD
156 #define CAST_MACH_NAME_TO_PORT(x) ((x) == MACH_PORT_DEAD ? (mach_port_t)IPC_PORT_DEAD : (mach_port_t)(uintptr_t)(x))
187 * value is MACH_PORT_NULL.) The value MACH_PORT_DEAD is also a legal
193 #define MACH_PORT_DEAD ((mach_port_name_t) ~0) macro
196 ((name) != MACH_PORT_DEAD))
/xnu-2422.115.4/osfmk/ipc/
H A Dmach_debug.c227 infop->iis_genno_mask = MACH_PORT_NGEN(MACH_PORT_DEAD);
H A Dipc_kmsg.c3189 reply_name = MACH_PORT_DEAD;
3259 * is dead, return MACH_PORT_DEAD, and if the receive right
3315 dest_name = MACH_PORT_DEAD;
3320 dest_name = MACH_PORT_DEAD;
3348 * (name is valid) or the object is dead (MACH_PORT_DEAD).
3374 *namep = MACH_PORT_DEAD;
3980 dest_name = MACH_PORT_DEAD;
4198 dest_name = MACH_PORT_DEAD;
4236 dest_name = MACH_PORT_DEAD;
H A Dipc_object.c1051 name = MACH_PORT_DEAD;
H A Dmach_port.c458 if (name == MACH_PORT_DEAD) {
1376 if (after == MACH_PORT_DEAD)
H A Dipc_port.c1499 name = MACH_PORT_DEAD;
/xnu-2422.115.4/osfmk/device/
H A Diokit_rpc.c386 name = MACH_PORT_DEAD;

Completed in 32 milliseconds