Searched refs:cmd_start (Results 1 – 5 of 5) sorted by relevance
/u-boot/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() 183 ulong *cmd_start = &images->cmdline_start; in boot_cmdline_linux() local 190 ret = boot_get_cmdline (lmb, cmd_start, cmd_end); in boot_cmdline_linux()
|
/u-boot/common/ |
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()
|
A D | image.c | 1657 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument 1674 *cmd_start = (ulong) & cmdline[0]; in boot_get_cmdline() 1675 *cmd_end = *cmd_start + strlen(cmdline); in boot_get_cmdline() 1677 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end); in boot_get_cmdline()
|
/u-boot/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 | 770 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
|
Completed in 29 milliseconds