| /xnu-11215/libkern/c++/ |
| H A D | OSDictionary.cpp | 186 OSDictionary::initWithDictionary(const OSDictionary *dict, in initWithDictionary() 225 OSSharedPtr<OSDictionary> me = OSMakeShared<OSDictionary>(); in withCapacity() 240 OSSharedPtr<OSDictionary> me = OSMakeShared<OSDictionary>(); in withObjects() 255 OSSharedPtr<OSDictionary> me = OSMakeShared<OSDictionary>(); in withObjects() 265 OSDictionary::withDictionary(const OSDictionary *dict, in withDictionary() 268 OSSharedPtr<OSDictionary> me = OSMakeShared<OSDictionary>(); in withDictionary() 358 OSDictionary:: 412 OSDictionary:: 476 OSDictionary::merge(const OSDictionary *srcDict) in merge() 632 OSDictionary::isEqualTo(const OSDictionary *srcDict) const in isEqualTo() [all …]
|
| H A D | OSKext.cpp | 151 OSDictionary * dict, 2019 OSDictionary * personality = OSDynamicCast(OSDictionary, in setDextUniqueIDInPersonalities() 9178 OSDictionary * callbackRecord = OSDynamicCast(OSDictionary, 11023 OSDictionary *infoDict = OSDynamicCast(OSDictionary, parsedXML.get()); 14525 OSDictionary * request = OSDynamicCast(OSDictionary, 14575 OSDictionary * request = OSDynamicCast(OSDictionary, 14647 OSDictionary * args = OSDynamicCast(OSDictionary, 14663 OSDictionary * args = OSDynamicCast(OSDictionary, 14709 OSDictionary * dict, 14953 OSDictionary * personality = OSDynamicCast(OSDictionary, [all …]
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSDictionary.h | 48 class OSDictionary; variable 50 typedef OSDictionary* OSDictionaryPtr; 119 class OSDictionary : public OSCollection 123 OSDeclareDefaultStructors(OSDictionary); 223 static OSPtr<OSDictionary> withObjects( 261 static OSPtr<OSDictionary> withObjects( 302 static OSPtr<OSDictionary> withDictionary( 303 const OSDictionary * dict, 451 const OSDictionary * dict, 833 const OSDictionary * aDictionary, [all …]
|
| H A D | OSKext.h | 309 OSPtr<OSDictionary> infoDict; 424 OSDictionary * anInfoDict, 427 OSDictionary * anInfoDict, 438 OSDictionary * infoDict, 441 OSDictionary * infoDict, 447 OSDictionary * infoDict); 452 OSDictionary * aDictionary, 476 OSDictionary * anInfoDict, 479 OSDictionary * anInfoDict, 534 OSDictionary * requestDict); [all …]
|
| H A D | OSCollection.h | 36 class OSDictionary; variable 461 virtual OSPtr<OSCollection> copyCollection(OSDictionary * cycleDict = NULL);
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOCatalogue.h | 67 OSPtr<OSDictionary> personalities; 68 OSArray * arrayForPersonality(OSDictionary * dict); 69 void addPersonality(OSDictionary * dict); 107 OSPtr<OSOrderedSet> findDrivers( OSDictionary * matching, SInt32 * generationCount ); 125 bool removeDrivers( OSDictionary * matching, bool doNubMatching = true ); 155 bool isModuleLoaded( OSDictionary * driver, OSObject ** kextRef ) const; 157 bool isModuleLoaded( OSDictionary * driver, OSSharedPtr<OSObject>& kextRef ) const; 176 bool personalityIsBoot(OSDictionary * match); 183 IOReturn terminateDrivers( OSDictionary * matching ); 219 bool startMatching( OSDictionary * matching ); [all …]
|
| H A D | IOService.h | 991 OSDictionary * table = NULL ); 1002 OSSharedPtr<OSDictionary> table); 1013 OSDictionary * table = NULL ); 1024 OSSharedPtr<OSDictionary> table); 1035 OSDictionary * table = NULL ); 1057 OSDictionary * table = NULL ); 1079 OSDictionary * table = NULL ); 1101 OSDictionary * table = NULL ); 1125 OSDictionary * table = NULL ); 1148 OSDictionary * table = NULL ); [all …]
|
| H A D | IOPlatformExpert.h | 245 …kSubTree(OSArray * inSubTree, IOService * theNub, IOService * theDevice, OSDictionary * theParent); 246 …tual bool RegisterServiceInTree(IOService * theService, OSDictionary * theTreeNode, OSDictionary *… 254 virtual IOService * createNub( OSDictionary * from ); 401 /* virtual */ OSDictionary *getNVRAMPartitions(void); 448 UInt32 type, OSDictionary * properties,
|
| H A D | IONVRAM.h | 98 OSPtr<OSDictionary> _varDict; 129 virtual OSPtr<OSDictionary> dictionaryWithProperties(void) const APPLE_KEXT_OVERRIDE; 150 virtual OSDictionary *getNVRAMPartitions(void);
|
| H A D | IOUserServer.h | 163 OSDictionary * fEntitlements; 164 OSDictionary * fClasses; 217 uint32_t type, OSDictionary * properties, IOUserClient ** handler); 219 uint32_t type, OSDictionary * properties, OSSharedPtr<IOUserClient>& handler); 227 …static bool checkEntitlements(OSDictionary * entitlements, LIBKERN_CONSUMED OSObject * …
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOCatalogue.cpp | 170 OSDictionary * dict; in init() 259 OSDictionary * matching, in findDrivers() 339 OSDictionary *dict; in exchangeDrivers() 355 OSDictionary * personality = OSDynamicCast(OSDictionary, object); in exchangeDrivers() 364 OSDictionary * driver; in exchangeDrivers() 445 OSDictionary * personality = OSDynamicCast(OSDictionary, object); in addDrivers() 465 OSDictionary * driver; in addDrivers() 554 OSDictionary * matching, in removeDrivers() 1056 OSDictionary * dict; in startMatching() 1128 OSDictionary * personality = OSDynamicCast(OSDictionary, obj); in startMatching() [all …]
|
| H A D | IOWorkloadConfig.cpp | 381 OSDictionary *phases = OSDynamicCast(OSDictionary, phasesObj); in parsePhases() 393 const OSDictionary *dict = OSDynamicCast(OSDictionary, value); in parsePhases() 453 const OSDictionary *root = OSDynamicCast(OSDictionary, rootDict); in parseRoot() 495 OSDictionary *idConfig = OSDynamicCast(OSDictionary, value); in parseWorkloadIDTable() 604 OSDictionary *idTable = nullptr; in IOParseWorkloadConfig() 605 OSDictionary *dict = nullptr; in IOParseWorkloadConfig() 682 OSSharedPtr<OSDictionary> idDict = OSDictionary::withCapacity(1); in IOUnparseWorkloadConfig() 688 OSSharedPtr<OSDictionary> phase = OSDictionary::withCapacity(1); in IOUnparseWorkloadConfig() 696 OSSharedPtr<OSDictionary> phaseData = OSDictionary::withCapacity(1); in IOUnparseWorkloadConfig() 770 OSSharedPtr<OSDictionary> root = OSDictionary::withCapacity(1); in IOUnparseWorkloadConfig() [all …]
|
| H A D | IOServicePrivate.h | 103 OSDictionary * matching; 200 virtual bool init( OSDictionary * dictionary = NULL ) APPLE_KEXT_OVERRIDE; 202 UInt32 type, OSDictionary * properties, 205 virtual bool matchPropertyTable( OSDictionary * table ) APPLE_KEXT_OVERRIDE; 217 virtual bool init( OSDictionary * dictionary = NULL ) APPLE_KEXT_OVERRIDE; 219 UInt32 type, OSDictionary * properties, 222 virtual bool matchPropertyTable( OSDictionary * table ) APPLE_KEXT_OVERRIDE; 260 OSDictionary * fItems;
|
| H A D | IOService.cpp | 6039 OSDictionary * table; 6753 OSDictionary * 6789 OSDictionary * 6819 OSDictionary * 6847 OSDictionary * 6877 OSDictionary * 6903 OSDictionary * 6934 OSDictionary * 6972 OSDictionary * 7582 OSDictionary * [all …]
|
| H A D | IOPlatformExpert.cpp | 110 static OSDictionary * gIOInterruptControllers; 201 OSDictionary * dict; in configure() 207 while ((dict = OSDynamicCast( OSDictionary, in configure() 609 OSDictionary * entry; in CheckSubTree() 610 OSDictionary * matchingDictionary; in CheckSubTree() 611 OSDictionary * providerDictionary; in CheckSubTree() 612 OSDictionary * deviceDictionary; in CheckSubTree() 613 OSDictionary * nubDictionary; in CheckSubTree() 715 OSDictionary * child; in RegisterServiceInTree() 1960 OSDictionary * [all …]
|
| H A D | IOUserServer.cpp | 524 OSDictionary * dict; in SetProperties_Impl() 612 OSDictionary * props; in CopyProperties_Local() 2073 OSDictionary * 2086 OSDictionary * 2099 OSDictionary * 2116 OSDictionary * 2129 OSDictionary * 2135 OSDictionary * 2141 OSDictionary * 2158 OSDictionary * [all …]
|
| H A D | printPlist | 15 if (typeID == OSTypeID(OSDictionary)) { 18 OSDictionary * dict = OSDynamicCast(OSDictionary, plist);
|
| H A D | IONVRAM.cpp | 745 dumpDict(const OSDictionary *dict) in dumpDict() 860 OSSharedPtr<OSDictionary> _stats; 884 _stats = OSDictionary::withCapacity(1); in OSDefineMetaClassAndStructors() 915 OSSharedPtr<OSDictionary> existingEntry; in logVariable() 1064 OSSharedPtr<OSDictionary> dict; in serializeProperties() 1138 OSDictionary *dict; in setProperties() 1259 OSSharedPtr<OSDictionary> dict; in init() 1279 dict = OSDictionary::withCapacity(1); in init() 1560 OSPtr<OSDictionary> 1635 OSSharedPtr<OSDictionary> dict; in serializeProperties() [all …]
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1452 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests() 1463 OSSharedPtr<OSDictionary> dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests() 1482 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() 1483 OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(dict); in OSConstPtrCastTests() 1487 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() 1493 OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(dict); in OSConstPtrCastTests() 1504 OSSharedPtr<OSDictionary const> dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() 1521 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSDynamicPtrCastTests() 1579 OSSharedPtr<OSDictionary> dict = OSDictionary::withCapacity(0); in IOUserNotificationTestThread() 1804 OSDictionary * dict; in IOServiceStateNotificationTests() [all …]
|
| /xnu-11215/libsa/ |
| H A D | bootstrap.cpp | 235 OSDictionary *infoDict = NULL; // do not release in readPrelinkedExtensions() 251 infoDict = OSDynamicCast(OSDictionary, parsedXML.get()); in readPrelinkedExtensions() 378 OSSharedPtr<OSDictionary> propertyDict; in readBooterExtensions() 507 OSSharedPtr<OSDictionary> extensionsDict; in loadSecurityExtensions() 610 OSSharedPtr<OSDictionary> extensionsDict; in loadKernelExternalComponents() 722 OSDictionary * infoDict = NULL;// do not release in readBuiltinPersonalities() 724 OSDictionary * personalities;// do not release in readBuiltinPersonalities() 727 infoDict = OSDynamicCast(OSDictionary, in readBuiltinPersonalities() 745 personalities = OSDynamicCast(OSDictionary, in readBuiltinPersonalities() 758 OSDictionary * personality = OSDynamicCast(OSDictionary, in readBuiltinPersonalities()
|
| /xnu-11215/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 141 OSDictionary * dict = NULL; in IOServiceWaitForMatchingResource() 169 OSDictionary * dict = NULL; in IOCatalogueMatchingDriversPresent() 196 OSDictionary * 199 OSDictionary * dict; in IOBSDNameMatching() 227 OSDictionary * 231 OSDictionary * result; in IOUUIDMatching() 245 OSDictionary * 248 OSDictionary * matching; in IONetworkNamePrefixMatching() 320 OSDictionary * dict = NULL; in IORegisterNetworkInterface() 377 OSDictionary * [all …]
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | IOPMPowerSource.h | 189 OSDictionary *properties; 260 OSDictionary *legacyIOBatteryInfo(void); 293 void setLegacyIOBatteryInfo(OSDictionary *);
|
| /xnu-11215/libkern/coreanalytics/ |
| H A D | coreanalytics_shim.cpp | 50 OSSharedPtr<OSDictionary> dict = IOService::serviceMatching(kCoreAnalyticsMatchingClassName); in core_analytics_family_match() 73 OSSharedPtr<OSDictionary> case_event; 133 OSSharedPtr<OSDictionary> dict = nullptr; in core_analytics_serialize_event() 139 dict = OSDictionary::withCapacity(1); in core_analytics_serialize_event()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOService.iig | 197 OSDictionary ** properties); 224 OSDictionary * properties); 380 OSDictionary * eventPayload); 385 static OSDictionary * 391 static OSDictionary * 397 static OSDictionary * 403 static OSDictionary * 409 static OSDictionary * 415 static OSDictionary * 421 static OSDictionary * [all …]
|
| /xnu-11215/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 91 static OSDictionary * 101 OSDictionary *propMatch = OSDictionary::withCapacity(4); in matching_dict_for_cpu_id() 105 OSDictionary *matching = IOService::serviceMatching("IOPlatformDevice"); in matching_dict_for_cpu_id() 121 OSDictionary *matching = matching_dict_for_cpu_id(cpu_info->cpu_id); in register_aic_handlers() 159 OSDictionary *matching = IOService::serviceMatching("IOPlatformExpert"); in cpu_boot_thread()
|