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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp114 #define registryTable() fPropertyTable
266 if( fPropertyTable)
267 fPropertyTable->release();
268 fPropertyTable = dict;
270 } else if( !fPropertyTable) {
271 fPropertyTable = OSDictionary::withCapacity( kIORegCapacityIncrement );
272 if( fPropertyTable)
273 fPropertyTable->setCapacityIncrement( kIORegCapacityIncrement );
276 if( !fPropertyTable)
310 fPropertyTable
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h82 OSDictionary * fPropertyTable; member in class:IORegistryEntry
467 /* { return(fPropertyTable); } */

Completed in 27 milliseconds