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

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp340 bool fResetDrive; member in struct:ATAAbortRequest
817 LogRel(("abort request, iIf=%d fResetDrive=%d\n", pCtl->aAsyncIORequests[curr].u.a.iIf, pCtl->aAsyncIORequests[curr].u.a.fResetDrive));
912 * @param fResetDrive Whether to reset the drive or just abort a command.
914 static void ataAbortCurrentCommand(ATADevState *s, bool fResetDrive) argument
930 Req.u.a.fResetDrive = fResetDrive;
5452 if (pReq->u.a.fResetDrive)

Completed in 68 milliseconds