Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dsetup_32.c147 static void __init boot_flags_init(char *commands) in boot_flags_init() argument
149 while (*commands) { in boot_flags_init()
151 while (*commands && *commands == ' ') in boot_flags_init()
152 commands++; in boot_flags_init()
155 if (*commands == '\0') in boot_flags_init()
157 if (*commands == '-') { in boot_flags_init()
158 commands++; in boot_flags_init()
159 while (*commands && *commands != ' ') in boot_flags_init()
160 process_switch(*commands++); in boot_flags_init()
163 if (!strncmp(commands, "mem=", 4)) { in boot_flags_init()
[all …]
Dsetup_64.c125 static void __init boot_flags_init(char *commands) in boot_flags_init() argument
127 while (*commands) { in boot_flags_init()
129 while (*commands && *commands == ' ') in boot_flags_init()
130 commands++; in boot_flags_init()
133 if (*commands == '\0') in boot_flags_init()
135 if (*commands == '-') { in boot_flags_init()
136 commands++; in boot_flags_init()
137 while (*commands && *commands != ' ') in boot_flags_init()
138 process_switch(*commands++); in boot_flags_init()
141 if (!strncmp(commands, "mem=", 4)) { in boot_flags_init()
[all …]
/arch/um/drivers/
Dmconsole_user.c17 static struct mconsole_command commands[] = { variable
66 for (i = 0; i < ARRAY_SIZE(commands); i++) { in mconsole_parse()
67 cmd = &commands[i]; in mconsole_parse()
/arch/cris/arch-v32/mach-a3/
Ddram_init.S45 ; Issue commands
/arch/cris/arch-v10/lib/
Ddram_init.S104 and.d 0x000fffff, $r2 ; Make sure commands are read from flash
/arch/um/
DKconfig.net190 commands that can be passed along as part of the network device's
/arch/cris/
DKconfig79 Pass additional commands to the kernel.
/arch/s390/
DKconfig371 to issue asynchronous chsc commands (DANGEROUS).