Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/ipc/
H A Dport_notification_99449706.c74 MACH_NOTIFY_PORT_DESTROYED,
/xnu-10063.101.15/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-10063.101.15/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.c93 …kr = mach_port_request_notification(mach_task_self(), service_port, MACH_NOTIFY_PORT_DESTROYED, 0,…
/xnu-10063.101.15/osfmk/ipc/
H A Dmach_port.c1571 case MACH_NOTIFY_PORT_DESTROYED: { in mach_port_request_notification()