Searched refs:tpstr (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/ |
H A D | addon-cpufreq.c | 334 char *tpstr; in read_power_conf_file() local 370 tpstr = strtok (tstr, " "); in read_power_conf_file() 371 tpstr = strtok (NULL, " "); in read_power_conf_file() 372 if (tpstr == NULL) { in read_power_conf_file() 383 if (strcmp (tpstr, "enable") == 0) { in read_power_conf_file() 391 pc_value->cpu_th = atoi (tpstr); in read_power_conf_file()
|
/illumos-gate/usr/src/cmd/tsol/tnctl/ |
H A D | tnctl.c | 518 tsol_tpstr_t tpstr; in process_tp() local 526 (void) str_to_tpstr(template, strlen(template), &tpstr, buf, in process_tp() 528 tpentp = tpstr_to_ent(&tpstr, &err, &errstr); in process_tp()
|
/illumos-gate/usr/src/cmd/tsol/tnchkdb/ |
H A D | tnchkdb.c | 270 tsol_tpstr_t tpstr; local 301 (void) str_to_tpstr(line, strlen(line), &tpstr, buf, 303 tpentp = tpstr_to_ent(&tpstr, &err, &errstr);
|