Lines Matching refs:vrc
125 int vrc = RTSystemQueryAvailableRam(&cbHostRamAvail);
126 if (RT_SUCCESS(vrc))
163 int vrc = cfgGetValueULong(g_pVirtualBox, rptrMachine,
165 if (RT_FAILURE(vrc))
232 int vrc = VINF_SUCCESS;
237 AssertPtrBreakStmt(pMachine, vrc=VERR_INVALID_PARAMETER);
270 vrc = VERR_COM_IPRT_ERROR; /* @todo Find better rc! */
274 return vrc;
293 int vrc = getMetric(pMachine, L"Guest/RAM/Usage/Free", &lMemFree);
294 if (RT_SUCCESS(vrc))
295 vrc = getMetric(pMachine, L"Guest/RAM/Usage/Balloon", &lBalloonCur);
297 if (RT_SUCCESS(vrc))
351 vrc = VERR_COM_IPRT_ERROR;
361 strUuid.raw(), vrc);
362 return vrc;