Searched refs:RTDVMVOLUME (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Ddvm.h109 typedef struct RTDVMVOLUMEINTERNAL *RTDVMVOLUME; typedef in typeref:struct:RTDVMVOLUMEINTERNAL
111 typedef RTDVMVOLUME *PRTDVMVOLUME;
113 #define NIL_RTDVMVOLUME ((RTDVMVOLUME)~0)
253 RTDECL(int) RTDvmMapQueryNextVolume(RTDVM hVolMgr, RTDVMVOLUME hVol, PRTDVMVOLUME phVolNext);
275 RTDECL(uint32_t) RTDvmVolumeRetain(RTDVMVOLUME hVol);
283 RTDECL(uint32_t) RTDvmVolumeRelease(RTDVMVOLUME hVol);
295 RTDECL(void) RTDvmVolumeSetQueryBlockStatusCallback(RTDVMVOLUME hVol,
305 RTDECL(uint64_t) RTDvmVolumeGetSize(RTDVMVOLUME hVol);
315 RTDECL(int) RTDvmVolumeQueryName(RTDVMVOLUME hVol, char **ppszVolName);
323 RTDECL(RTDVMVOLTYPE) RTDvmVolumeGetType(RTDVMVOLUME hVo
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDvm.cpp55 RTDVMVOLUME hVol;
117 RTDVMVOLUME hVol;
154 RTDVMVOLUME hVolNext;
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvm.cpp443 RTDECL(int) RTDvmMapQueryNextVolume(RTDVM hVolMgr, RTDVMVOLUME hVol, PRTDVMVOLUME phVolNext)
551 RTDECL(uint32_t) RTDvmVolumeRetain(RTDVMVOLUME hVol)
564 RTDECL(uint32_t) RTDvmVolumeRelease(RTDVMVOLUME hVol)
583 RTDECL(void) RTDvmVolumeSetQueryBlockStatusCallback(RTDVMVOLUME hVol,
595 RTDECL(uint64_t) RTDvmVolumeGetSize(RTDVMVOLUME hVol)
604 RTDECL(int) RTDvmVolumeQueryName(RTDVMVOLUME hVol, char **ppszVolName)
614 RTDECL(RTDVMVOLTYPE) RTDvmVolumeGetType(RTDVMVOLUME hVol)
623 RTDECL(uint64_t) RTDvmVolumeGetFlags(RTDVMVOLUME hVol)
632 RTDECL(int) RTDvmVolumeRead(RTDVMVOLUME hVol, uint64_t off, void *pvBuf, size_t cbRead)
643 RTDECL(int) RTDvmVolumeWrite(RTDVMVOLUME hVo
[all...]
H A Ddvmvfs.cpp54 RTDVMVOLUME hVol;
386 RTDECL(int) RTDvmVolumeCreateVfsFile(RTDVMVOLUME hVol, PRTVFSFILE phVfsFileOut)
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp1283 RTDVMVOLUME hVol;
1293 RTDVMVOLUME hVolNext;

Completed in 704 milliseconds