Searched refs:repeatable (Results 1 – 7 of 7) sorted by relevance
| /u-boot/cmd/ |
| A D | time.c | 32 int repeatable = 0; in do_time() local 37 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles); in do_time()
|
| /u-boot/include/ |
| A D | command.h | 44 char *const argv[], int *repeatable); 78 char *const argv[], int *repeatable); 80 char *const argv[], int *repeatable); 171 char *const argv[], int *repeatable); 237 int *repeatable, unsigned long *ticks); 342 int *repeatable) \ 362 argv + 1, repeatable); \
|
| /u-boot/common/ |
| A D | command.c | 542 char *const argv[], int *repeatable) in cmd_always_repeatable() argument 544 *repeatable = 1; in cmd_always_repeatable() 550 char *const argv[], int *repeatable) in cmd_never_repeatable() argument 552 *repeatable = 0; in cmd_never_repeatable() 560 int repeatable; in cmd_discard_repeatable() local 562 return cmdtp->cmd_rep(cmdtp, flag, argc, argv, &repeatable); in cmd_discard_repeatable() 578 char *const argv[], int *repeatable) in cmd_call() argument 582 result = cmdtp->cmd_rep(cmdtp, flag, argc, argv, repeatable); in cmd_call() 589 int *repeatable, ulong *ticks) in cmd_process() argument 640 *repeatable &= newrep; in cmd_process()
|
| A D | cli_simple.c | 192 int repeatable = 1; in cli_simple_run_command() local 258 if (cmd_process(flag, argc, argv, &repeatable, NULL)) in cli_simple_run_command() 266 return rc ? rc : repeatable; in cli_simple_run_command()
|
| /u-boot/test/cmd/ |
| A D | mem_search.c | 112 int repeatable; in mem_test_ms_cont() local 139 cmd_process(CMD_FLAG_REPEAT, 4, args, &repeatable, NULL); in mem_test_ms_cont() 162 int repeatable; in mem_test_ms_cont_end() local 186 cmd_process(CMD_FLAG_REPEAT, 4, args, &repeatable, NULL); in mem_test_ms_cont_end() 192 cmd_process(CMD_FLAG_REPEAT, 4, args, &repeatable, NULL); in mem_test_ms_cont_end()
|
| /u-boot/doc/develop/ |
| A D | commands.rst | 15 U_BOOT_CMD(name, maxargs, repeatable, command, "usage", "help") 16 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp) 25 repeatable 53 U_BOOT_CMD_MKENT(name, maxargs, repeatable, command, "usage", "help") 54 U_BOOT_CMD_MKENTCOMPLETE(name, maxargs, repeatable, command, "usage, "help", comp)
|
| /u-boot/arch/x86/lib/ |
| A D | zimage.c | 761 char *const argv[], int *repeatable) in do_zboot_parent() argument 773 return do_zboot(cmdtp, flag, argc, argv, repeatable); in do_zboot_parent()
|
Completed in 10 milliseconds