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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp344 PFNAHCIPOSTPROCESS pfnPostProcess; member in struct:AHCIREQ::__anon15815::__anon15816
4396 pAhciReq->u.Io.pfnPostProcess = atapiReadSectors2352PostProcess;
5646 if (pAhciReq->u.Io.pfnPostProcess)
5650 int rc = pAhciReq->u.Io.pfnPostProcess(pAhciReq, &pv, &cb);

Completed in 59 milliseconds