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

/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp98 unsigned int propSize; local
147 "DeviceTree", (void **) &dtMap, &propSize ))
148 && ((2 * sizeof(uint32_t)) == propSize);
255 unsigned int propSize; local
263 propSize = propObj->getLength();
264 if ( propSize != (2 * sizeof(UInt32)) ) return -1;
332 unsigned int propSize; local
351 if( kSuccess != DTGetProperty( dtEntry, name, &prop, &propSize ))
356 data = OSData::withBytes(prop, propSize);
359 data = OSData::withBytesNoCopy(prop, propSize);
[all...]

Completed in 22 milliseconds