Home
last modified time | relevance | path

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

/xnu-12377.61.12/libsa/
H A Dbootstrap.cpp378 OSSharedPtr<OSDictionary> propertyDict; in readBooterExtensions() local
402 propertyDict = booterMemoryMap->dictionaryWithProperties(); in readBooterExtensions()
403 if (!propertyDict) { in readBooterExtensions()
411 keyIterator = OSCollectionIterator::withCollection(propertyDict.get()); in readBooterExtensions()
423 OSKext::createExcludeListFromBooterData(propertyDict.get(), keyIterator.get()); in readBooterExtensions()
432 propertyDict->getObject(deviceTreeName)); in readBooterExtensions()