Home
last modified time | relevance | path

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

/xnu-11215/libsa/
H A Dbootstrap.cpp377 OSSharedPtr<IORegistryEntry> booterMemoryMap; in readBooterExtensions() local
392 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane); in readBooterExtensions()
394 if (!booterMemoryMap) { in readBooterExtensions()
402 propertyDict = booterMemoryMap->dictionaryWithProperties(); in readBooterExtensions()
493 booterMemoryMap->removeProperty(deviceTreeName); in readBooterExtensions()