Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSDictionary.h302 static OSPtr<OSDictionary> withDictionary(
/xnu-11215/libkern/c++/
H A DOSDictionary.cpp265 OSDictionary::withDictionary(const OSDictionary *dict, in withDictionary() function in OSDictionary
799 newDict = OSDictionary::withDictionary(this); in copyCollection()
H A DOSKext.cpp4926 sExcludeListByID = OSDictionary::withDictionary(myTempDict, 0); in updateExcludeList()
/xnu-11215/iokit/Tests/
H A DTestCollections.cpp690 dict2 = OSDictionary::withDictionary(dict1, numSymbols - 1); in testDictionary()
692 dict2 = OSDictionary::withDictionary(dict1, numSymbols); in testDictionary()
/xnu-11215/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp346 dictCopy = OSDictionary::withDictionary(_varDict.get()); in flush()
H A DIONVRAMV3Handler.cpp357 dictCopy = OSDictionary::withDictionary(_varDict.get()); in flush()
H A DIONVRAM.cpp1572 localVarDict = OSDictionary::withDictionary(_varDict.get()); in dictionaryWithProperties()
H A DIORegistryEntry.cpp576 dict = OSDictionary::withDictionary( getPropertyTable(), in dictionaryWithProperties()
H A DIOPMrootDomain.cpp4570 features = OSDictionary::withDictionary(origFeatures);
4666 features = OSDictionary::withDictionary(origFeatures);
8334 thermalsDict = OSDictionary::withDictionary(origThermalsDict);
H A DIOServicePM.cpp9375 dict = OSDictionary::withDictionary( in gatedSerialize()
H A DIOService.cpp3962 props = OSDictionary::withDictionary(match, match->getCount()); in probeCandidates()