Searched refs:cmd_start (Results 1 – 7 of 7) 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/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()
|