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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h131 extern const OSSymbol * gIOFirstMatchNotification;
722 <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.
745 <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.
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp141 const OSSymbol * gIOFirstMatchNotification; variable
331 gIOFirstMatchNotification = OSSymbol::withCStringNoCopy(
3466 deliverNotification( gIOFirstMatchNotification,
4135 || (type == gIOFirstMatchNotification))
H A DIOUserClient.cpp1942 || (sym == gIOFirstMatchNotification))
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp491 gDeviceMatchedNotifier = addMatchingNotification(gIOFirstMatchNotification,

Completed in 211 milliseconds