Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dconf.c65 static char *power_conf = default_conf; variable
125 "\"%s\" line %d, ", power_conf, lineno); in mesg()
399 ? power_conf : default_conf, filter, B_FALSE); in conf_scanner()
507 if ((power_conf = *++vec) == NULL) in main()
534 if (rflag == 0 && access(power_conf, R_OK)) in main()
535 mesg(MEXIT, "\"%s\" is not readable\n", power_conf); in main()
549 parse_conf_file(power_conf, NULL, B_TRUE); in main()