Searched refs:IPC_PORT_DEAD (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dport.h144 #define IPC_PORT_DEAD ((ipc_port_t)~0UL) macro
146 ((port) != IPC_PORT_NULL && (port) != IPC_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))
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_port.h183 #define IP_DEAD IPC_PORT_DEAD
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c673 if (tfpport == IPC_PORT_DEAD) {
848 if (tfpport == IPC_PORT_DEAD) {
932 if (tfpport == IPC_PORT_DEAD) {
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_lock.c185 (lockd_port == IPC_PORT_DEAD) ? "DEAD" : "VALID");

Completed in 28 milliseconds