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

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp129 uint64_t cTotalSectors; member in struct:ATADevState
319 AssertCompileMemberAlignment(ATADevState, cTotalSectors, 8);
1245 if (s->cTotalSectors <= (1 << 28) - 1)
1247 p[60] = RT_H2LE_U16(s->cTotalSectors);
1248 p[61] = RT_H2LE_U16(s->cTotalSectors >> 16);
1275 if (s->cTotalSectors <= (1 << 28) - 1)
1281 if (s->cTotalSectors <= (1 << 28) - 1)
1288 if (s->cTotalSectors > (1 << 28) - 1)
1290 p[100] = RT_H2LE_U16(s->cTotalSectors);
1291 p[101] = RT_H2LE_U16(s->cTotalSectors >> 1
[all...]
H A DDevAHCI.cpp459 uint64_t cTotalSectors; member in struct:AHCIPort
3064 if (pAhciPort->cTotalSectors <= (1 << 28) - 1)
3066 p[60] = RT_H2LE_U16(pAhciPort->cTotalSectors);
3067 p[61] = RT_H2LE_U16(pAhciPort->cTotalSectors >> 16);
3103 p[100] = RT_H2LE_U16(pAhciPort->cTotalSectors);
3104 p[101] = RT_H2LE_U16(pAhciPort->cTotalSectors >> 16);
3105 p[102] = RT_H2LE_U16(pAhciPort->cTotalSectors >> 32);
3106 p[103] = RT_H2LE_U16(pAhciPort->cTotalSectors >> 48);
3260 ataH2BE_U32(aBuf, pAhciPort->cTotalSectors - 1);
3318 ataH2BE_U32(aBuf + 24, pAhciPort->cTotalSectors); /* trac
[all...]
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSize.cpp282 CHECK_MEMBER_ALIGNMENT(ATADevState, cTotalSectors, 8);
H A DtstDeviceStructSizeRC.cpp834 GEN_CHECK_OFF(ATADevState, cTotalSectors);
1328 GEN_CHECK_OFF(AHCIPort, cTotalSectors);

Completed in 330 milliseconds