Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 8 of 8) sorted by relevance

/arch/sparc/kernel/
Dsetup_32.c148 static void __init boot_flags_init(char *commands) in boot_flags_init() argument
150 while (*commands) { in boot_flags_init()
152 while (*commands == ' ') in boot_flags_init()
153 commands++; in boot_flags_init()
156 if (*commands == '\0') in boot_flags_init()
158 if (*commands == '-') { in boot_flags_init()
159 commands++; in boot_flags_init()
160 while (*commands && *commands != ' ') in boot_flags_init()
161 process_switch(*commands++); in boot_flags_init()
164 if (!strncmp(commands, "mem=", 4)) { in boot_flags_init()
[all …]
Dsetup_64.c133 static void __init boot_flags_init(char *commands) in boot_flags_init() argument
135 while (*commands) { in boot_flags_init()
137 while (*commands == ' ') in boot_flags_init()
138 commands++; in boot_flags_init()
141 if (*commands == '\0') in boot_flags_init()
143 if (*commands == '-') { in boot_flags_init()
144 commands++; in boot_flags_init()
145 while (*commands && *commands != ' ') in boot_flags_init()
146 process_switch(*commands++); in boot_flags_init()
149 if (!strncmp(commands, "mem=", 4)) in boot_flags_init()
[all …]
/arch/um/drivers/
Dmconsole_user.c15 static struct mconsole_command commands[] = { variable
64 for (i = 0; i < ARRAY_SIZE(commands); i++) { in mconsole_parse()
65 cmd = &commands[i]; in mconsole_parse()
/arch/cris/arch-v32/mach-a3/
Ddram_init.S56 ; Issue commands
/arch/cris/arch-v10/lib/
Ddram_init.S102 and.d 0x000fffff, $r2 ; Make sure commands are read from flash
/arch/um/
DKconfig.net191 commands that can be passed along as part of the network device's
/arch/cris/
DKconfig100 Pass additional commands to the kernel.
/arch/s390/
DKconfig736 to issue asynchronous chsc commands (DANGEROUS).