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

/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp886 GEN_CHECK_OFF(ATADevState, fATAPIPassthrough);
1321 GEN_CHECK_OFF(AHCIPort, fATAPIPassthrough);
/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp442 bool fATAPIPassthrough; member in struct:AHCIPort
5101 if (pAhciPort->fATAPIPassthrough)
7580 pAhciPort->fATAPIPassthrough = pAhciPort->fATAPI ? (pAhciPort->pDrvBlock->pfnSendCmd != NULL) : false;
7588 LogRel(("AHCI LUN#%d: CD/DVD, total number of sectors %Ld, passthrough %s\n", pAhciPort->iLUN, pAhciPort->cTotalSectors, (pAhciPort->fATAPIPassthrough ? "enabled" : "disabled")));
H A DDevATA.cpp260 bool fATAPIPassthrough; member in struct:ATADevState
3745 if (s->fATAPIPassthrough)
6221 pIf->fATAPIPassthrough = pIf->fATAPI ? (pIf->pDrvBlock->pfnSendCmd != NULL) : false;
6267 LogRel(("PIIX3 ATA: LUN#%d: CD/DVD, total number of sectors %Ld, passthrough %s\n", pIf->iLUN, pIf->cTotalSectors, (pIf->fATAPIPassthrough ? "enabled" : "disabled")));

Completed in 90 milliseconds