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

/vbox/src/VBox/Storage/
H A DISCSI.cpp4143 uint8_t data12[12];
4280 RT_ZERO(data12);
4284 sr.abCDB[10+3] = sizeof(data12); /* allocation length (dword) */
4286 DataSeg.pvSeg = data12;
4287 DataSeg.cbSeg = sizeof(data12);
4310 pImage->cVolume = RT_BE2H_U64(*(uint64_t *)&data12[0]);
4312 pImage->cbSector = RT_BE2H_U32(*(uint32_t *)&data12[8]);

Completed in 703 milliseconds