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

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp394 bool fRedo; member in struct:ATACONTROLLER
1645 bool fRedo; local
1651 rc = ataReadSectors(s, iLBA, s->CTX_SUFF(pbIOBuffer), cSectors, &fRedo);
1661 if (fRedo)
1662 return fRedo;
1683 bool fRedo; local
1689 rc = ataWriteSectors(s, iLBA, s->CTX_SUFF(pbIOBuffer), cSectors, &fRedo);
1699 if (fRedo)
1700 return fRedo;
3930 bool fRedo local
4683 bool fRedo; local
4860 bool fRedo; local
5196 bool fRedo; local
5348 bool fRedo; local
[all...]
H A DDevBusLogic.cpp461 bool volatile fRedo; member in struct:BUSLOGIC
2797 int rcCompletion, bool fRedo, int rcReq)
2808 if (fRedo)
2825 if (!ASMAtomicXchgBool(&pBusLogic->fRedo, true))
3145 if (pThis->fRedo)
3147 pThis->fRedo = false;
3250 if (pBusLogic->fRedo)
3364 pBusLogic->fRedo = true;
3374 pBusLogic->fRedo = true;
3642 if (pThis->fRedo)
2796 buslogicR3DeviceSCSIRequestCompleted(PPDMISCSIPORT pInterface, PPDMSCSIREQUEST pSCSIRequest, int rcCompletion, bool fRedo, int rcReq) argument
[all...]
H A DDevAHCI.cpp452 volatile bool fRedo; member in struct:AHCIPort
5768 if (ASMAtomicCmpXchgBool(&pAhciPort->fRedo, true, false))
5774 if (ASMAtomicCmpXchgBool(&pAhciPort->fRedo, true, false))
5782 if (ASMAtomicCmpXchgBool(&pAhciPort->fRedo, true, false))
5789 ASMAtomicCmpXchgBool(&pAhciPort->fRedo, true, false);
5946 bool fRedo = false; local
6032 fRedo = ahciIsRedoSetWarning(pAhciPort, rcReq);
6033 if (!fRedo)
6074 if (!fRedo)
7391 pAhciPort->fRedo
[all...]
H A DDevLsiLogicSCSI.cpp337 bool volatile fRedo; member in struct:LSILOGICSCSI
2278 int rcCompletion, bool fRedo, int rcReq)
2286 if (fRedo)
2298 if (!ASMAtomicXchgBool(&pThis->fRedo, true))
5001 if (pThis->fRedo)
5039 pThis->fRedo = false;
2277 lsilogicR3DeviceSCSIRequestCompleted(PPDMISCSIPORT pInterface, PPDMSCSIREQUEST pSCSIRequest, int rcCompletion, bool fRedo, int rcReq) argument
H A DUsbMsd.cpp1006 int rcCompletion, bool fRedo, int rcReq)
1005 usbMsdLun0ScsiRequestCompleted(PPDMISCSIPORT pInterface, PPDMSCSIREQUEST pSCSIRequest, int rcCompletion, bool fRedo, int rcReq) argument
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp940 GEN_CHECK_OFF(ATACONTROLLER, fRedo);
1326 GEN_CHECK_OFF(AHCIPort, fRedo);
1380 GEN_CHECK_OFF(AHCIPort, fRedo);
1731 GEN_CHECK_OFF(BUSLOGIC, fRedo);
1801 GEN_CHECK_OFF(LSILOGICSCSI, fRedo);
/vbox/include/VBox/vmm/
H A Dpdmifs.h3294 * @param fRedo Flag whether the request can to be redone
3299 * (fRedo is true).
3302 int rcCompletion, bool fRedo, int rcReq));

Completed in 156 milliseconds