Searched defs:vdError (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp173 Utf8Str vdError; /*< Error remembered by the VD error callback. */ member in struct:Medium::Data
6950 if (m->vdError.isEmpty())
6953 error = Utf8StrFmt(".\n%s", m->vdError.c_str());
6955 m->vdError.setNull();
6963 * Puts the reported error message to the m->vdError field.
6983 if (that->m->vdError.isEmpty())
6984 that->m->vdError =
6987 that->m->vdError =
6988 Utf8StrFmt("%s.\n%s (%Rrc)", that->m->vdError.c_str(),
/vbox/src/VBox/Storage/
H A DVD.cpp771 static int vdError(PVBOXHDD pDisk, int rc, RT_SRC_POS_DECL, function
6297 rc = vdError(pDisk, VERR_INVALID_PARAMETER, RT_SRC_POS,
6309 rc = vdError(pDisk, VERR_NOT_SUPPORTED, RT_SRC_POS,
6321 rc = vdError(pDisk, VERR_VD_DISCARD_NOT_SUPPORTED, RT_SRC_POS,
6369 rc = vdError(pDisk, rc, RT_SRC_POS,
6376 rc = vdError(pDisk, rc, RT_SRC_POS,
6399 rc = vdError(pDisk, rc, RT_SRC_POS,
6605 rc = vdError(pDisk, VERR_INVALID_PARAMETER, RT_SRC_POS,
6650 rc = vdError(pDisk, rc, RT_SRC_POS,
6765 rc = vdError(pDis
[all...]

Completed in 86 milliseconds