Searched defs:pc_edit_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c137 edit_power_conf_file(pconf_edit_type pc_edit_type, argument
176 if ((pc_edit_type.cpu_gov == NULL) ||
177 ((strcmp (pc_edit_type.cpu_gov, "ondemand") != 0) &&
178 (strcmp (pc_edit_type.cpu_gov, "performance") != 0))) {
185 if (strcmp (pc_edit_type.cpu_gov, "ondemand") == 0) {
192 if (pc_edit_type.cpu_th == NULL) {
198 sprintf (file_edit_threshold, "%d", pc_edit_type.cpu_th);
767 pconf_edit_type pc_edit_type; local
814 strcpy (pc_edit_type.cpu_gov, arg_val);
815 adt_res = edit_power_conf_file (pc_edit_type, CPU_GO
914 pconf_edit_type pc_edit_type; local
[all...]

Completed in 59 milliseconds