Lines Matching refs:str
1168 static int __init resume_setup(char *str) in resume_setup() argument
1173 strncpy( resume_file, str, 255 ); in resume_setup()
1177 static int __init resume_offset_setup(char *str) in resume_offset_setup() argument
1184 if (sscanf(str, "%llu", &offset) == 1) in resume_offset_setup()
1190 static int __init hibernate_setup(char *str) in hibernate_setup() argument
1192 if (!strncmp(str, "noresume", 8)) { in hibernate_setup()
1194 } else if (!strncmp(str, "nocompress", 10)) { in hibernate_setup()
1196 } else if (!strncmp(str, "no", 2)) { in hibernate_setup()
1200 && !strncmp(str, "protect_image", 13)) { in hibernate_setup()
1206 static int __init noresume_setup(char *str) in noresume_setup() argument
1212 static int __init resumewait_setup(char *str) in resumewait_setup() argument
1218 static int __init resumedelay_setup(char *str) in resumedelay_setup() argument
1220 int rc = kstrtouint(str, 0, &resume_delay); in resumedelay_setup()
1227 static int __init nohibernate_setup(char *str) in nohibernate_setup() argument