Home
last modified time | relevance | path

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

/xnu-10002.41.9/iokit/Kernel/
H A DIOServicePrivate.h79 extern const OSSymbol * gIOServiceNotificationUserKey;
H A DIOService.cpp212 const OSSymbol * gIOServiceNotificationUserKey; variable
586 gIOServiceNotificationUserKey = OSSymbol::withCStringNoCopy( kIOServiceNotificationUserKey ); in initialize()
7560 if (table->getObject(gIOServiceNotificationUserKey)) { in matchInternal()
H A DIOUserClient.cpp430 matching->setObject(gIOServiceNotificationUserKey, kOSBooleanTrue); in IOTaskRegistryCompatibilityMatching()