Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/
H A DIODeviceTreeSupport.h50 extern const OSSymbol * gIODTTypeKey;
/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp80 const OSSymbol * gIODTTypeKey; variable
137 gIODTTypeKey = OSSymbol::withCStringNoCopy( "device_type" ); in IODeviceTreeAlloc()
149 && gIODTTypeKey && gIODTModelKey in IODeviceTreeAlloc()
988 || CompareKey( name, regEntry, gIODTTypeKey, matchingName) in IODTCompareNubName()
1056 if (next->propertyHasValue(gIODTTypeKey, gIODTAssociatedServiceKey)) { in IODTFindMatchingEntries()
/xnu-12377.61.12/iokit/Kernel/arm/
H A DAppleARMSMP.cpp102 propMatch->setObject(gIODTTypeKey, cpuTypeSymbol); in matching_dict_for_cpu_id()