Lines Matching refs:RTDVM
217 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 hVolMgr, uint64_t off, uint64_t cb,