Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/power/
H A Dconf.c66 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 Dconfstr.c46 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 Dchkey_common.c242 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 Dcplmatch.c735 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 Dcpufreq.c59 static char default_conf[] = "/etc/power.conf"; variable
538 if (g_npstates < 2 || (file = fopen(default_conf, "r")) == NULL) in pt_cpufreq_check_pm()