Searched refs:VERR_VD_GEOMETRY_NOT_SET (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Storage/
H A DParallels.cpp840 rc = VERR_VD_GEOMETRY_NOT_SET;
896 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DRAW.cpp762 rc = VERR_VD_GEOMETRY_NOT_SET;
818 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DDMG.cpp2104 rc = VERR_VD_GEOMETRY_NOT_SET;
2157 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DVHDX.cpp2091 rc = VERR_VD_GEOMETRY_NOT_SET;
2139 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DISCSI.cpp5037 rc = VERR_VD_GEOMETRY_NOT_SET;
5061 rc = VERR_VD_GEOMETRY_NOT_SET;
5081 rc = VERR_VD_GEOMETRY_NOT_SET;
5105 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DQCOW.cpp2025 rc = VERR_VD_GEOMETRY_NOT_SET;
2081 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DQED.cpp2120 rc = VERR_VD_GEOMETRY_NOT_SET;
2176 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DVHD.cpp1930 rc = VERR_VD_GEOMETRY_NOT_SET;
1984 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DVDI.cpp1862 rc = VERR_VD_GEOMETRY_NOT_SET;
1925 rc = VERR_VD_GEOMETRY_NOT_SET;
H A DVD.cpp8591 else if (rc == VERR_VD_GEOMETRY_NOT_SET)
8605 else if (rc == VERR_VD_GEOMETRY_NOT_SET)
9566 * @returns VERR_VD_GEOMETRY_NOT_SET if no geometry present in the HDD container.
9604 rc = VERR_VD_GEOMETRY_NOT_SET;
9630 * @returns VERR_VD_GEOMETRY_NOT_SET if no geometry present in the HDD container.
9734 * @returns VERR_VD_GEOMETRY_NOT_SET if no geometry present in the HDD container.
9772 rc = VERR_VD_GEOMETRY_NOT_SET;
9798 * @returns VERR_VD_GEOMETRY_NOT_SET if no geometry present in the HDD container.
H A DVMDK.cpp6078 rc = VERR_VD_GEOMETRY_NOT_SET;
6140 rc = VERR_VD_GEOMETRY_NOT_SET;
/vbox/include/VBox/
H A Derr.h1528 #define VERR_VD_GEOMETRY_NOT_SET (-3206) macro
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp1895 if (rc == VERR_VD_GEOMETRY_NOT_SET)
1937 if (rc == VERR_VD_GEOMETRY_NOT_SET)
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp417 if (rc == VERR_VD_GEOMETRY_NOT_SET)

Completed in 8344 milliseconds