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

/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp73 addMatchingNotification( gIOPublishNotification, serviceMatching("IOPMrootDomain"), (IOServiceMatchingNotificationHandler) RootRegistered, this, 0 );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp133 const OSSymbol * gIOPublishNotification; variable
314 gIOPublishNotification = OSSymbol::withCStringNoCopy(
356 && gIOPublishNotification && gIOMatchedNotification
3103 // job->nub->deliverNotification( gIOPublishNotification,
3125 gNotifications->getObject( gIOPublishNotification ) );
3822 if( type == gIOPublishNotification)
H A DIOUserClient.cpp1722 if( (sym == gIOPublishNotification)
H A DIOPMrootDomain.cpp1002 gIOPublishNotification, tmpDict,
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h126 extern const OSSymbol * gIOPublishNotification;
662 <br> <code>gIOPublishNotification</code> Delivered when an IOService object is registered.
685 <br> <code>gIOPublishNotification</code> Delivered when an IOService object is registered.

Completed in 115 milliseconds