Searched refs:cmd_line (Results 1 - 3 of 3) sorted by path

/u-boot/arch/x86/include/asm/
H A Dzimage.h124 * @cmd_line: Place to put the command line, or NULL to use the one in the setup
134 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot,
/u-boot/arch/x86/lib/
H A Dzimage.c281 int setup_zimage(struct boot_params *setup_base, char *cmd_line, int auto_boot, argument
317 if (cmd_line) {
325 hdr->cmd_line_ptr = (uintptr_t)cmd_line;
329 (uintptr_t)cmd_line - (uintptr_t)setup_base;
336 strcpy(cmd_line, (char *)cmdline_force);
338 build_command_line(cmd_line, auto_boot);
340 ret = bootm_process_cmdline(cmd_line, max_size,
349 puts(cmd_line);
/u-boot/common/
H A Davb_verify.c207 char *cmd_line; local
213 cmd_line = cmdline_orig;
215 cmd_line = " ";
217 cmd_line = avb_strdupv(cmd_line, " ", cmdline_new, NULL);
219 return cmd_line;

Completed in 70 milliseconds