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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSDictionary.h239 * @function withDictionary
272 static OSDictionary * withDictionary(
405 * <code>@link withDictionary withDictionary@/link</code> instead.
/darwin-on-arm/xnu/libkern/c++/
H A DOSDictionary.cpp236 OSDictionary *OSDictionary::withDictionary(const OSDictionary *dict, function in class:OSDictionary
658 newDict = OSDictionary::withDictionary(this);
/darwin-on-arm/xnu/iokit/Tests/
H A DTestCollections.cpp659 dict2 = OSDictionary::withDictionary(dict1, numSymbols-1);
661 dict2 = OSDictionary::withDictionary(dict1, numSymbols);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp340 old->fRegistryTable = OSDictionary::withDictionary( fRegistryTable );
486 dict = OSDictionary::withDictionary( getPropertyTable(),
H A DIOPMrootDomain.cpp3110 features = OSDictionary::withDictionary(features);
3210 features = OSDictionary::withDictionary(features);
5743 thermalsDict = OSDictionary::withDictionary(thermalsDict);
H A DIOService.cpp2675 props = OSDictionary::withDictionary( match, match->getCount());
H A DIOServicePM.cpp7909 dict = OSDictionary::withDictionary(

Completed in 109 milliseconds