Searched refs:cmd_end (Results 1 – 1 of 1) sorted by relevance
836 int boot_get_cmdline(ulong *cmd_start, ulong *cmd_end) in boot_get_cmdline() argument866 *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()
Completed in 6 milliseconds