Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp132 const OSSymbol * gIONameMatchKey; variable
460 gIONameMatchKey = OSSymbol::withCStringNoCopy( kIONameMatchKey ); in initialize()
637 && gIOProviderClassKey && gIONameMatchKey && gIONameMatchedKey in initialize()
6596 obj = matching->getObject(gIONameMatchKey); in waitForMatchingServiceWithToken()
6827 table->setObject( gIONameMatchKey, (OSObject *)name ); in nameMatching()
7702 obj = table->getObject( gIONameMatchKey ); in matchInternal()
H A DIOPlatformExpert.cpp1610 if (!provider->compareNames( getProperty( gIONameMatchKey ))) { in probe()
/xnu-11215/iokit/IOKit/
H A DIOService.h131 extern const OSSymbol * gIONameMatchKey;