Home
last modified time | relevance | path

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

/xnu-8792.41.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-8792.41.9/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-8792.41.9/osfmk/ipc/
H A Dmach_port.c1570 case MACH_NOTIFY_PORT_DESTROYED: { in mach_port_request_notification()