Searched refs:errorSyntax (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp118 return errorSyntax(USAGE_DHCPSERVER, "Not enough parameters");
158 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --netname once.");
160 return errorSyntax(USAGE_DHCPSERVER, "You can either use a --netname or --ifname for identifying the DHCP server.");
168 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --ifname once.");
170 return errorSyntax(USAGE_DHCPSERVER, "You can either use a --netname or --ipname for identifying the DHCP server.");
178 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --ip once.");
186 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --netmask once.");
194 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --lowerip once.");
202 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --upperip once.");
210 return errorSyntax(USAGE_DHCPSERVE
[all...]
H A DVBoxManageHostonly.cpp49 // return errorSyntax(USAGE_HOSTONLYIFS, "Not enough parameters");
80 return errorSyntax(USAGE_HOSTONLYIFS, "Not enough parameters");
125 return errorSyntax(USAGE_HOSTONLYIFS, "Not enough parameters");
156 return errorSyntax(USAGE_HOSTONLYIFS, "You can only specify --dhcp once.");
162 return errorSyntax(USAGE_HOSTONLYIFS, "You can only specify --ip once.");
168 return errorSyntax(USAGE_HOSTONLYIFS, "You can only specify --netmask once.");
174 return errorSyntax(USAGE_HOSTONLYIFS, "You can only specify --ipv6 once.");
180 return errorSyntax(USAGE_HOSTONLYIFS, "You can only specify --netmasklengthv6 once.");
188 return errorSyntax(USAGE_HOSTONLYIFS, "unhandled parameter: %s", ValueUnion.psz);
194 return errorSyntax(USAGE_HOSTONLYIF
[all...]
H A DVBoxManageNATNetwork.cpp103 return errorSyntax(USAGE_NATNETWORK, "Not enough parameters");
139 return errorSyntax(USAGE_NATNETWORK, "You can only specify --netname only once.");
146 return errorSyntax(USAGE_NATNETWORK, "You can only specify --network only once.");
153 return errorSyntax(USAGE_NATNETWORK, "You can specify either --enable or --disable once.");
160 return errorSyntax(USAGE_NATNETWORK, "You can specify either --enable or --disable once.");
167 return errorSyntax(USAGE_NATNETWORK, "You can specify --dhcp only once.");
173 return errorSyntax(USAGE_NATNETWORK, "You can specify --ipv6 only once.");
183 errorSyntax(USAGE_NATNETWORK,
195 return errorSyntax(USAGE_NATNETWORK,
220 return errorSyntax(USAGE_NATNETWOR
[all...]
H A DVBoxManageAppliance.cpp186 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong);
192 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong);
198 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong);
204 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong);
210 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong);
216 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong);
226 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong);
228 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --unit argument.", GetState.pDef->pszLong);
234 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Option \"%s\" requires preceding --vsys argument.", GetState.pDef->pszLong);
236 return errorSyntax(USAGE_IMPORTAPPLIANC
[all...]
H A DVBoxManageMisc.cpp66 return errorSyntax(USAGE_REGISTERVM, "Incorrect number of parameters");
127 return errorSyntax(USAGE_UNREGISTERVM, "Invalid parameter '%s'", ValueUnion.psz);
134 return errorSyntax(USAGE_UNREGISTERVM, "Invalid option -%c", c);
136 return errorSyntax(USAGE_UNREGISTERVM, "Invalid option case %i", c);
139 return errorSyntax(USAGE_UNREGISTERVM, "unknown option: %s\n", ValueUnion.psz);
141 return errorSyntax(USAGE_UNREGISTERVM, "%s: %Rrs", ValueUnion.pDef->pszLong, c);
143 return errorSyntax(USAGE_UNREGISTERVM, "error: %Rrs", c);
149 return errorSyntax(USAGE_UNREGISTERVM, "VM name required");
251 return errorSyntax(USAGE_CREATEVM, "Parameter --name is required");
418 return errorSyntax(USAGE_CLONEV
[all...]
H A DVBoxManageDisk.cpp263 return errorSyntax(USAGE_CREATEMEDIUM, "Only one command can be specified: '%s'", ValueUnion.psz);
269 return errorSyntax(USAGE_CREATEMEDIUM, "Only one command can be specified: '%s'", ValueUnion.psz);
275 return errorSyntax(USAGE_CREATEMEDIUM, "Only one command can be specified: '%s'", ValueUnion.psz);
315 return errorSyntax(USAGE_CREATEMEDIUM, "Invalid parameter '%s'", ValueUnion.psz);
321 return errorSyntax(USAGE_CREATEMEDIUM, "Invalid option -%c", c);
323 return errorSyntax(USAGE_CREATEMEDIUM, "Invalid option case %i", c);
326 return errorSyntax(USAGE_CREATEMEDIUM, "unknown option: %s\n", ValueUnion.psz);
328 return errorSyntax(USAGE_CREATEMEDIUM, "%s: %Rrs", ValueUnion.pDef->pszLong, c);
330 return errorSyntax(USAGE_CREATEMEDIUM, "error: %Rrs", c);
343 return errorSyntax(USAGE_CREATEMEDIU
[all...]
H A DVBoxManageDebugVM.cpp112 return errorSyntax(USAGE_DEBUGVM, "The getregisters sub-command takes at least one register name");
126 return errorSyntax(USAGE_DEBUGVM, "The inject sub-command takes at one or two arguments");
146 return errorSyntax(USAGE_DEBUGVM, "The inject sub-command does not take any arguments");
264 return errorSyntax(USAGE_DEBUGVM, "The --compression option has already been given");
269 return errorSyntax(USAGE_DEBUGVM, "The --filename option has already been given");
278 return errorSyntax(USAGE_DEBUGVM, "The --filename option is required");
304 return errorSyntax(USAGE_DEBUGVM, "The osdetect sub-command does not take any arguments");
322 return errorSyntax(USAGE_DEBUGVM, "The osinfo sub-command does not take any arguments");
370 return errorSyntax(USAGE_DEBUGVM, "setregisters expects input on the form 'register=value' got '%s'", ValueUnion.psz);
393 return errorSyntax(USAGE_DEBUGV
[all...]
H A DVBoxManageSnapshot.cpp273 return errorSyntax(USAGE_SNAPSHOT, "Not enough parameters");
301 errorSyntax(USAGE_SNAPSHOT, "Missing snapshot name");
366 errorSyntax(USAGE_SNAPSHOT, "Too many arguments");
374 errorSyntax(USAGE_SNAPSHOT, "Expecting snapshot name only");
415 errorSyntax(USAGE_SNAPSHOT, "Missing snapshot name");
464 errorSyntax(USAGE_SNAPSHOT, "Invalid parameter '%s'", Utf8Str(a->argv[i]).c_str());
476 errorSyntax(USAGE_SNAPSHOT, "Expecting snapshot name only");
497 errorSyntax(USAGE_SNAPSHOT, "Invalid parameter '%s'", Utf8Str(a->argv[1]).c_str());
H A DVBoxManageGuestProp.cpp89 return errorSyntax(USAGE_GUESTPROPERTY, "Incorrect parameters");
148 return errorSyntax(USAGE_GUESTPROPERTY, "Incorrect parameters");
192 return errorSyntax(USAGE_GUESTPROPERTY, "Incorrect parameters");
234 return errorSyntax(USAGE_GUESTPROPERTY, "Incorrect parameters");
321 return errorSyntax(USAGE_GUESTPROPERTY, "Incorrect parameters");
418 return errorSyntax(USAGE_GUESTPROPERTY, "Incorrect parameters");
433 return errorSyntax(USAGE_GUESTPROPERTY, "Incorrect parameters");
H A DVBoxManageUSB.cpp175 return errorSyntax(USAGE_USBFILTER, "Not enough parameters");
184 return errorSyntax(USAGE_USBFILTER, "Invalid parameter '%s'", a->argv[0]);
188 return errorSyntax(USAGE_USBFILTER, "Invalid index '%s'", a->argv[1]);
199 return errorSyntax(USAGE_USBFILTER_ADD, "Not enough parameters");
201 return errorSyntax(USAGE_USBFILTER_MODIFY, "Not enough parameters");
330 return errorSyntax(cmd.mAction == USBFilterCmd::Add ? USAGE_USBFILTER_ADD : USAGE_USBFILTER_MODIFY,
348 return errorSyntax(USAGE_USBFILTER_ADD, "Mandatory options not supplied");
358 return errorSyntax(USAGE_USBFILTER_REMOVE, "Not enough parameters");
380 return errorSyntax(USAGE_USBFILTER_REMOVE, "Mandatory options not supplied");
H A DVBoxManageControlVM.cpp91 return errorSyntax(USAGE_CONTROLVM, "Not enough parameters");
531 return errorSyntax(USAGE_CONTROLVM, \
567 return errorSyntax(USAGE_CONTROLVM,
954 errorSyntax(USAGE_CONTROLVM, "Not enough parameters");
960 errorSyntax(USAGE_CONTROLVM, "Wrong number of arguments");
1027 errorSyntax(USAGE_CONTROLVM, "Incorrect number of parameters");
1046 errorSyntax(USAGE_CONTROLVM, "Either \"yes\" or \"no\" is expected");
1094 errorSyntax(USAGE_CONTROLVM, "Incorrect number of parameters");
1134 errorSyntax(USAGE_CONTROLVM, "Incorrect number of parameters");
1198 errorSyntax(USAGE_CONTROLV
[all...]
H A DVBoxManageBandwidthControl.cpp311 return errorSyntax(USAGE_BANDWIDTHCONTROL, "Too few parameters");
313 return errorSyntax(USAGE_BANDWIDTHCONTROL, "Too many parameters");
354 errorSyntax(USAGE_BANDWIDTHCONTROL, "Invalid parameter '%s'", Utf8Str(a->argv[1]).c_str());
H A DVBoxInternalManage.cpp623 return errorSyntax(USAGE_SETHDUUID, "Not enough parameters");
628 return errorSyntax(USAGE_SETHDUUID, "Invalid UUID parameter");
637 return errorSyntax(USAGE_SETHDPARENTUUID, "Not enough parameters");
639 return errorSyntax(USAGE_SETHDPARENTUUID, "Invalid UUID parameter");
643 return errorSyntax(USAGE_SETHDUUID, "Invalid invocation");
702 return errorSyntax(USAGE_DUMPHDINFO, "Not enough parameters");
1078 return errorSyntax(USAGE_LISTPARTITIONS, "Invalid parameter '%s'", argv[i]);
1083 return errorSyntax(USAGE_LISTPARTITIONS, "Mandatory parameter -rawdisk missing");
1197 return errorSyntax(USAGE_CREATERAWVMDK, "Invalid parameter '%s'", argv[i]);
1201 return errorSyntax(USAGE_CREATERAWVMD
[all...]
H A DVBoxManageStorageController.cpp317 return errorSyntax(USAGE_STORAGEATTACH, "Storage controller name not specified");
360 return errorSyntax(USAGE_STORAGEATTACH, "Port not specified");
367 return errorSyntax(USAGE_STORAGEATTACH, "Device not specified");
971 return errorSyntax(USAGE_STORAGECONTROLLER, "Too few parameters");
1058 errorSyntax(USAGE_STORAGECONTROLLER, "Storage controller name not specified\n");
H A DVBoxManage.h173 RTEXITCODE errorSyntax(USAGECATEGORY fCategory, const char *pszFormat, ...);
H A DVBoxManageInfo.cpp2685 return errorSyntax(USAGE_SHOWVMINFO, "Invalid parameter '%s'", ValueUnion.psz);
2692 return errorSyntax(USAGE_SHOWVMINFO, "Invalid option -%c", c);
2694 return errorSyntax(USAGE_SHOWVMINFO, "Invalid option case %i", c);
2697 return errorSyntax(USAGE_SHOWVMINFO, "unknown option: %s\n", ValueUnion.psz);
2699 return errorSyntax(USAGE_SHOWVMINFO, "%s: %Rrs", ValueUnion.pDef->pszLong, c);
2701 return errorSyntax(USAGE_SHOWVMINFO, "error: %Rrs", c);
2707 return errorSyntax(USAGE_SHOWVMINFO, "VM name or UUID required");
2718 return errorSyntax(USAGE_SHOWVMINFO, "Option --log is exclusive");
H A DVBoxManageMetrics.cpp633 return errorSyntax(USAGE_METRICS, "Subcommand missing");
651 return errorSyntax(USAGE_METRICS, "Invalid subcommand '%s'", a->argv[0]);
H A DVBoxManageHelp.cpp881 RTEXITCODE errorSyntax(USAGECATEGORY fCategory, const char *pszFormat, ...) function
918 * errorSyntax for RTGetOpt users.
979 * errorSyntax for RTGetOpt users.
H A DVBoxManageModifyVM.cpp466 return errorSyntax(USAGE_MODIFYVM, "Not enough parameters");
690 return errorSyntax(USAGE_MODIFYVM,
1650 return errorSyntax(USAGE_MODIFYVM, \
1751 return errorSyntax(USAGE_MODIFYVM, "Not enough parameters");
2007 return errorSyntax(USAGE_MODIFYVM,
2062 return errorSyntax(USAGE_MODIFYVM,
2107 return errorSyntax(USAGE_MODIFYVM,
H A DVBoxManage.cpp627 rcExit = errorSyntax(USAGE_ALL, "Invalid command '%s'", Utf8Str(argv[iCmd]).c_str());
H A DVBoxManageList.cpp1303 return errorSyntax(USAGE_LIST, "Unknown subcommand \"%s\".", ValueUnion.psz);
1314 return errorSyntax(USAGE_LIST, "Missing subcommand for \"list\" command.\n");
H A DVBoxManageGuestCtrl.cpp3937 return errorSyntax(USAGE_GUESTCONTROL, "No sub command specified!");
4047 return errorSyntax(USAGE_GUESTCONTROL, "Unknown sub command '%s' specified!", pArg->argv[1]);
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp125 static int errorSyntax(const char *pszFormat, ...) function
252 return errorSyntax("Mandatory --filename option missing\n");
256 return errorSyntax("Invalid parameter to --uuid option\n");
392 return errorSyntax("Mandatory --filename option missing\n");
901 return errorSyntax("Mandatory --srcformat option missing\n");
921 return errorSyntax("Mandatory --srcfilename option missing\n");
923 return errorSyntax("Mandatory --dstfilename option missing\n");
983 return errorSyntax("Invalid --variant option\n");
1002 errorSyntax("No file format specified, please specify format: %Rrc\n", rc);
1090 return errorSyntax("Mandator
[all...]

Completed in 107 milliseconds