Searched refs:RTDVMVOLUME (Results 1 - 5 of 5) sorted by relevance
/vbox/include/iprt/ |
H A D | dvm.h | 109 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 D | tstRTDvm.cpp | 55 RTDVMVOLUME hVol; 117 RTDVMVOLUME hVol; 154 RTDVMVOLUME hVolNext;
|
/vbox/src/VBox/Runtime/common/dvm/ |
H A D | dvm.cpp | 443 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 D | dvmvfs.cpp | 54 RTDVMVOLUME hVol; 386 RTDECL(int) RTDvmVolumeCreateVfsFile(RTDVMVOLUME hVol, PRTVFSFILE phVfsFileOut)
|
/vbox/src/VBox/Storage/testcase/ |
H A D | vbox-img.cpp | 1283 RTDVMVOLUME hVol; 1293 RTDVMVOLUME hVolNext;
|
Completed in 704 milliseconds