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

/vbox/src/VBox/Storage/
H A DVD.cpp4066 static int vdIoCtxContinue(PVDIOCTX pIoCtx, int rcReq) function
4184 rc = vdIoCtxContinue(pIoCtx, rcReq);
4215 rc = vdIoCtxContinue(pIoCtx, rcReq);
4421 vdIoCtxContinue(pTmp, pTmp->rcReq);
5304 * It can overwrite the state to true before we call vdIoCtxContinue and the
5312 * @todo: Find a better way to prevent vdIoCtxContinue from calling the current helper again. */

Completed in 81 milliseconds