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

/vbox/src/VBox/VMM/testcase/
H A DtstPDMAsyncCompletionStress.cpp98 } PDMACTESTFILESEG, *PPDMACTESTFILESEG; typedef in typeref:struct:PDMACTESTFILESEG
138 PPDMACTESTFILESEG paSegs;
170 PPDMACTESTFILESEG pSeg = &pTestFile->paSegs[iSeg];
210 PPDMACTESTFILESEG pSeg = &pTestFile->paSegs[iSeg];
434 pTestFile->paSegs = (PPDMACTESTFILESEG)RTMemAllocZ(pTestFile->cSegments * sizeof(PDMACTESTFILESEG));
440 PPDMACTESTFILESEG pSeg = &pTestFile->paSegs[i];

Completed in 43 milliseconds