Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp342 OSSharedPtr<OSDictionary> dictCopy; in flush() local
346 dictCopy = OSDictionary::withDictionary(_varDict.get()); in flush()
347 iter = OSCollectionIterator::withCollection(dictCopy.get()); in flush()
348 require_action(dictCopy && iter, exit, ret = kIOReturnNoMemory); in flush()
H A DIONVRAMV3Handler.cpp353 OSSharedPtr<OSDictionary> dictCopy; in flush() local
357 dictCopy = OSDictionary::withDictionary(_varDict.get()); in flush()
358 iter = OSCollectionIterator::withCollection(dictCopy.get()); in flush()
359 require_action(dictCopy && iter, exit, ret = kIOReturnNoMemory); in flush()