Searched refs:tpstr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c517 tsol_tpstr_t tpstr; local
525 (void) str_to_tpstr(template, strlen(template), &tpstr, buf,
527 tpentp = tpstr_to_ent(&tpstr, &err, &errstr);
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c334 char *tpstr; local
370 tpstr = strtok (tstr, " ");
371 tpstr = strtok (NULL, " ");
372 if (tpstr == NULL) {
383 if (strcmp (tpstr, "enable") == 0) {
391 pc_value->cpu_th = atoi (tpstr);
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c270 tsol_tpstr_t tpstr; local
301 (void) str_to_tpstr(line, strlen(line), &tpstr, buf,
303 tpentp = tpstr_to_ent(&tpstr, &err, &errstr);

Completed in 60 milliseconds