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

/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp160 static void tstPDMACStressTestFileVerify(PPDMACTESTFILE pTestFile, PPDMACTESTFILETASK pTestTask) argument
169 unsigned iSeg = off / pTestFile->cbFileSegment;
170 PPDMACTESTFILESEG pSeg = &pTestFile->paSegs[iSeg];
198 static void tstPDMACStressTestFileFillBuffer(PPDMACTESTFILE pTestFile, PPDMACTESTFILETASK pTestTask) argument
209 unsigned iSeg = off / pTestFile->cbFileSegment;
210 PPDMACTESTFILESEG pSeg = &pTestFile->paSegs[iSeg];
225 static int tstPDMACStressTestFileWrite(PPDMACTESTFILE pTestFile, PPDMACTESTFILETASK pTestTask) argument
238 if (pTestFile->cbFileCurr < pTestFile->cbFileMax)
240 offMax = (pTestFile
288 tstPDMACStressTestFileRead(PPDMACTESTFILE pTestFile, PPDMACTESTFILETASK pTestTask) argument
331 PPDMACTESTFILE pTestFile = (PPDMACTESTFILE)pThread->pvUser; local
392 PPDMACTESTFILE pTestFile = (PPDMACTESTFILE)pvUser2; local
419 tstPDMACStressTestFileOpen(PVM pVM, PPDMACTESTFILE pTestFile, unsigned iTestId) argument
525 tstPDMACStressTestFileClose(PPDMACTESTFILE pTestFile) argument
[all...]

Completed in 43 milliseconds