Searched refs:default_conf (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/power/ |
H A D | conf.c | 66 static char default_conf[] = "/etc/power.conf"; variable 67 static char *power_conf = default_conf; 331 static char *args[] = { "/usr/bin/cp", default_conf, orig_conf, NULL }; in save_orig() 401 ? power_conf : default_conf, filter, B_FALSE); in conf_scanner() 468 parse_conf_file(default_conf, search, B_FALSE); in write_conf() 472 if (stat(name = default_conf, &stbuf) == -1) in write_conf() 478 else if (rename(tmp_conf, default_conf) == -1) in write_conf() 482 tmp_conf, default_conf); in write_conf() 547 if (stat(default_conf, &def_info) == -1) in main() 548 mesg(MEXIT, "cannot stat %s, %s\n", default_conf, in main()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | confstr.c | 46 static const config default_conf[] = { variable 91 #define CS_ENTRY_COUNT (sizeof (default_conf) / sizeof (config)) 121 entry = (config *)default_conf; in confstr()
|
/titanic_44/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 242 struct __nsw_switchconfig *default_conf, in first_and_only_switch_policy() argument 251 if (default_conf == 0) in first_and_only_switch_policy() 252 default_conf = &publickey_default; in first_and_only_switch_policy() 257 conf = default_conf; in first_and_only_switch_policy() 270 switch_policy_str(default_conf)); in first_and_only_switch_policy() 294 struct __nsw_switchconfig *default_conf, in check_switch_policy() argument 301 if (default_conf == 0) in check_switch_policy() 302 default_conf = &publickey_default; in check_switch_policy() 306 if (!is_switch_policy(default_conf, target_service)) { in check_switch_policy() 312 switch_policy_str(default_conf)); in check_switch_policy()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 735 CplFileConf default_conf; in CPL_MATCH_FN() 758 conf = &default_conf; in CPL_MATCH_FN() 759 cpl_init_FileConf(&default_conf); in CPL_MATCH_FN()
|
/titanic_44/usr/src/cmd/powertop/common/ |
H A D | cpufreq.c | 59 static char default_conf[] = "/etc/power.conf"; variable 538 if (g_npstates < 2 || (file = fopen(default_conf, "r")) == NULL) in pt_cpufreq_check_pm()
|