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

/darwin-on-arm/xnu/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))
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h181 #define IP_DEAD IPC_PORT_DEAD
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c595 if (tfpport == IPC_PORT_DEAD) {
771 if (tfpport == IPC_PORT_DEAD) {
857 if (tfpport == IPC_PORT_DEAD) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.c178 (lockd_port == IPC_PORT_DEAD) ? "DEAD" : "VALID");

Completed in 20 milliseconds