Lines Matching refs:getPropertyTable
416 if (getPropertyTable()) { in free()
417 getPropertyTable()->release(); in free()
533 OSCollection *snapshotProperties = getPropertyTable()->copyCollection(); in serializeProperties()
549 OSArray * keys = getPropertyTable()->copyKeys(); in copyPropertyKeys()
561 dict = OSDictionary::withDictionary( getPropertyTable(), in dictionaryWithProperties()
562 getPropertyTable()->getCapacity()); in dictionaryWithProperties()
722 obj = getPropertyTable()->getObject( aKey ); in getProperty()
732 getPropertyTable()->removeObject( aKey ); in removeProperty()
759 ret = getPropertyTable()->setObject( aKey, anObject ); in setProperty()
1477 entry->getPropertyTable()))) { in hasAlias()
2093 OSDictionary *ptable = getPropertyTable(); in attachToParent()
2586 IORegistryEntry::getPropertyTable( void ) const in getPropertyTable() function in IORegistryEntry