Lines Matching refs:cp
32 char *cp, *line = NULL, *line2; in get_cpuid() local
64 while ((cp = strtok_r(line2, "\n ", &line2))) { in get_cpuid()
66 sizeof(manufacturer) - mfsize, "%s", cp); in get_cpuid()
73 while ((cp = strtok_r(line2, "\n ", &line2))) { in get_cpuid()
75 sizeof(type) - tpsize, "%s", cp); in get_cpuid()
82 while ((cp = strtok_r(line2, "\n ", &line2))) { in get_cpuid()
84 "%s%s", model[0] ? "," : "", cp); in get_cpuid()
108 while ((cp = strtok_r(line2, "\n ", &line2))) { in get_cpuid()
109 if (!strncmp(cp, SRVLVL_VERSION, in get_cpuid()
111 char *sep = strchr(cp, '='); in get_cpuid()
116 if (!strncmp(cp, SRVLVL_AUTHORIZATION, in get_cpuid()
118 char *sep = strchr(cp, '='); in get_cpuid()