Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h165 extern const OSSymbol * gIOFirstMatchNotification;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp197 const OSSymbol * gIOFirstMatchNotification; variable
556 gIOFirstMatchNotification = OSSymbol::withCStringNoCopy( in initialize()
5273 notifiers[2] = service->copyNotifiers(gIOFirstMatchNotification, 0, 0xffffffff); in publishHiddenMedia()
5436 notifiers[1] = copyNotifiers(gIOFirstMatchNotification, in doServiceMatch()
6353 } else if (type == gIOFirstMatchNotification) { in doInstallNotification()
H A DIOUserClient.cpp2911 || (sym == gIOFirstMatchNotification)) { in internal_io_service_add_notification()