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

/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c764 char tmp_conf_file[64] = "/tmp/power.conf.XXXXXX"; local
808 tmp_fd = mkstemp (tmp_conf_file);
815 adt_res = edit_power_conf_file (pc_edit_type, CPU_GOV, tmp_conf_file);
820 unlink (tmp_conf_file);
827 sprintf (pmconfig_cmd, "%s %s", PMCONFIG, tmp_conf_file);
833 unlink (tmp_conf_file);
836 unlink (tmp_conf_file);
911 char tmp_conf_file[64] = "/tmp/power.conf.XXXXXX"; local
985 tmp_fd = mkstemp (tmp_conf_file);
993 tmp_conf_file);
[all...]

Completed in 59 milliseconds