Lines Matching refs:RTDVM
102 typedef struct RTDVMINTERNAL *RTDVM;
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 hVolMgr);
242 RTDECL(int) RTDvmMapQueryFirstVolume(RTDVM hVolMgr, PRTDVMVOLUME phVol);
253 RTDECL(int) RTDvmMapQueryNextVolume(RTDVM hVolMgr, RTDVMVOLUME hVol, PRTDVMVOLUME phVolNext);
266 RTDECL(int) RTDvmMapQueryBlockStatus(RTDVM hVolMgr, uint64_t off, uint64_t cb,