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

/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp172 typedef struct VDIOREQ struct
192 } VDIOREQ, *PVDIOREQ; typedef in typeref:struct:VDIOREQ
755 paIoReq = (PVDIOREQ)RTMemAllocZ(cMaxTasksOutstanding * sizeof(VDIOREQ));
998 VDIOREQ IoReq;
1004 memset(&IoReq, 0, sizeof(VDIOREQ));
1240 VDIOREQ IoReq;
1246 memset(&IoReq, 0, sizeof(VDIOREQ));

Completed in 241 milliseconds