Searched refs:gIODTCompatibleKey (Results 1 – 3 of 3) sorted by relevance
49 extern const OSSymbol * gIODTCompatibleKey;
79 const OSSymbol * gIODTCompatibleKey; variable136 gIODTCompatibleKey = OSSymbol::withCStringNoCopy( "compatible" ); in IODeviceTreeAlloc()148 assert( gIODTPlane && gIODTCompatibleKey in IODeviceTreeAlloc()245 if ((prop = (OSData *) parent->getProperty( gIODTCompatibleKey))) { in IODeviceTreeAlloc()987 || CompareKey( name, regEntry, gIODTCompatibleKey, matchingName) in IODTCompareNubName()
1784 prop = (OSData *) getProvider()->getProperty( gIODTCompatibleKey ); in getModelName()