Lines Matching refs:USAGE_DEBUGVM

107                 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, "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);
388 return errorGetOpt(USAGE_DEBUGVM, rc, &ValueUnion);
393 return errorSyntax(USAGE_DEBUGVM, "The setregisters sub-command takes at least one register name");
549 rcExit = errorSyntax(USAGE_DEBUGVM, "The show sub-command has no idea what '%s' might be", ValueUnion.psz);
556 return errorGetOpt(USAGE_DEBUGVM, rc, &ValueUnion);
599 return errorSyntax(USAGE_DEBUGVM, "Multiple --pattern options are not permitted");
608 return errorGetOpt(USAGE_DEBUGVM, rc, &ValueUnion);
613 return errorSyntax(USAGE_DEBUGVM, "The --reset and --descriptions options does not mix");
644 return errorSyntax(USAGE_DEBUGVM, "Too few parameters");
690 errorSyntax(USAGE_DEBUGVM, "Invalid parameter '%s'", pArgs->argv[1]);