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

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h48 extern const OSSymbol * gIODTCompatibleKey;
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp61 const OSSymbol * gIODTCompatibleKey; variable
106 gIODTCompatibleKey = OSSymbol::withCStringNoCopy( "compatible" );
114 assert( gIODTPlane && gIODTCompatibleKey
184 if( (prop = (OSData *) parent->getProperty( gIODTCompatibleKey))) {
827 || (0 != (result = CompareKey( name, regEntry, gIODTCompatibleKey)))
H A DIOPlatformExpert.cpp1178 prop = (OSData *) getProvider()->getProperty( gIODTCompatibleKey );

Completed in 166 milliseconds