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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h112 extern const OSSymbol * gIONameMatchKey;
234 <code>kIONameMatchKey, extern const OSSymbol * gIONameMatchKey, "IONameMatch"</code>
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp1113 if( !provider->compareNames( getProperty( gIONameMatchKey ) ))
H A DIOService.cpp102 const OSSymbol * gIONameMatchKey; variable
288 gIONameMatchKey = OSSymbol::withCStringNoCopy( kIONameMatchKey );
373 && gIOProviderClassKey && gIONameMatchKey && gIONameMatchedKey
4431 table->setObject( gIONameMatchKey, (OSObject *)name );
4954 obj = table->getObject( gIONameMatchKey );

Completed in 136 milliseconds