Searched refs:cmd_start (Results 1 – 5 of 5) sorted by relevance
/u-boot-v2022.01-rc1/arch/powerpc/lib/ |
A D | bootm.c | 104 ulong cmd_start = images->cmdline_start; in boot_jump_linux() local 113 cmd_start, cmd_end, 0, 0); in boot_jump_linux() 169 ulong *cmd_start = &images->cmdline_start; in boot_cmdline_linux() local 176 ret = boot_get_cmdline (lmb, cmd_start, cmd_end); in boot_cmdline_linux()
|
/u-boot-v2022.01-rc1/common/ |
A D | image-board.c | 849 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument 865 *cmd_start = (ulong)cmdline; in boot_get_cmdline() 866 *cmd_end = *cmd_start + strlen(cmdline); in boot_get_cmdline() 868 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end); in boot_get_cmdline()
|
A D | command.c | 27 int _do_help(struct cmd_tbl *cmd_start, int cmd_items, struct cmd_tbl *cmdtp, in _do_help() argument 38 cmdtp = cmd_start; in _do_help() 78 cmdtp = find_cmd_tbl(argv[i], cmd_start, cmd_items); in _do_help()
|
/u-boot-v2022.01-rc1/include/ |
A D | command.h | 63 int _do_help(struct cmd_tbl *cmd_start, int cmd_items, struct cmd_tbl *cmdtp,
|
A D | image.h | 682 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
|
Completed in 12 milliseconds