Searched refs:cmd_process (Results 1 - 7 of 7) sorted by path

/u-boot/cmd/
H A Dtime.c36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles);
/u-boot/common/
H A Dcli_hush.c1674 return cmd_process(flag, child->argc - i, child->argv + i,
H A Dcli_hush_upstream.c10315 rcode = cmd_process(G.do_repeat ? CMD_FLAG_REPEAT : 0,
H A Dcli_simple.c257 if (cmd_process(flag, argc, argv, &repeatable, NULL))
H A Dcommand.c588 enum command_ret_t cmd_process(int flag, int argc, char *const argv[], function
/u-boot/include/
H A Dcommand.h252 * Error codes that commands return to cmd_process(). We use the standard 0
254 * request to call cmd_usage(). But the cmd_process() function handles
279 enum command_ret_t cmd_process(int flag, int argc, char *const argv[],
/u-boot/test/cmd/
H A Dmem_search.c135 * cmd_process() directly
138 cmd_process(CMD_FLAG_REPEAT, 4, args, &repeatable, NULL);
180 * cmd_process() directly.
185 cmd_process(CMD_FLAG_REPEAT, 4, args, &repeatable, NULL);
191 cmd_process(CMD_FLAG_REPEAT, 4, args, &repeatable, NULL);

Completed in 208 milliseconds