Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/DriverKit/
H A DIOServiceStateNotificationDispatchSource.iig50 * @param items Array of state item names to be notified about.
H A DIOInterruptDispatchSource.iig59 * and index. The code runs at normal thread level, but is notified with the mach_absolute_time
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 DIOEventLink.iig76 …* Once the remote eventlink port has been sent to the driver, the driver should be notified with a…
/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c283 uint32_t notified : 1; /* no-more-processes notification was sent via special port */ member
1646 assert(!coal->notified); in coalition_remove_active()
1648 coal->notified = TRUE; in coalition_remove_active()
1937 assert(!coal->notified); in coalition_request_terminate_internal()
1939 coal->notified = TRUE; in coalition_request_terminate_internal()
/xnu-8020.140.41/tools/lldbmacros/
H A Dprocess.py459 if (coal.notified):