Searched refs:MACH_NOTIFY_PORT_DESTROYED (Results 1 – 7 of 7) sorted by relevance
74 MACH_NOTIFY_PORT_DESTROYED,
81 #define MACH_NOTIFY_PORT_DESTROYED (MACH_NOTIFY_FIRST + 005) macro
102 /* MACH_NOTIFY_PORT_DESTROYED: 0105 */
278 * MACH_NOTIFY_PORT_DESTROYED (receive rights)286 * MACH_NOTIFY_PORT_DESTROYED: must be zero.
58 kr = mach_port_request_notification(mach_task_self(), timer_port, MACH_NOTIFY_PORT_DESTROYED,
93 …kr = mach_port_request_notification(mach_task_self(), service_port, MACH_NOTIFY_PORT_DESTROYED, 0,…
1571 case MACH_NOTIFY_PORT_DESTROYED: { in mach_port_request_notification()