Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/mach/
H A Dport.h144 #define IPC_PORT_DEAD ((ipc_port_t)~0UL) macro
150 return port != IPC_PORT_DEAD && port; in ipc_port_valid()
161 #define CAST_MACH_NAME_TO_PORT(x) ((x) == MACH_PORT_DEAD ? (mach_port_t)IPC_PORT_DEAD : (mach_port_…
/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c958 if (tfpport == IPC_PORT_DEAD) { in task_for_pid()
1193 if (tfpport == IPC_PORT_DEAD) { in task_inspect_for_pid()
1315 if (tfpport == IPC_PORT_DEAD) { in task_read_for_pid()
1405 if (tfpport == IPC_PORT_DEAD) { in pid_suspend()
1534 if (tfpport == IPC_PORT_DEAD) { in debug_control_port_for_pid()
1632 if (tfpport == IPC_PORT_DEAD) { in pid_resume()
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_port.h266 #define IP_DEAD IPC_PORT_DEAD
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_lock.c178 (lockd_port == IPC_PORT_DEAD) ? "DEAD" : "VALID"); in nfs_lockd_mount_unregister()