/openbmc/u-boot/common/ |
H A D | command.c | 525 char * const argv[], int *repeatable) in cmd_always_repeatable() argument 527 *repeatable = 1; in cmd_always_repeatable() 533 char * const argv[], int *repeatable) in cmd_never_repeatable() argument 535 *repeatable = 0; in cmd_never_repeatable() 543 int repeatable; in cmd_discard_repeatable() local 545 return cmdtp->cmd_rep(cmdtp, flag, argc, argv, &repeatable); in cmd_discard_repeatable() 561 int *repeatable) in cmd_call() argument 565 result = cmdtp->cmd_rep(cmdtp, flag, argc, argv, repeatable); in cmd_call() 572 int *repeatable, ulong *ticks) in cmd_process() argument 609 *repeatable &= newrep; in cmd_process()
|
H A D | cli_simple.c | 183 int repeatable = 1; in cli_simple_run_command() local 248 if (cmd_process(flag, argc, argv, &repeatable, NULL)) in cli_simple_run_command() 256 return rc ? rc : repeatable; in cli_simple_run_command()
|
/openbmc/u-boot/include/ |
H A D | command.h | 41 char * const argv[], int *repeatable); 74 char * const argv[], int *repeatable); 76 char * const argv[], int *repeatable); 179 int *repeatable, unsigned long *ticks); 240 char * const argv[], int *repeatable) \ 260 argv + 1, repeatable); \
|
/openbmc/u-boot/cmd/ |
H A D | time.c | 31 int repeatable = 0; in do_time() local 36 retval = cmd_process(0, argc - 1, argv + 1, &repeatable, &cycles); in do_time()
|
/openbmc/u-boot/doc/ |
H A D | README.commands | 8 U_BOOT_CMD(name, maxargs, repeatable, command, "usage", "help") 9 U_BOOT_CMD_COMPLETE(name, maxargs, repeatable, command, "usage, "help", comp) 16 repeatable: Either 0 or 1 to indicate if autorepeat is allowed. 37 * U_BOOT_CMD_MKENT(name, maxargs, repeatable, command, "usage", "help") 38 * U_BOOT_CMD_MKENTCOMPLETE(name, maxargs, repeatable, command, "usage, "help",
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pytest-tempdir_2019.10.12.bb | 1 DESCRIPTION = "Adds support for a predictable and repeatable temporary directory."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ |
H A D | ipmitool_1.8.19.bb | 54 # at build time, as it is not repeatable.
|
/openbmc/linux/Documentation/driver-api/dmaengine/ |
H A D | dmatest.rst | 11 will initialize both buffers with a repeatable pattern and verify that the DMA
|
/openbmc/qemu/docs/about/ |
H A D | emulation.rst | 778 execution which allows for repeatable record/replay debugging. See
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.rst | 128 - Implement repeatable disk identifiers based on :term:`SOURCE_DATE_EPOCH`
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 1656 It is, however, intended as a diagnostic tool; if repeatable
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 3220 repeatable BIOS-originated corruption always
|