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

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSDictionary.h114 @function withDictionary
120 static OSDictionary *withDictionary(const OSDictionary *dict,
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSDictionary.cpp225 OSDictionary *OSDictionary::withDictionary(const OSDictionary *dict, function in class:OSDictionary
616 newDict = OSDictionary::withDictionary(this);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1185 features = OSDictionary::withDictionary(features);
1272 features = OSDictionary::withDictionary(features);
1710 thermalsDict = OSDictionary::withDictionary(thermalsDict);
H A DIORegistryEntry.cpp314 old->fRegistryTable = OSDictionary::withDictionary( fRegistryTable );
465 dict = OSDictionary::withDictionary( getPropertyTable(),
H A DIOService.cpp2463 props = OSDictionary::withDictionary( match, match->getCount());
/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestCollections.cpp659 dict2 = OSDictionary::withDictionary(dict1, numSymbols-1);
661 dict2 = OSDictionary::withDictionary(dict1, numSymbols);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp551 mergeIntoCopy = OSDictionary::withDictionary(mergeInto,
563 mergeFromCopy = OSDictionary::withDictionary(mergeFrom,

Completed in 157 milliseconds