Searched refs:MACH_PORT_DEAD (Results 1 – 13 of 13) sorted by relevance
161 #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) macro208 ((name) != MACH_PORT_DEAD))
258 infop->iis_genno_mask = MACH_PORT_NGEN(MACH_PORT_DEAD); in mach_port_space_info()352 infop->iisb_genno_mask = MACH_PORT_NGEN(MACH_PORT_DEAD); in mach_port_space_basic_info()
3789 if (voucher_name == MACH_PORT_DEAD || in ipc_kmsg_copyin_header()5360 reply_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_header()5596 dest_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_header()5602 dest_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_header()5682 *namep = MACH_PORT_DEAD; in ipc_kmsg_copyout_object()5745 *namep = MACH_PORT_DEAD; in ipc_kmsg_copyout_reply_object()6451 dest_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_dest_to_user()6525 dest_name = MACH_PORT_DEAD; in ipc_kmsg_copyout_dest_to_kernel()
1288 name = MACH_PORT_DEAD; in ipc_object_copyout_dest()
978 case MACH_PORT_DEAD: in ipc_port_dnnotify()2851 name = MACH_PORT_DEAD; in ipc_port_copyout_send_internal()
423 if (name == MACH_PORT_DEAD) { in mach_port_type()1404 if (after == MACH_PORT_DEAD) { in mach_port_move_member()
117 rs.mrs_name = MACH_PORT_DEAD; in mach_right_send_retain()
487 *special_reply_port = MACH_PORT_DEAD; in mach_sync_ipc_link_monitoring_start()
378 name = MACH_PORT_DEAD; in iokit_make_send_right()
462 return owner_name == MACH_PORT_DEAD ? ESRCH : EOWNERDEAD; in ulock_resolve_owner()
3283 if (MACH_PORT_DEAD == voucher_name) { in thread_set_voucher_name()
6264 if ((ref == MACH_PORT_DEAD) || (ref == (uintptr_t) MACH_PORT_NULL)) { in iokit_user_client_trap()
9978 if (portName == 0 || portName == MACH_PORT_DEAD) {