Lines Matching refs:str
263 char *buffer, *str;
273 str = skip_spaces(buffer);
274 if (strncmp(str, "set", 3) == 0 && isspace(str[3])) {
276 str = skip_spaces(str + 4);
277 if (strcmp(str, "on") == 0) {
293 } else if (strcmp(str, "off") == 0) {
302 } else if (strncmp(str, "reset", 5) == 0) {
313 pr_warn("%s is not a supported value for /proc/dasd/statistics\n", str);