Searched refs:RTDVMVOLTYPE (Results 1 - 7 of 7) sorted by relevance

/vbox/include/iprt/
H A Ddvm.h43 typedef enum RTDVMVOLTYPE enum
77 } RTDVMVOLTYPE; typedef in typeref:enum:RTDVMVOLTYPE
323 RTDECL(RTDVMVOLTYPE) RTDvmVolumeGetType(RTDVMVOLUME hVol);
363 RTDECL(const char *) RTDvmVolumeTypeGetDescr(RTDVMVOLTYPE enmVolType);
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmmbr.cpp86 RTDVMVOLTYPE enmVolType;
346 static DECLCALLBACK(RTDVMVOLTYPE) rtDvmFmtMbrVolumeGetType(RTDVMVOLUMEFMT hVolFmt)
348 RTDVMVOLTYPE enmVolType = RTDVMVOLTYPE_UNKNOWN;
H A Ddvmgpt.cpp179 RTDVMVOLTYPE enmVolType;
482 static DECLCALLBACK(RTDVMVOLTYPE) rtDvmFmtGptVolumeGetType(RTDVMVOLUMEFMT hVolFmt)
484 RTDVMVOLTYPE enmVolType = RTDVMVOLTYPE_UNKNOWN;
H A Ddvm.cpp111 * This is indexed by RTDVMVOLTYPE.
614 RTDECL(RTDVMVOLTYPE) RTDvmVolumeGetType(RTDVMVOLUME hVol)
654 RTDECL(const char *) RTDvmVolumeTypeGetDescr(RTDVMVOLTYPE enmVolType)
H A Ddvmbsdlabel.cpp473 DECLCALLBACK(RTDVMVOLTYPE) rtDvmFmtBsdLblVolumeGetType(RTDVMVOLUMEFMT hVolFmt)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTDvm.cpp124 RTDVMVOLTYPE enmVolType = RTDvmVolumeGetType(hVol);
/vbox/src/VBox/Runtime/include/internal/
H A Ddvm.h205 DECLCALLBACKMEMBER(RTDVMVOLTYPE, pfnVolumeGetType)(RTDVMVOLUMEFMT hVolFmt);

Completed in 789 milliseconds