Searched refs:cmd_start (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/arch/powerpc/lib/ |
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()
|
/external/u-boot/common/ |
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()
|
D | image.c | 1424 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument 1441 *cmd_start = (ulong) & cmdline[0]; in boot_get_cmdline() 1442 *cmd_end = *cmd_start + strlen(cmdline); in boot_get_cmdline() 1444 debug("## cmdline at 0x%08lx ... 0x%08lx\n", *cmd_start, *cmd_end); in boot_get_cmdline()
|
/external/autotest/server/site_tests/enterprise_CFM_CEC/chameleon_cecservice/ |
D | cec_service | 34 def cmd_start(): function
|
/external/u-boot/include/ |
D | command.h | 53 int _do_help (cmd_tbl_t *cmd_start, int cmd_items, cmd_tbl_t * cmdtp, int
|
D | image.h | 701 int boot_get_cmdline(struct lmb *lmb, ulong *cmd_start, ulong *cmd_end);
|