| /xnu-8792.81.2/libkern/kxld/ |
| H A D | kxld_dict.c | 79 kxld_dict_init(KXLDDict * dict, kxld_dict_hash hash, kxld_dict_cmp cmp, in kxld_dict_init() 117 kxld_dict_clear(KXLDDict *dict) in kxld_dict_clear() 132 kxld_dict_iterator_init(KXLDDictIterator *iter, const KXLDDict *dict) in kxld_dict_iterator_init() 144 kxld_dict_deinit(KXLDDict *dict) in kxld_dict_deinit() 155 kxld_dict_get_num_entries(const KXLDDict *dict) in kxld_dict_get_num_entries() 165 kxld_dict_find(const KXLDDict *dict, const void *key) in kxld_dict_find() 193 get_locate_index(const KXLDDict *dict, const void *key, u_int *_idx) in get_locate_index() 228 kxld_dict_insert(KXLDDict *dict, const void *key, void *value) in kxld_dict_insert() 275 resize_dict(KXLDDict *dict) in resize_dict() 320 get_insert_index(const KXLDDict *dict, const void *key, u_int *r_index) in get_insert_index() [all …]
|
| H A D | kxld_dict.h | 71 const KXLDDict *dict; member
|
| /xnu-8792.81.2/iokit/Kernel/ |
| H A D | IOCatalogue.cpp | 133 IOCatalogue::arrayForPersonality(OSDictionary * dict) in arrayForPersonality() 146 IOCatalogue::addPersonality(OSDictionary * dict) in addPersonality() 170 OSDictionary * dict; in init() local 263 OSDictionary * dict; in findDrivers() local 339 OSDictionary *dict; in exchangeDrivers() local 509 OSDictionary * dict; variable 698 OSDictionary * dict; in terminateDrivers() local 807 OSDictionary * dict; in _removeDrivers() local 955 OSSharedPtr<OSDictionary> dict; in terminateDriversForModule() local
|
| H A D | IONVRAM.cpp | 822 OSSharedPtr<OSDictionary> dict; in serializeProperties() local 899 OSDictionary *dict; in setProperties() local 1024 OSSharedPtr<OSDictionary> dict; in init() local 1314 OSSharedPtr<OSDictionary> systemDict, commonDict, dict; in serializeProperties() local 1477 OSDictionary *dict; in copyPropertyWithGUIDAndName() local 1803 OSDictionary *dict; in setProperties() local
|
| H A D | IOWorkloadConfig.cpp | 581 OSDictionary *dict = nullptr; in IOParseWorkloadConfig() local 636 OSSharedPtr<OSDictionary> dict = nullptr;; in IOUnparseWorkloadConfig() local
|
| H A D | IOCPU.cpp | 420 OSSharedPtr<OSDictionary> dict = dictionaryWithProperties(); in serializeProperties() local 432 OSDictionary *dict = OSDynamicCast(OSDictionary, properties); in setProperties() local
|
| H A D | IORegistryEntry.cpp | 289 IORegistryEntry::init( OSDictionary * dict ) in init() 461 IORegistryEntry::setPropertyTable( OSDictionary * dict ) in setPropertyTable() 573 OSDictionary * dict; in dictionaryWithProperties() local
|
| H A D | IOKitDebug.cpp | 179 IOKitDiagnostics::updateOffset( OSDictionary * dict, in updateOffset() 196 OSDictionary * dict; in serialize() local
|
| H A D | IOUserClient.cpp | 2560 OSDictionary * dict; in internal_io_service_match_property_table() local 2639 OSDictionary * dict; in internal_io_service_get_matching_services() local 2722 OSDictionary * dict; in internal_io_service_get_matching_service() local 2811 OSDictionary * dict; in internal_io_service_add_notification() local 3819 OSDictionary * dict; in is_io_registry_entry_get_properties_bin_buf() local
|
| H A D | IONVRAMCHRPHandler.cpp | 61 OSSharedPtr<OSDictionary> &dict; member
|
| H A D | IONVRAMV3Handler.cpp | 646 OSDictionary *dict; in unserializeImage() local
|
| H A D | IOPMrootDomain.cpp | 1825 OSDictionary *dict = OSDynamicCast(OSDictionary, props_obj); in setProperties() local 3436 OSSharedPtr<OSDictionary> dict = OSDictionary::withCapacity(2); in copySleepPreventersListWithID() local 3458 OSSharedPtr<OSDictionary> dict = OSDictionary::withCapacity(2); in copySleepPreventersListWithID() local 4139 OSSharedPtr<OSDictionary> dict; in willNotifyPowerChildren() local 10701 OSSharedPtr<OSDictionary> dict; in claimSystemWakeEvent() local
|
| H A D | IOService.cpp | 3649 OSDictionary * dict; in IOServiceObjectOrder() local 6428 OSDictionary * dict; in waitForMatchingServiceWithToken() local 7313 OSDictionary * dict; in setProperties() local 7442 OSDictionary * dict; in addLocation() local
|
| H A D | IOPlatformExpert.cpp | 201 OSDictionary * dict; in configure() local
|
| /xnu-8792.81.2/iokit/Tests/ |
| H A D | Tests.cpp | 868 OSSharedPtr<OSDictionary> dict = IOService::resourceMatching("hello"); in OSCollectionTest() local 1497 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests() local 1502 OSSharedPtr<OSDictionary> const dict = nullptr; in OSStaticPtrCastTests() local 1508 OSSharedPtr<OSDictionary> dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests() local 1515 OSSharedPtr<OSDictionary> dict = nullptr; in OSStaticPtrCastTests() local 1527 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local 1532 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local 1537 OSSharedPtr<OSDictionary const> const dict = nullptr; in OSConstPtrCastTests() local 1542 OSSharedPtr<OSDictionary const> const dict = nullptr; in OSConstPtrCastTests() local 1549 OSSharedPtr<OSDictionary const> dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests() local [all …]
|
| H A D | TestCollections.cpp | 748 OSDictionary *dict; in testIterator() local
|
| /xnu-8792.81.2/libkern/coreanalytics/ |
| H A D | coreanalytics_shim.cpp | 50 OSSharedPtr<OSDictionary> dict = IOService::serviceMatching(kCoreAnalyticsMatchingClassName); in core_analytics_family_match() local 133 OSSharedPtr<OSDictionary> dict = nullptr; in core_analytics_serialize_event() local
|
| /xnu-8792.81.2/libkern/kxld/tests/ |
| H A D | kxld_dict_test.c | 47 KXLDDict dict; in main() local
|
| /xnu-8792.81.2/libkern/c++/ |
| H A D | OSDictionary.cpp | 186 OSDictionary::initWithDictionary(const OSDictionary *dict, in initWithDictionary() 265 OSDictionary::withDictionary(const OSDictionary *dict, in withDictionary() 662 OSDictionary *dict; in isEqualTo() local
|
| H A D | OSSerializeBinary.cpp | 211 OSDictionary * dict; in binarySerializeInternal() local 361 OSDictionary * dict; in OSUnserializeBinary() local
|
| H A D | OSUnserializeXML.y | 1242 OSDictionary *dict; in buildDictionary() local
|
| /xnu-8792.81.2/iokit/bsddev/ |
| H A D | IOKitBSDInit.cpp | 133 OSDictionary * dict = NULL; in IOServiceWaitForMatchingResource() local 161 OSDictionary * dict = NULL; in IOCatalogueMatchingDriversPresent() local 191 OSDictionary * dict; in IOBSDNameMatching() local 300 OSDictionary * dict = NULL; in IORegisterNetworkInterface() local
|
| /xnu-8792.81.2/osfmk/UserNotification/ |
| H A D | KUNCUserNotifications.c | 114 CFDictionaryRef dict = NULL; in UNDAlertCompletedWithResult_rpc() local
|
| /xnu-8792.81.2/tests/ |
| H A D | vm_phys_footprint.c | 1408 setIntValue(CFMutableDictionaryRef dict, const CFStringRef key, int value) in setIntValue() 1415 setBoolValue(CFMutableDictionaryRef dict, const CFStringRef key, bool value) in setBoolValue()
|
| /xnu-8792.81.2/security/ |
| H A D | mac_base.c | 572 struct mac_module_data_list *arr, *dict; in mac_policy_fixup_mmd_list() local
|