Home
last modified time | relevance | path

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

/xnu-8020.140.41/libsa/
H A Dbootstrap.cpp387 propertyDict = booterMemoryMap->dictionaryWithProperties(); in readBooterExtensions()
/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h631 virtual OSPtr<OSDictionary> dictionaryWithProperties( void ) const;
/xnu-8020.140.41/iokit/Kernel/
H A DIOCPU.cpp457 OSSharedPtr<OSDictionary> dict = dictionaryWithProperties(); in serializeProperties()
H A DIOPlatformExpert.cpp637 if (NULL != (deviceDictionary = theDevice->dictionaryWithProperties())) { in CheckSubTree()
646 if (NULL != (nubDictionary = theNub->dictionaryWithProperties())) { in CheckSubTree()
H A DIORegistryEntry.cpp370 fPropertyTable = old->dictionaryWithProperties(); in init()
556 IORegistryEntry::dictionaryWithProperties( void ) const in dictionaryWithProperties() function in IORegistryEntry
H A DIOUserServer.cpp572 props = dictionaryWithProperties(); in CopyProperties_Impl()
2449 matching = dext->dictionaryWithProperties(); in checkEntitlements()
4649 props = provider->dictionaryWithProperties(); in CopyProviderProperties_Impl()
H A DIOService.cpp7432 matchProps = dictionaryWithProperties(); in matchInternal()
7468 matchProps = dictionaryWithProperties(); in matchInternal()
H A DIOUserClient.cpp3793 dict = entry->dictionaryWithProperties(); in is_io_registry_entry_get_properties_bin_buf()