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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h129 extern const OSSymbol * gIOFirstPublishNotification;
720 <br> <code>gIOFirstPublishNotification</code> Delivered when an IOService object is registered, but only once per IOService instance. Some IOService objects may be reregistered when their state is changed.
743 <br> <code>gIOFirstPublishNotification</code> Delivered when an IOService object is registered, but only once per IOService instance. Some IOService objects may be reregistered when their state is changed.
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp139 const OSSymbol * gIOFirstPublishNotification; variable
327 gIOFirstPublishNotification = OSSymbol::withCStringNoCopy(
3416 deliverNotification( gIOFirstPublishNotification,
4131 else if( type == gIOFirstPublishNotification)
H A DIOUserClient.cpp1939 || (sym == gIOFirstPublishNotification))
H A DIOPMrootDomain.cpp1024 gIOFirstPublishNotification, tmpDict,
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp1544 bsdClientAddedNotifier = addMatchingNotification (gIOFirstPublishNotification,

Completed in 407 milliseconds