Searched refs:gIOMatchedNotification (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp417 _notifier = IOService::addMatchingNotification( gIOMatchedNotification, matching,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp140 const OSSymbol * gIOMatchedNotification; variable
329 gIOMatchedNotification = OSSymbol::withCStringNoCopy(
375 && gIOPublishNotification && gIOMatchedNotification
3463 deliverNotification( gIOMatchedNotification,
4134 else if( (type == gIOMatchedNotification)
4285 notify = IOService::setNotification( gIOMatchedNotification, matching,
H A DIOUserClient.cpp1941 else if( (sym == gIOMatchedNotification)
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h130 extern const OSSymbol * gIOMatchedNotification;
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.
721 <br> <code>gIOMatchedNotification</code> Delivered when an IOService object has been matched with all client drivers, and they have been probed and started.
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.
744 <br> <code>gIOMatchedNotification</code> Delivered when an IOService object has been matched with all client drivers, and they have been probed and started.
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp4271 fKeyswitchNotifier = addMatchingNotification( gIOMatchedNotification, nameMatching( "AppleKeyswitch" ),

Completed in 249 milliseconds