Searched refs:CONSCONFIG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c51 #define CONSCONFIG "/etc/consadm.conf" macro
379 CONSCONFIG, (int)getpid());
384 die(gettext("could not create new %s file"), CONSCONFIG);
391 if ((fp = fopen(CONSCONFIG, "r")) != NULL) {
412 (void) rename(newfile, CONSCONFIG);
417 /* The list in CONSCONFIG gives the persistence capability in the proto */
432 if ((fp = fopen(CONSCONFIG, "r")) == NULL) {
440 CONSCONFIG, (int)getpid());
444 die(gettext("cannot create new %s file"), CONSCONFIG);
472 (void) rename(newfile, CONSCONFIG);
[all...]

Completed in 58 milliseconds