Searched refs:dictionaryWithProperties (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h456 /*! @function dictionaryWithProperties
461 virtual OSDictionary * dictionaryWithProperties( void ) const;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp491 if ( NULL != (deviceDictionary = theDevice->dictionaryWithProperties ())) {
500 if ( NULL != (nubDictionary = theNub->dictionaryWithProperties ()) ) {
H A DIOCPU.cpp515 OSDictionary *dict = dictionaryWithProperties();
H A DIORegistryEntry.cpp481 OSDictionary * IORegistryEntry::dictionaryWithProperties( void ) const function in class:IORegistryEntry
H A DIOService.cpp4667 dict = dictionaryWithProperties();
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp543 propertyDict = booterMemoryMap->dictionaryWithProperties();

Completed in 36 milliseconds