Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp127 bool foundDTNode; in IODeviceTreeAlloc() local
189 foundDTNode = (kSuccess == SecureDTLookupEntry( NULL, "/chosen/memory-map", &mapEntry )) in IODeviceTreeAlloc()
194 freeDT = foundDTNode && !SecureDTIsLockedDown(); in IODeviceTreeAlloc()