Lines Matching defs:s
30 char *s;
38 /* if there's no driver at all, bail out */
42 s = fgets(readbuf, sizeof(readbuf), f);
47 if (s == NULL)
92 char *s;
94 s = fgets(buf, sizeof(buf), f);
95 if (s == NULL)
115 char *s;
117 s = fgets(buf, len, f);
118 if (s == NULL)
167 POWER_LOG(ERR, "failed to open %s",
174 POWER_LOG(ERR, "Failed to read %s",
187 "already %s", lcore_id, new_governor);
194 POWER_LOG(ERR, "Failed to write %s",
201 "set to '%s' successfully", lcore_id, new_governor);