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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp944 static bool ahciCancelActiveTasks(PAHCIPort pAhciPort, PAHCIREQ pAhciReqExcept);
5694 * @param pAhciReqExcept The given request is excepted from the cancelling
5697 static bool ahciCancelActiveTasks(PAHCIPort pAhciPort, PAHCIREQ pAhciReqExcept) argument
5704 && pAhciReq != pAhciReqExcept)

Completed in 70 milliseconds