Home
last modified time | relevance | path

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

/xnu-11417.140.69/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-11417.140.69/osfmk/kern/
H A Dcoalition.c302 uint32_t notified : 1; /* no-more-processes notification was sent via special port */ member
1910 assert(!coal->notified); in coalition_remove_active()
1912 coal->notified = TRUE; in coalition_remove_active()
2201 assert(!coal->notified); in coalition_request_terminate_internal()
2203 coal->notified = TRUE; in coalition_request_terminate_internal()
/xnu-11417.140.69/tools/lldbmacros/
H A Dprocess.py548 if (coal.notified):