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