Searched refs:PVDIORND (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Storage/testcase/
H A DVDIoRnd.h21 typedef struct VDIORND *PVDIORND; typedef in typeref:struct:VDIORND
23 typedef PVDIORND *PPVDIORND;
41 void VDIoRndDestroy(PVDIORND pIoRnd);
52 int VDIoRndGetBuffer(PVDIORND pIoRnd, void **ppv, size_t cb);
54 uint32_t VDIoRndGetU32Ex(PVDIORND pIoRnd, uint32_t uMin, uint32_t uMax);
H A DVDIoRnd.cpp42 PVDIORND pIoRnd = NULL;
47 pIoRnd = (PVDIORND)RTMemAllocZ(sizeof(VDIORND));
81 void VDIoRndDestroy(PVDIORND pIoRnd)
90 int VDIoRndGetBuffer(PVDIORND pIoRnd, void **ppv, size_t cb)
104 uint32_t VDIoRndGetU32Ex(PVDIORND pIoRnd, uint32_t uMin, uint32_t uMax)
H A DtstVDIo.cpp151 PVDIORND pIoRnd;
212 PVDIORND pIoRnd;

Completed in 64 milliseconds