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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp112 #define registryTable() fRegistryTable
280 if( !fRegistryTable) {
281 fRegistryTable = OSDictionary::withCapacity( kIORegCapacityIncrement );
282 if( fRegistryTable)
283 fRegistryTable->setCapacityIncrement( kIORegCapacityIncrement );
313 fRegistryTable = old->fRegistryTable;
314 old->fRegistryTable = OSDictionary::withDictionary( fRegistryTable );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h81 OSDictionary * fRegistryTable; member in class:IORegistryEntry

Completed in 29 milliseconds