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

/vbox/src/VBox/Storage/
H A DVD.cpp663 static int vdDiscardHelperAsync(PVDIOCTX pIoCtx);
3208 pIoCtx->pfnIoCtxTransferNext = vdDiscardHelperAsync; /* Next part. */
3357 pIoCtx->pfnIoCtxTransferNext = vdDiscardHelperAsync; /* Next part. */
3372 pIoCtx->pfnIoCtxTransferNext = vdDiscardHelperAsync;
3386 static int vdDiscardHelperAsync(PVDIOCTX pIoCtx) function
3484 pIoCtx->pfnIoCtxTransferNext = vdDiscardHelperAsync;
10713 vdDiscardHelperAsync, VDIOCTX_FLAGS_SYNC | VDIOCTX_FLAGS_DONT_FREE);
10955 vdDiscardHelperAsync,

Completed in 97 milliseconds