Searched refs:CMD_FLAG_ENV (Results 1 – 4 of 4) sorted by relevance
47 if (flag & CMD_FLAG_ENV) in run_command()149 if (run_command(arg, flag | CMD_FLAG_ENV) != 0) in do_run()
136 run_command(s, CMD_FLAG_ENV); in fastboot_boot()
279 #define CMD_FLAG_ENV 0x0004 /* command is from the environment */ macro
101 * CMD_FLAG_ENV - The command is called by the run command.
Completed in 5 milliseconds