Searched refs:commands (Results 1 – 8 of 8) sorted by relevance
147 static void __init boot_flags_init(char *commands) in boot_flags_init() argument149 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 …]
125 static void __init boot_flags_init(char *commands) in boot_flags_init() argument127 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 …]
17 static struct mconsole_command commands[] = { variable66 for (i = 0; i < ARRAY_SIZE(commands); i++) { in mconsole_parse()67 cmd = &commands[i]; in mconsole_parse()
45 ; Issue commands
104 and.d 0x000fffff, $r2 ; Make sure commands are read from flash
190 commands that can be passed along as part of the network device's
79 Pass additional commands to the kernel.
371 to issue asynchronous chsc commands (DANGEROUS).