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

/xnu-2782.1.97/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 );
1120 entry->getPropertyTable() ))) {
2105 OSDictionary * IORegistryEntry::getPropertyTable( void ) const function in class:IORegistryEntry
[all...]
H A DIOCatalogue.cpp558 dict = service->getPropertyTable();
H A DIODeviceTreeSupport.cpp347 propTable = regEntry->getPropertyTable();
H A DIOUserClient.cpp1150 if (getPropertyTable() || super::init())
1158 if (getPropertyTable() || super::init(dictionary))
1168 if (getPropertyTable() || super::init())
H A DIOService.cpp538 if( getPropertyTable())
3141 debugFlags = getDebugFlags( inst->getPropertyTable() );
/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h473 /*! @function getPropertyTable
478 /* inline */ OSDictionary * getPropertyTable( void ) const;

Completed in 126 milliseconds