Lines Matching refs:OSDictionary
745 dumpDict(const OSDictionary *dict) in dumpDict()
860 OSSharedPtr<OSDictionary> _stats;
884 _stats = OSDictionary::withCapacity(1); in OSDefineMetaClassAndStructors()
915 OSSharedPtr<OSDictionary> existingEntry; in logVariable()
927 existingEntry.reset(OSDynamicCast(OSDictionary, _stats->getObject(entryKey)), OSRetain); in logVariable()
930 existingEntry = OSDictionary::withCapacity(4); in logVariable()
1064 OSSharedPtr<OSDictionary> dict; in serializeProperties()
1066 OSSharedPtr<OSDictionary> localVariables = _provider->_varDict; in serializeProperties()
1069 dict = OSDictionary::withCapacity(localVariables->getCount()); in serializeProperties()
1138 OSDictionary *dict; in setProperties()
1141 dict = OSDynamicCast(OSDictionary, properties); in setProperties()
1259 OSSharedPtr<OSDictionary> dict; in init()
1279 dict = OSDictionary::withCapacity(1); in init()
1560 OSPtr<OSDictionary>
1564 OSSharedPtr<OSDictionary> localVarDict, returnDict; in dictionaryWithProperties()
1572 localVarDict = OSDictionary::withDictionary(_varDict.get()); in dictionaryWithProperties()
1580 returnDict = OSDictionary::withCapacity(totalCapacity); in dictionaryWithProperties()
1635 OSSharedPtr<OSDictionary> dict; in serializeProperties()
2048 OSDictionary *dict; in setProperties()
2051 dict = OSDynamicCast(OSDictionary, properties); in setProperties()
2114 OSDictionary *