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

/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp517 IORegistryEntry * booterMemoryMap = NULL; // must release local
533 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane);
535 if (!booterMemoryMap) {
543 propertyDict = booterMemoryMap->dictionaryWithProperties();
645 booterMemoryMap->removeProperty(deviceTreeName);
651 OSSafeRelease(booterMemoryMap);

Completed in 19 milliseconds