Searched refs:fRegistryTable (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp119 #define registryTable() fRegistryTable
303 if( !fRegistryTable) {
304 fRegistryTable = OSDictionary::withCapacity( kIORegCapacityIncrement );
305 if( fRegistryTable)
306 fRegistryTable->setCapacityIncrement( kIORegCapacityIncrement );
339 fRegistryTable = old->fRegistryTable;
340 old->fRegistryTable = OSDictionary::withDictionary( fRegistryTable );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h85 OSDictionary * fRegistryTable; member in class:IORegistryEntry

Completed in 22 milliseconds