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

/vbox/src/VBox/Storage/testcase/
H A DVDIoBackendMem.cpp54 } VDIOBACKENDREQ, *PVDIOBACKENDREQ; typedef in typeref:struct:VDIOBACKENDREQ
56 typedef PVDIOBACKENDREQ *PPVDIOBACKENDREQ;
99 rc = RTCircBufCreate(&pIoBackend->pRequestRing, VDMEMIOBACKEND_REQS * sizeof(PVDIOBACKENDREQ));
148 PVDIOBACKENDREQ pReq = NULL;
158 pReq = (PVDIOBACKENDREQ)RTMemAlloc(RT_OFFSETOF(VDIOBACKENDREQ, aSegs[cSegs]));
162 RTCircBufAcquireWriteBlock(pIoBackend->pRequestRing, sizeof(PVDIOBACKENDREQ), (void **)&ppReq, &cbData);
169 Assert(cbData == sizeof(PVDIOBACKENDREQ));
183 RTCircBufReleaseWriteBlock(pIoBackend->pRequestRing, sizeof(PVDIOBACKENDREQ));
209 PVDIOBACKENDREQ pReq;
219 RTCircBufAcquireReadBlock(pIoBackend->pRequestRing, sizeof(PVDIOBACKENDREQ), (voi
[all...]

Completed in 266 milliseconds