Home
last modified time | relevance | path

Searched refs:FILE_ARR_SIZE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c57 #define FILE_ARR_SIZE 256 macro
141 char tstr[FILE_ARR_SIZE]; in edit_power_conf_file()
142 char temp_str[FILE_ARR_SIZE]; in edit_power_conf_file()
147 char file_edit_threshold[FILE_ARR_SIZE]; in edit_power_conf_file()
148 char file_update_str[FILE_ARR_SIZE]; in edit_power_conf_file()
208 while (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL) { in edit_power_conf_file()
252 if (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL) { in edit_power_conf_file()
254 snprintf (temp_str, FILE_ARR_SIZE, in edit_power_conf_file()
262 } while (fgets (tstr, FILE_ARR_SIZE, pfile) != NULL); in edit_power_conf_file()
331 char tstr[FILE_ARR_SIZE]; in read_power_conf_file()
[all …]