Home
last modified time | relevance | path

Searched refs:MACH_PORT_DEAD (Results 1 – 13 of 13) sorted by relevance

/xnu-8019.80.24/osfmk/mach/
H A Dport.h161 #define CAST_MACH_NAME_TO_PORT(x) ((x) == MACH_PORT_DEAD ? (mach_port_t)IPC_PORT_DEAD : (mach_port_…
202 #define MACH_PORT_DEAD ((mach_port_name_t) ~0) macro
208 ((name) != MACH_PORT_DEAD))
/xnu-8019.80.24/libsyscall/mach/
H A Dmach_right.c117 rs.mrs_name = MACH_PORT_DEAD; in mach_right_send_retain()
H A Dmach_port.c487 *special_reply_port = MACH_PORT_DEAD; in mach_sync_ipc_link_monitoring_start()
/xnu-8019.80.24/osfmk/ipc/
H A Dmach_debug.c253 infop->iis_genno_mask = MACH_PORT_NGEN(MACH_PORT_DEAD); in mach_port_space_info()
389 infop->iisb_genno_mask = MACH_PORT_NGEN(MACH_PORT_DEAD); in mach_port_space_basic_info()
H A Dipc_kmsg.c2786 if (voucher_name == MACH_PORT_DEAD || in ipc_kmsg_copyin_header()
4344 reply_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_header()
4580 dest_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_header()
4586 dest_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_header()
4666 *namep = MACH_PORT_DEAD; in ipc_kmsg_copyout_object()
5343 dest_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_dest_to_user()
5415 dest_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_dest_to_kernel()
H A Dipc_object.c1320 name = MACH_PORT_DEAD; in ipc_object_copyout_dest()
H A Dmach_port.c445 if (name == MACH_PORT_DEAD) { in mach_port_type()
1458 if (after == MACH_PORT_DEAD) { in mach_port_move_member()
H A Dipc_port.c2780 name = MACH_PORT_DEAD; in ipc_port_copyout_send_internal()
/xnu-8019.80.24/osfmk/device/
H A Diokit_rpc.c378 name = MACH_PORT_DEAD; in iokit_make_send_right()
/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c456 return owner_name == MACH_PORT_DEAD ? ESRCH : EOWNERDEAD; in ulock_resolve_owner()
/xnu-8019.80.24/osfmk/kern/
H A Dthread.c3196 if (MACH_PORT_DEAD == voucher_name) { in thread_set_voucher_name()
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp6142 if ((ref == MACH_PORT_DEAD) || (ref == (uintptr_t) MACH_PORT_NULL)) { in iokit_user_client_trap()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp9289 if (portName == 0 || portName == MACH_PORT_DEAD) {