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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h129 extern const OSSymbol * gIOFirstMatchNotification;
665 <br> <code>gIOFirstMatchNotification</code> Delivered when an IOService object has been matched with all client drivers, but only once per IOService instance. Some IOService objects may be reregistered when their state is changed.
688 <br> <code>gIOFirstMatchNotification</code> Delivered when an IOService object has been matched with all client drivers, 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.cpp136 const OSSymbol * gIOFirstMatchNotification; variable
320 gIOFirstMatchNotification = OSSymbol::withCStringNoCopy(
3166 deliverNotification( gIOFirstMatchNotification,
3829 || (type == gIOFirstMatchNotification))
H A DIOUserClient.cpp1726 || (sym == gIOFirstMatchNotification))

Completed in 30 milliseconds