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

/darwin-on-arm/xnu/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))
189 * value is MACH_PORT_NULL.) The value MACH_PORT_DEAD is also a legal
195 #define MACH_PORT_DEAD ((mach_port_name_t) ~0) macro
198 ((name) != MACH_PORT_DEAD))
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_debug.c225 infop->iis_genno_mask = MACH_PORT_NGEN(MACH_PORT_DEAD);
H A Dipc_kmsg.c2969 reply_name = MACH_PORT_DEAD;
3037 * is dead, return MACH_PORT_DEAD, and if the receive right
3092 dest_name = MACH_PORT_DEAD;
3097 dest_name = MACH_PORT_DEAD;
3125 * (name is valid) or the object is dead (MACH_PORT_DEAD).
3151 *namep = MACH_PORT_DEAD;
3757 dest_name = MACH_PORT_DEAD;
3975 dest_name = MACH_PORT_DEAD;
4013 dest_name = MACH_PORT_DEAD;
H A Dipc_object.c994 name = MACH_PORT_DEAD;
H A Dmach_port.c423 if (name == MACH_PORT_DEAD) {
1288 if (after == MACH_PORT_DEAD)
H A Dipc_port.c1154 name = MACH_PORT_DEAD;
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c384 name = MACH_PORT_DEAD;

Completed in 41 milliseconds