Home
last modified time | relevance | path

Searched refs:MACH_NOTIFY_PORT_DESTROYED (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/tests/ipc/
H A Dport_notification_99449706.c75 MACH_NOTIFY_PORT_DESTROYED,
H A Dport_type_policy.c383 case MACH_NOTIFY_PORT_DESTROYED: in get_notification_name()
524 MACH_NOTIFY_PORT_DESTROYED); in test_receive_immovability()
/xnu-12377.1.9/osfmk/mach/
H A Dnotify.h81 #define MACH_NOTIFY_PORT_DESTROYED (MACH_NOTIFY_FIRST + 005) macro
H A Dnotify.defs102 /* MACH_NOTIFY_PORT_DESTROYED: 0105 */
H A Dmach_port.defs278 * MACH_NOTIFY_PORT_DESTROYED (receive rights)
286 * MACH_NOTIFY_PORT_DESTROYED: must be zero.
/xnu-12377.1.9/tests/
H A Dreply_port_defense_client.c381 kr = mach_port_request_notification(mach_task_self(), timer_port, MACH_NOTIFY_PORT_DESTROYED, in test_mktimer_notification_policy()
403 kr = mach_port_request_notification(mach_task_self(), reply_port, MACH_NOTIFY_PORT_DESTROYED, in test_reply_port_port_destroyed_notification_policy()
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_policy.c1359 …mach_port_guard_exception(ip_type(pd_port), MACH_NOTIFY_PORT_DESTROYED, kGUARD_EXC_INVALID_NOTIFIC… in ipc_allow_register_pd_notification()
H A Dmach_port.c1537 case MACH_NOTIFY_PORT_DESTROYED: { in mach_port_request_notification()