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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp944 static bool ahciCancelActiveTasks(PAHCIPort pAhciPort, PAHCIREQ pAhciReqExcept);
1071 bool fAllTasksCanceled = ahciCancelActiveTasks(pAhciPort, NULL);
2014 fAllTasksCanceled = ahciCancelActiveTasks(pAhciPort, NULL);
5697 static bool ahciCancelActiveTasks(PAHCIPort pAhciPort, PAHCIREQ pAhciReqExcept) function
6430 bool fAbortedAll = ahciCancelActiveTasks(pAhciPort, pAhciReq);

Completed in 73 milliseconds