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

/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogUtils.cpp211 const char *pszGlobal, const char *pszVM, Utf8Str &strValue, Utf8Str strDefault)
221 AssertPtr(pszVM);
222 hr = rptrMachine->GetExtraData(Bstr(pszVM).raw(),
255 const char *pszGlobal, const char *pszVM, unsigned long *pulValue, unsigned long ulDefault)
258 int rc = cfgGetValueStr(rptrVBox, rptrMachine, pszGlobal, pszVM, strValue, "" /* Default */);
210 cfgGetValueStr(const ComPtr<IVirtualBox> &rptrVBox, const ComPtr<IMachine> &rptrMachine, const char *pszGlobal, const char *pszVM, Utf8Str &strValue, Utf8Str strDefault) argument
254 cfgGetValueULong(const ComPtr<IVirtualBox> &rptrVBox, const ComPtr<IMachine> &rptrMachine, const char *pszGlobal, const char *pszVM, unsigned long *pulValue, unsigned long ulDefault) argument
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMisc.cpp572 const char *pszVM = *it; local
574 CHECK_ERROR(a->virtualBox, FindMachine(Bstr(pszVM).raw(),
595 RTPrintf("Waiting for VM \"%s\" to power on...\n", pszVM);
610 RTPrintf("VM \"%s\" has been successfully started.\n", pszVM);

Completed in 44 milliseconds