Searched refs:cmd_start (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/arch/powerpc/lib/ |
| H A D | bootm.c | 98 ulong cmd_start = images->cmdline_start; in boot_jump_linux() local 107 cmd_start, cmd_end, 0, 0); in boot_jump_linux() 177 ulong *cmd_start = &images->cmdline_start; in boot_cmdline_linux() local 184 ret = boot_get_cmdline (lmb, cmd_start, cmd_end); in boot_cmdline_linux()
|
| /openbmc/openbmc-test-automation/ffdc/lib/ |
| H A D | ssh_utility.py | 129 cmd_start = time.time() 171 "%H:%M:%S", time.gmtime(time.time() - cmd_start)
|
| /openbmc/qemu/monitor/ |
| H A D | hmp.c | 1129 const char *cmd_start = cmdline; in handle_hmp_command() local 1141 (int)(cmdline - cmd_start), cmd_start); in handle_hmp_command() 1147 while (cmdline > cmd_start && qemu_isspace(cmdline[-1])) { in handle_hmp_command() 1151 (int)(cmdline - cmd_start), cmd_start); in handle_hmp_command()
|
| /openbmc/u-boot/common/ |
| H A D | command.c | 21 int _do_help(cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t *cmdtp, int flag, in _do_help() argument 32 cmdtp = cmd_start; in _do_help() 72 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items); in _do_help()
|
| H A D | image.c | 1427 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument 1444 *cmd_start = (ulong) & cmdline[0]; in boot_get_cmdline() 1445 *cmd_end = *cmd_start + strlen(cmdline); in boot_get_cmdline() 1447 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end); in boot_get_cmdline()
|
| /openbmc/u-boot/include/ |
| H A D | command.h | 62 int _do_help (cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t * cmdtp, int
|
| H A D | image.h | 728 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
|
| /openbmc/qemu/hw/display/ |
| H A D | vmware_vga.c | 622 uint32_t cmd_start; in vmsvga_fifo_run() local 627 cmd_start = s->fifo_stop; in vmsvga_fifo_run() 787 s->fifo_stop = cmd_start; in vmsvga_fifo_run()
|
| /openbmc/qemu/hw/ide/ |
| H A D | ahci.c | 242 bool cmd_start = pr->cmd & PORT_CMD_START; in ahci_cond_start_engines() local 247 if (cmd_start && !cmd_on) { in ahci_cond_start_engines() 254 } else if (!cmd_start && cmd_on) { in ahci_cond_start_engines()
|