Searched refs:dictCopy (Results 1 – 2 of 2) sorted by relevance
342 OSSharedPtr<OSDictionary> dictCopy; in flush() local346 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()
353 OSSharedPtr<OSDictionary> dictCopy; in flush() local357 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()