Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h79 extern const OSSymbol * gIOServiceNotificationUserKey;
H A DIOService.cpp212 const OSSymbol * gIOServiceNotificationUserKey; variable
595 gIOServiceNotificationUserKey = OSSymbol::withCStringNoCopy( kIOServiceNotificationUserKey ); in initialize()
7654 isUser = (NULL != table->getObject(gIOServiceNotificationUserKey)); in matchInternal()
H A DIOUserClient.cpp431 matching->setObject(gIOServiceNotificationUserKey, kOSBooleanTrue); in IOTaskRegistryCompatibilityMatching()