Searched refs:gIOTerminatedNotification (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPUnit.cpp88 fTerminateNotifier = IOService::addMatchingNotification(gIOTerminatedNotification,
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventSystem.cpp88 gIOTerminatedNotification,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp142 const OSSymbol * gIOTerminatedNotification; variable
333 gIOTerminatedNotification = OSSymbol::withCStringNoCopy(
376 && gIOTerminatedNotification && gIOServiceKey
1957 victim->deliverNotification( gIOTerminatedNotification, 0, 0xffffffff );
4137 else if( type == gIOTerminatedNotification)
4346 || (type == gIOTerminatedNotification)) {
H A DIOUserClient.cpp1944 else if( sym == gIOTerminatedNotification)
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h132 extern const OSSymbol * gIOTerminatedNotification;
717 @discussion IOService will deliver notifications of changes in state of an IOService object to registered clients. The type of notification is specified by a symbol, for example <code>gIOMatchedNotification</code> or <code>gIOTerminatedNotification</code>, and notifications will only include IOService objects that match the supplied matching dictionary. Notifications are ordered by a priority set with <code>addNotification</code>. When the notification is installed, its handler will be called with each of any currently existing IOService objects that are in the correct state (eg. registered) and match the supplied matching dictionary, avoiding races between finding preexisting and new IOService events. The notification request is identified by an instance of an IONotifier object, through which it can be enabled, disabled, or removed. <code>addNotification</code> consumes a retain count on the matching dictionary when the notification is removed.
723 <br> <code>gIOTerminatedNotification</code> Delivered after an IOService object has been terminated, during its finalize stage.
740 @discussion IOService will deliver notifications of changes in state of an IOService object to registered clients. The type of notification is specified by a symbol, for example <code>gIOMatchedNotification</code> or <code>gIOTerminatedNotification</code>, and notifications will only include IOService objects that match the supplied matching dictionary. Notifications are ordered by a priority set with <code>addNotification</code>. When the notification is installed, its handler will be called with each of any currently existing IOService objects that are in the correct state (eg. registered) and match the supplied matching dictionary, avoiding races between finding preexisting and new IOService events. The notification request is identified by an instance of an IONotifier object, through which it can be enabled, disabled, or removed. <code>addMatchingNotification</code> does not consume a reference on the matching dictionary when the notification is removed, unlike addNotification.
746 <br> <code>gIOTerminatedNotification</code> Delivered after an IOService object has been terminated, during its finalize stage.
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp928 terminateNotify = addMatchingNotification(gIOTerminatedNotification,
935 eventTerminateNotify = addMatchingNotification(gIOTerminatedNotification,

Completed in 121 milliseconds