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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODeviceTreeSupport.h48 extern const OSSymbol * gIODTCompatibleKey;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp59 const OSSymbol * gIODTCompatibleKey; variable
105 gIODTCompatibleKey = OSSymbol::withCStringNoCopy( "compatible" );
113 assert( gIODTPlane && gIODTCompatibleKey
183 if( (prop = (OSData *) parent->getProperty( gIODTCompatibleKey))) {
826 || (0 != (result = CompareKey( name, regEntry, gIODTCompatibleKey)))
H A DIOPlatformExpert.cpp1087 prop = (OSData *) getProvider()->getProperty( gIODTCompatibleKey );

Completed in 34 milliseconds