Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.defs280 * MACH_NOTIFY_PORT_DESTROYED (receive rights)
288 * MACH_NOTIFY_PORT_DESTROYED: must be zero.
/xnu-8020.121.3/tests/
H A Dmktimer_kobject.c58 kr = mach_port_request_notification(mach_task_self(), timer_port, MACH_NOTIFY_PORT_DESTROYED,
H A Dmach_service_port.c73 …kr = mach_port_request_notification(mach_task_self(), service_port, MACH_NOTIFY_PORT_DESTROYED, 0,…
/xnu-8020.121.3/osfmk/ipc/
H A Dmach_port.c1554 case MACH_NOTIFY_PORT_DESTROYED: { in mach_port_request_notification()