Searched defs:fLBA48 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp119 bool fLBA48; member in struct:ATADevState
1044 if (s->fLBA48)
1431 if (s->fLBA48)
1464 if (s->fLBA48)
3980 s->fLBA48 = false;
4032 s->fLBA48 = true;
4040 s->fLBA48 = true;
4049 s->fLBA48 = true;
4058 s->fLBA48 = true;
4066 s->fLBA48
[all...]
H A DDevAHCI.cpp5359 static uint32_t ahciGetNSectors(uint8_t *pCmdFis, bool fLBA48) argument
5362 if (fLBA48)
5378 static uint64_t ahciGetSector(PAHCIPort pAhciPort, uint8_t *pCmdFis, bool fLBA48) argument
5384 if (fLBA48)
6189 bool fLBA48 = false; local
6339 fLBA48 = true;
6342 pAhciReq->cbTransfer = ahciGetNSectors(pCmdFis, fLBA48) * pAhciPort->cbSector;
6343 pAhciReq->uOffset = ahciGetSector(pAhciPort, pCmdFis, fLBA48) * pAhciPort->cbSector;
6348 fLBA48 = true;
6351 pAhciReq->cbTransfer = ahciGetNSectors(pCmdFis, fLBA48) * pAhciPor
[all...]

Completed in 148 milliseconds