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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp336 fPropertyTable = old->getPropertyTable();
378 if( getPropertyTable())
379 getPropertyTable()->release();
473 OSCollection *snapshotProperties = getPropertyTable()->copyCollection();
486 dict = OSDictionary::withDictionary( getPropertyTable(),
487 getPropertyTable()->getCapacity() );
517 obj = getPropertyTable()->getObject( aKey );
527 getPropertyTable()->removeObject( aKey );
555 ret = getPropertyTable()->setObject( aKey, anObject );
1125 entry->getPropertyTable() ))) {
2107 OSDictionary * IORegistryEntry::getPropertyTable( void ) const function in class:IORegistryEntry
[all...]
H A DIOCatalogue.cpp554 dict = service->getPropertyTable();
H A DIODeviceTreeSupport.cpp347 propTable = regEntry->getPropertyTable();
H A DIOUserClient.cpp1028 if (getPropertyTable() || super::init())
1036 if (getPropertyTable() || super::init(dictionary))
1046 if (getPropertyTable() || super::init())
H A DIOService.cpp439 if( getPropertyTable())
2840 debugFlags = getDebugFlags( inst->getPropertyTable() );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h473 /*! @function getPropertyTable
478 /* inline */ OSDictionary * getPropertyTable( void ) const;

Completed in 41 milliseconds