Lines Matching refs:line
132 * Boot command-line arguments
141 /* Untouched command line saved by arch-specific code. */
143 /* Untouched saved command line (eg. for /proc) */
145 /* Command line for parameter parsing */
147 /* Untouched extra command line */
153 /* Is bootconfig on command line? */
197 static bool __init obsolete_checksetup(char *line)
205 if (parameqn(line, p->str, n)) {
211 if (line[n] == '\0' || line[n] == '=')
217 } else if (p->setup_func(line + n))
359 /* Make an extra command line under given key word */
434 pr_err("'bootconfig' found on command line, but no bootconfig found\n");
485 pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOT_CONFIG is not set.\n");
564 /* Command line option */
583 * In case LILO is going to boot us with default command line,
613 * We need to store the untouched command line for future reference.
614 * We also need to store the touched command line since the parameter
643 * command line) in the command lines.
654 * so that user can check what command line options passed
886 pr_notice("Kernel command line: %s\n", saved_command_line);