Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/power/
H A Dconf.c67 static char *power_conf = default_conf; variable
127 "\"%s\" line %d, ", power_conf, lineno); in mesg()
401 ? power_conf : default_conf, filter, B_FALSE); in conf_scanner()
509 if ((power_conf = *++vec) == NULL) in main()
536 if (rflag == 0 && access(power_conf, R_OK)) in main()
537 mesg(MEXIT, "\"%s\" is not readable\n", power_conf); in main()
551 parse_conf_file(power_conf, NULL, B_TRUE); in main()