Searched refs:commands (Results 1 – 8 of 8) sorted by relevance
148 static void __init boot_flags_init(char *commands) in boot_flags_init() argument150 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 …]
133 static void __init boot_flags_init(char *commands) in boot_flags_init() argument135 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 …]
15 static struct mconsole_command commands[] = { variable64 for (i = 0; i < ARRAY_SIZE(commands); i++) { in mconsole_parse()65 cmd = &commands[i]; in mconsole_parse()
56 ; Issue commands
102 and.d 0x000fffff, $r2 ; Make sure commands are read from flash
191 commands that can be passed along as part of the network device's
100 Pass additional commands to the kernel.
736 to issue asynchronous chsc commands (DANGEROUS).