Lines Matching full:subsys
3155 char* subsys;3160 subsys = strchr(lineBuf, ':');3161 if (subsys == NULL) {3165 if (strncmp(subsys, ":cpu:", 5) != 0) {3166 /* Not the subsys we're looking for */3170 grp = strchr(subsys, '/');3188 snprintf(buf, bufLen, "[no-cpu-subsys]");