Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIORegistryEntry.cpp431 if (getPropertyTable()) { in free()
432 getPropertyTable()->release(); in free()
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()
[all …]
H A DIOCatalogue.cpp727 dict = service->getPropertyTable(); in terminateDrivers()
H A DIODeviceTreeSupport.cpp446 propTable = regEntry->getPropertyTable(); in MakeReferenceTable()
H A DIOUserClient.cpp1601 if (getPropertyTable() || super::init()) { in init()
1611 if (getPropertyTable() || super::init(dictionary)) { in init()
1623 if (getPropertyTable() || super::init()) { in initWithTask()
H A DIOService.cpp838 if (getPropertyTable()) { in free()
/xnu-11215/iokit/IOKit/
H A DIORegistryEntry.h650 /* inline */ OSDictionary * getPropertyTable( void ) const;