Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIODeviceTreeSupport.h49 extern const OSSymbol * gIODTCompatibleKey;
/xnu-11215/iokit/Kernel/
H A DIODeviceTreeSupport.cpp79 const OSSymbol * gIODTCompatibleKey; variable
136 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()
H A DIOPlatformExpert.cpp1784 prop = (OSData *) getProvider()->getProperty( gIODTCompatibleKey ); in getModelName()