Searched defs:pfExit (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/tools/
H A DVBoxVMMPreload.cpp63 * @param pfExit Set to @c true if we should exit.
65 static RTEXITCODE ParseOptions(int argc, char **argv, bool *pfExit) argument
130 *pfExit = true;
135 *pfExit = true;
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp2874 * @returns Exit code. Exit if this is non-zero or @a *pfExit is set.
2877 * @param pfExit For indicating exit when the exit code is zero.
2879 static RTEXITCODE txsAutoUpdateStage2(int argc, char **argv, bool *pfExit, const char *pszUpgrading) argument
2937 *pfExit = true;
2957 * @returns Exit code. Exit if this is non-zero or @a *pfExit is set.
2960 * @param pfExit For indicating exit when the exit code is zero.
2962 static RTEXITCODE txsAutoUpdateStage1(int argc, char **argv, bool *pfExit) argument
3081 *pfExit = true;
3234 * @returns Exit code. Exit if this is non-zero or @a *pfExit is set.
3237 * @param pfExit Fo
3239 txsParseArgv(int argc, char **argv, bool *pfExit) argument
[all...]
/vbox/src/bldprogs/
H A DVBoxCPP.cpp5283 * @returns Program exit code. Exit on non-success or if *pfExit is set.
5287 * @param pfExit Pointer to the exit indicator.
5289 static RTEXITCODE vbcppParseOptions(PVBCPP pThis, int argc, char **argv, bool *pfExit) argument
5293 *pfExit = false;
5356 *pfExit = true;
5365 *pfExit = true;

Completed in 1301 milliseconds