Lines Matching refs:getPropertyTable
431 if (getPropertyTable()) { in free()
432 getPropertyTable()->release(); in free()
548 OSCollection *snapshotProperties = getPropertyTable()->copyCollection(); in serializeProperties()
564 OSArray * keys = getPropertyTable()->copyKeys(); in copyPropertyKeys()
576 dict = OSDictionary::withDictionary( getPropertyTable(), in dictionaryWithProperties()
577 getPropertyTable()->getCapacity()); in dictionaryWithProperties()
737 obj = getPropertyTable()->getObject( aKey ); in getProperty()
747 getPropertyTable()->removeObject( aKey ); in removeProperty()
774 ret = getPropertyTable()->setObject( aKey, anObject ); in setProperty()
1495 entry->getPropertyTable()))) { in hasAlias()
2118 OSDictionary *ptable = getPropertyTable(); in attachToParent()
2618 IORegistryEntry::getPropertyTable( void ) const in getPropertyTable() function in IORegistryEntry