Lines Matching refs:str
746 static int __init log_buf_len_setup(char *str) in log_buf_len_setup() argument
748 unsigned size = memparse(str, &str); in log_buf_len_setup()
800 static int __init ignore_loglevel_setup(char *str) in ignore_loglevel_setup() argument
818 static int __init boot_delay_setup(char *str) in boot_delay_setup() argument
825 get_option(&str, &boot_delay); in boot_delay_setup()
1795 static int __init console_setup(char *str) in console_setup() argument
1802 if (!memcmp(str, "brl,", 4)) { in console_setup()
1804 str += 4; in console_setup()
1805 } else if (!memcmp(str, "brl=", 4)) { in console_setup()
1806 brl_options = str + 4; in console_setup()
1807 str = strchr(brl_options, ','); in console_setup()
1808 if (!str) { in console_setup()
1812 *(str++) = 0; in console_setup()
1819 if (str[0] >= '0' && str[0] <= '9') { in console_setup()
1821 strncpy(buf + 4, str, sizeof(buf) - 5); in console_setup()
1823 strncpy(buf, str, sizeof(buf) - 1); in console_setup()
1826 if ((options = strchr(str, ',')) != NULL) in console_setup()
1829 if (!strcmp(str, "ttya")) in console_setup()
1831 if (!strcmp(str, "ttyb")) in console_setup()
1886 static int __init console_suspend_disable(char *str) in console_suspend_disable() argument
2218 static int __init keep_bootcon_setup(char *str) in keep_bootcon_setup() argument