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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h127 extern const OSSymbol * gIOFirstPublishNotification;
663 <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.
686 <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.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp134 const OSSymbol * gIOFirstPublishNotification; variable
316 gIOFirstPublishNotification = OSSymbol::withCStringNoCopy(
3114 deliverNotification( gIOFirstPublishNotification,
3825 else if( type == gIOFirstPublishNotification)
H A DIOUserClient.cpp1723 || (sym == gIOFirstPublishNotification))

Completed in 33 milliseconds