Lines Matching refs:str
603 static int __init reboot_setup(char *str) in reboot_setup() argument
615 if (!strncmp(str, "panic_", 6)) { in reboot_setup()
617 str += 6; in reboot_setup()
622 switch (*str) { in reboot_setup()
640 str += str[1] == 'm' && str[2] == 'p' ? 3 : 1; in reboot_setup()
642 if (isdigit(str[0])) { in reboot_setup()
643 int cpu = simple_strtoul(str, NULL, 0); in reboot_setup()
666 reboot_type = *str; in reboot_setup()
674 str = strchr(str, ','); in reboot_setup()
675 if (str) in reboot_setup()
676 str++; in reboot_setup()