Searched refs:gIODTTypeKey (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIODeviceTreeSupport.h49 extern const OSSymbol * gIODTTypeKey;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp60 const OSSymbol * gIODTTypeKey; variable
106 gIODTTypeKey = OSSymbol::withCStringNoCopy( "device_type" );
114 && gIODTTypeKey && gIODTModelKey
224 if( (0 == (prop = (OSData *)child->getProperty( gIODTTypeKey )))
827 || (0 != (result = CompareKey( name, regEntry, gIODTTypeKey)))

Completed in 26 milliseconds