Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/DriverKit/
H A DIOServiceStateNotificationDispatchSource.iig50 * @param items Array of state item names to be notified about.
H A DIOWorkGroup.iig60 …* Once the workgroup port has been sent to the driver, the driver should be notified with a user-d…
H A DIOInterruptDispatchSource.iig59 * and index. The code runs at normal thread level, but is notified with the mach_absolute_time
H A DIOEventLink.iig76 …* Once the remote eventlink port has been sent to the driver, the driver should be notified with a…
/xnu-12377.41.6/osfmk/kern/
H A Dcoalition.c302 uint32_t notified : 1; /* no-more-processes notification was sent via special port */ member
1924 assert(!coal->notified); in coalition_remove_active()
1926 coal->notified = TRUE; in coalition_remove_active()
2215 assert(!coal->notified); in coalition_request_terminate_internal()
2217 coal->notified = TRUE; in coalition_request_terminate_internal()
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py551 if (coal.notified):