Lines Matching defs:line
134 * Boot command-line arguments
143 /* Untouched command line saved by arch-specific code. */
145 /* Untouched saved command line (eg. for /proc) */
147 /* Command line for parameter parsing */
149 /* Untouched extra command line */
155 /* Is bootconfig on command line? */
206 static bool __init obsolete_checksetup(char *line)
214 if (parameqn(line, p->str, n)) {
220 if (line[n] == '\0' || line[n] == '=') {
226 } else if (p->setup_func(line + n)) {
374 /* Make an extra command line under given key word */
452 pr_err("'bootconfig' found on command line, but no bootconfig found\n");
502 pr_warn("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOT_CONFIG is not set.\n");
585 /* Command line option */
604 * In case LILO is going to boot us with default command line,
640 * We need to store the untouched command line for future reference.
641 * We also need to store the touched command line since the parameter
672 * command line) in the command lines.
683 * so that user can check what command line options passed
923 pr_notice("Kernel command line: %s\n", saved_command_line);
1003 * - adding command line entropy