Searched refs:RTDVM (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Ddvm.h102 typedef struct RTDVMINTERNAL *RTDVM; typedef in typeref:struct:RTDVMINTERNAL
104 typedef RTDVM *PRTDVM;
106 #define NIL_RTDVM ((RTDVM)~0)
181 RTDECL(uint32_t) RTDvmRetain(RTDVM hVolMgr);
189 RTDECL(uint32_t) RTDvmRelease(RTDVM hVolMgr);
199 RTDECL(int) RTDvmMapOpen(RTDVM hVolMgr);
208 RTDECL(int) RTDvmMapInitialize(RTDVM hVolMgr, const char *pszFmt);
216 RTDECL(const char *) RTDvmMapGetFormat(RTDVM hVolMgr);
224 RTDECL(uint32_t) RTDvmMapGetValidVolumes(RTDVM hVolMgr);
232 RTDECL(uint32_t) RTDvmMapGetMaxVolumes(RTDVM hVolMg
[all...]
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvm.cpp217 RTDECL(uint32_t) RTDvmRetain(RTDVM hVolMgr)
252 RTDECL(uint32_t) RTDvmRelease(RTDVM hVolMgr)
267 RTDECL(int) RTDvmMapOpen(RTDVM hVolMgr)
367 RTDECL(int) RTDvmMapInitialize(RTDVM hVolMgr, const char *pszFmt)
393 RTDECL(const char *) RTDvmMapGetFormat(RTDVM hVolMgr)
403 RTDECL(uint32_t) RTDvmMapGetValidVolumes(RTDVM hVolMgr)
413 RTDECL(uint32_t) RTDvmMapGetMaxVolumes(RTDVM hVolMgr)
423 RTDECL(int) RTDvmMapQueryFirstVolume(RTDVM hVolMgr, PRTDVMVOLUME phVol)
443 RTDECL(int) RTDvmMapQueryNextVolume(RTDVM hVolMgr, RTDVMVOLUME hVol, PRTDVMVOLUME phVolNext)
467 RTDECL(int) RTDvmMapQueryBlockStatus(RTDVM hVolMg
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDvm.cpp93 RTDVM hVolMgr;
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp1194 RTDVM hVolMgr = (RTDVM)pvUser;
1215 RTDVM hDvm = NIL_RTDVM;

Completed in 1986 milliseconds