Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h163 extern const OSSymbol * gIOFirstPublishNotification;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp195 const OSSymbol * gIOFirstPublishNotification; variable
552 gIOFirstPublishNotification = OSSymbol::withCStringNoCopy( in initialize()
5268 notifiers[0] = service->copyNotifiers(gIOFirstPublishNotification, 0, 0xffffffff); in publishHiddenMedia()
5365 notifiers[0] = copyNotifiers(gIOFirstPublishNotification, in doServiceMatch()
6349 } else if (type == gIOFirstPublishNotification) { in doInstallNotification()
H A DIOUserClient.cpp2908 || (sym == gIOFirstPublishNotification)) { in internal_io_service_add_notification()