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

/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp231 } VDIOTEST, *PVDIOTEST; typedef in typeref:struct:VDIOTEST
530 static int tstVDIoTestInit(PVDIOTEST pIoTest, PVDTESTGLOB pGlob, bool fRandomAcc, uint64_t cbIo,
533 static bool tstVDIoTestRunning(PVDIOTEST pIoTest);
534 static void tstVDIoTestDestroy(PVDIOTEST pIoTest);
536 static int tstVDIoTestReqInit(PVDIOTEST pIoTest, PVDIOREQ pIoReq, void *pvUser);
2383 static int tstVDIoTestInit(PVDIOTEST pIoTest, PVDTESTGLOB pGlob, bool fRandomAcc, uint64_t cbIo,
2420 static void tstVDIoTestDestroy(PVDIOTEST pIoTest)
2426 static bool tstVDIoTestRunning(PVDIOTEST pIoTest)
2442 static bool tstVDIoTestIsTrue(PVDIOTEST pIoTest, int iPercentage)
2449 static int tstVDIoTestReqInit(PVDIOTEST pIoTes
[all...]

Completed in 52 milliseconds