Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/power/
H A Dconf.c65 static char orig_conf[] = "/etc/power.conf-Orig"; variable
331 static char *args[] = { "/usr/bin/cp", default_conf, orig_conf, NULL }; in save_orig()
335 if (stat(orig_conf, &stbuf) == 0 && stbuf.st_size) in save_orig()