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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp310 fPropertyTable = old->getPropertyTable();
360 if( getPropertyTable())
361 getPropertyTable()->release();
452 OSCollection *snapshotProperties = getPropertyTable()->copyCollection();
465 dict = OSDictionary::withDictionary( getPropertyTable(),
466 getPropertyTable()->getCapacity() );
496 obj = getPropertyTable()->getObject( aKey );
506 getPropertyTable()->removeObject( aKey );
525 ret = getPropertyTable()->setObject( aKey, anObject );
1084 entry->getPropertyTable() ))) {
2047 OSDictionary * IORegistryEntry::getPropertyTable( void ) const function in class:IORegistryEntry
[all...]
H A DIODeviceTreeSupport.cpp346 propTable = regEntry->getPropertyTable();
H A DIOCatalogue.cpp1296 dict = service->getPropertyTable();
H A DIOUserClient.cpp901 if( getPropertyTable())
909 if( getPropertyTable())
919 if( getPropertyTable())
H A DIOService.cpp395 if( getPropertyTable())
2654 debugFlags = getDebugFlags( inst->getPropertyTable() );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h461 /*! @function getPropertyTable
466 /* inline */ OSDictionary * getPropertyTable( void ) const;

Completed in 99 milliseconds