Lines Matching refs:str
185 static int __init set_reset_devices(char *str)
213 int n = strlen(p->str);
214 if (parameqn(line, p->str, n)) {
224 pr_warn("Parameter %s is obsolete, ignored\n", p->str);
243 static int __init debug_kernel(char *str)
249 static int __init quiet_kernel(char *str)
258 static int __init loglevel(char *str)
267 if (get_option(&str, &newlevel)) {
500 static int __init warn_bootconfig(char *str)
598 static int __init init_setup(char *str)
602 execute_command = str;
616 static int __init rdinit_setup(char *str)
620 ramdisk_execute_command = str;
763 if ((p->early && parameq(param, p->str)) ||
764 (strcmp(param, "console") == 0 && strcmp(p->str, "earlycon") == 0)) {
1124 static int __init initcall_blacklist(char *str)
1129 /* str argument is a comma-separated list of functions */
1131 str_entry = strsep(&str, ",");
1180 static int __init initcall_blacklist(char *str)
1392 static int __init set_debug_rodata(char *str)
1394 if (strtobool(str, &rodata_enabled))
1395 pr_warn("Invalid option string for rodata: '%s'\n", str);