Home
last modified time | relevance | path

Searched refs:dictionaryWithProperties (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIONVRAM.h129 virtual OSPtr<OSDictionary> dictionaryWithProperties(void) const APPLE_KEXT_OVERRIDE;
H A DIORegistryEntry.h633 virtual OSPtr<OSDictionary> dictionaryWithProperties( void ) const;
/xnu-11215/libsa/
H A Dbootstrap.cpp402 propertyDict = booterMemoryMap->dictionaryWithProperties(); in readBooterExtensions()
/xnu-11215/iokit/Kernel/
H A DIOCPU.cpp472 OSSharedPtr<OSDictionary> dict = dictionaryWithProperties(); in serializeProperties()
H A DIOPlatformExpert.cpp638 if (NULL != (deviceDictionary = theDevice->dictionaryWithProperties())) { in CheckSubTree()
647 if (NULL != (nubDictionary = theNub->dictionaryWithProperties())) { in CheckSubTree()
H A DIONVRAM.cpp1561 IODTNVRAM::dictionaryWithProperties(void) const in dictionaryWithProperties() function in IODTNVRAM
1637 dict = dictionaryWithProperties(); in serializeProperties()
H A DIORegistryEntry.cpp371 fPropertyTable = old->dictionaryWithProperties(); in init()
571 IORegistryEntry::dictionaryWithProperties( void ) const in dictionaryWithProperties() function in IORegistryEntry
H A DIOUserServer.cpp615 props = dictionaryWithProperties(); in CopyProperties_Local()
2652 matching = dext->dictionaryWithProperties(); in checkEntitlements()
5383 props = provider->dictionaryWithProperties(); in CopyProviderProperties_Impl()
H A DIOUserClient.cpp3889 dict = entry->dictionaryWithProperties(); in is_io_registry_entry_get_properties_bin_buf()
H A DIOService.cpp7626 matchProps = dictionaryWithProperties(); in _copyPropertiesForMatching()