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

/illumos-gate/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;
/illumos-gate/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)
/illumos-gate/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 };
401 ? power_conf : default_conf, filter, B_FALSE);
426 * and rename to default_conf with the original attributes;
468 parse_conf_file(default_conf, search, B_FALSE);
472 if (stat(name = default_conf, &stbuf) == -1)
478 else if (rename(tmp_conf, default_conf) == -1)
482 tmp_conf, default_conf);
547 if (stat(default_conf,
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c242 struct __nsw_switchconfig *default_conf,
251 if (default_conf == 0)
252 default_conf = &publickey_default;
257 conf = default_conf;
270 switch_policy_str(default_conf));
294 struct __nsw_switchconfig *default_conf,
301 if (default_conf == 0)
302 default_conf = &publickey_default;
306 if (!is_switch_policy(default_conf, target_service)) {
312 switch_policy_str(default_conf));
241 first_and_only_switch_policy(char *policy, struct __nsw_switchconfig *default_conf, char *head_msg) argument
293 check_switch_policy(char *policy, char *target_service, struct __nsw_switchconfig *default_conf, char *head_msg, char *tail_msg) argument
[all...]

Completed in 71 milliseconds