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

/vbox/src/VBox/Storage/
H A DVD.cpp2555 PVDIOCTX pIoCtxFlush = vdIoCtxChildAlloc(pDisk, VDIOCTXTXDIR_FLUSH, local
2560 if (pIoCtxFlush)
2562 rc = vdIoCtxProcessLocked(pIoCtxFlush);
2566 vdIoCtxFree(pDisk, pIoCtxFlush);
2574 vdIoCtxFree(pDisk, pIoCtxFlush);

Completed in 87 milliseconds