Searched refs:CMD_FLAG_ENV (Results 1 – 4 of 4) sorted by relevance
42 if (flag & CMD_FLAG_ENV) in run_command()137 if (run_command(arg, flag | CMD_FLAG_ENV) != 0) in do_run()
120 run_command(s, CMD_FLAG_ENV); in fastboot_boot()
207 #define CMD_FLAG_ENV 0x0004 /* command is from the environment */ macro
78 CMD_FLAG_ENV - The command is called by the run command.