Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 6 of 6) 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()
DKconfig319 commands that can be passed along as part of the network device's
/arch/s390/
DKconfig726 to issue asynchronous chsc commands (DANGEROUS).
/arch/arm64/
DKconfig941 when issued ITS commands such as VMOVP and VMAPP, and requires
942 a 128kB offset to be applied to the target address in this commands.