Searched refs:cmd_process (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/cmd/ |
| H A D | time.c | 36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles); in do_time()
|
| /openbmc/u-boot/common/ |
| H A D | cli_simple.c | 248 if (cmd_process(flag, argc, argv, &repeatable, NULL)) in cli_simple_run_command()
|
| H A D | command.c | 571 enum command_ret_t cmd_process(int flag, int argc, char * const argv[], in cmd_process() function
|
| H A D | cli_hush.c | 1677 return cmd_process(flag, child->argc, child->argv,
|
| /openbmc/u-boot/include/ |
| H A D | command.h | 178 enum command_ret_t cmd_process(int flag, int argc, char *const argv[],
|
| /openbmc/u-boot/tools/patman/ |
| H A D | README | 372 function which processes commands called cmd_process().
|