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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp97 unsigned int propSize; local
146 "DeviceTree", (void **) &dtMap, &propSize ))
147 && ((2 * sizeof(vm_offset_t)) == propSize);
270 unsigned int propSize; local
278 propSize = propObj->getLength();
279 if ( propSize != (2 * sizeof(UInt32)) ) return -1;
331 unsigned int propSize; local
350 if( kSuccess != DTGetProperty( dtEntry, name, &prop, &propSize ))
355 data = OSData::withBytes(prop, propSize);
358 data = OSData::withBytesNoCopy(prop, propSize);
[all...]

Completed in 25 milliseconds