Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 25 of 31) sorted by relevance

12

/xnu-8792.81.2/libkern/kxld/
H A Dkxld_dict.c79 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 Dkxld_dict.h71 const KXLDDict *dict; member
/xnu-8792.81.2/iokit/Kernel/
H A DIOCatalogue.cpp133 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 DIONVRAM.cpp822 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 DIOWorkloadConfig.cpp581 OSDictionary *dict = nullptr; in IOParseWorkloadConfig() local
636 OSSharedPtr<OSDictionary> dict = nullptr;; in IOUnparseWorkloadConfig() local
H A DIOCPU.cpp420 OSSharedPtr<OSDictionary> dict = dictionaryWithProperties(); in serializeProperties() local
432 OSDictionary *dict = OSDynamicCast(OSDictionary, properties); in setProperties() local
H A DIORegistryEntry.cpp289 IORegistryEntry::init( OSDictionary * dict ) in init()
461 IORegistryEntry::setPropertyTable( OSDictionary * dict ) in setPropertyTable()
573 OSDictionary * dict; in dictionaryWithProperties() local
H A DIOKitDebug.cpp179 IOKitDiagnostics::updateOffset( OSDictionary * dict, in updateOffset()
196 OSDictionary * dict; in serialize() local
H A DIOUserClient.cpp2560 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 DIONVRAMCHRPHandler.cpp61 OSSharedPtr<OSDictionary> &dict; member
H A DIONVRAMV3Handler.cpp646 OSDictionary *dict; in unserializeImage() local
H A DIOPMrootDomain.cpp1825 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 DIOService.cpp3649 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 DIOPlatformExpert.cpp201 OSDictionary * dict; in configure() local
/xnu-8792.81.2/iokit/Tests/
H A DTests.cpp868 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 DTestCollections.cpp748 OSDictionary *dict; in testIterator() local
/xnu-8792.81.2/libkern/coreanalytics/
H A Dcoreanalytics_shim.cpp50 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 Dkxld_dict_test.c47 KXLDDict dict; in main() local
/xnu-8792.81.2/libkern/c++/
H A DOSDictionary.cpp186 OSDictionary::initWithDictionary(const OSDictionary *dict, in initWithDictionary()
265 OSDictionary::withDictionary(const OSDictionary *dict, in withDictionary()
662 OSDictionary *dict; in isEqualTo() local
H A DOSSerializeBinary.cpp211 OSDictionary * dict; in binarySerializeInternal() local
361 OSDictionary * dict; in OSUnserializeBinary() local
H A DOSUnserializeXML.y1242 OSDictionary *dict; in buildDictionary() local
/xnu-8792.81.2/iokit/bsddev/
H A DIOKitBSDInit.cpp133 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 DKUNCUserNotifications.c114 CFDictionaryRef dict = NULL; in UNDAlertCompletedWithResult_rpc() local
/xnu-8792.81.2/tests/
H A Dvm_phys_footprint.c1408 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 Dmac_base.c572 struct mac_module_data_list *arr, *dict; in mac_policy_fixup_mmd_list() local

12