Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp416 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()
[all …]
H A DIOCatalogue.cpp630 dict = service->getPropertyTable(); in terminateDrivers()
H A DIODeviceTreeSupport.cpp419 propTable = regEntry->getPropertyTable(); in MakeReferenceTable()
H A DIOUserClient.cpp1552 if (getPropertyTable() || super::init()) { in init()
1562 if (getPropertyTable() || super::init(dictionary)) { in init()
1574 if (getPropertyTable() || super::init()) { in initWithTask()
H A DIOService.cpp816 if (getPropertyTable()) { in free()
/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h648 /* inline */ OSDictionary * getPropertyTable( void ) const;