Searched refs:USAGE_DEBUGVM (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDebugVM.cpp107 return errorGetOpt(USAGE_DEBUGVM, rc, &ValueUnion);
112 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");
273 return errorGetOpt(USAGE_DEBUGVM, rc, &ValueUnion);
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, "Th
[all...]
H A DVBoxManage.h77 #define USAGE_DEBUGVM RT_BIT_64(35) macro
H A DVBoxManageHelp.cpp756 if (fCategory & USAGE_DEBUGVM)
H A DVBoxManage.cpp573 { "debugvm", USAGE_DEBUGVM, handleDebugVM},

Completed in 444 milliseconds