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

/vbox/src/VBox/Storage/testcase/
H A DVDIoBackendMem.cpp36 typedef struct VDIOBACKENDREQ struct
54 } VDIOBACKENDREQ, *PVDIOBACKENDREQ; typedef in typeref:struct:VDIOBACKENDREQ
102 pIoBackend->cReqsRing = VDMEMIOBACKEND_REQS * sizeof(VDIOBACKENDREQ);
158 pReq = (PVDIOBACKENDREQ)RTMemAlloc(RT_OFFSETOF(VDIOBACKENDREQ, aSegs[cSegs]));

Completed in 51 milliseconds