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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1073 OSData *addressProperty; local
1083 addressProperty = (OSData *) regEntry->getProperty( addressPropertyName );
1084 if( (0 == addressProperty) || (0 == parentEntry))
1092 reg = (UInt32 *) addressProperty->getBytesNoCopy();
1093 num = addressProperty->getLength() / (4 * cells);

Completed in 8 milliseconds