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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c86 static struct confinfo *Confinfo; /* the entries in the config file */ variable in typeref:struct:confinfo
108 if (Confinfo == NULL)
109 Confinfo = Confinfolast = cp;
654 for (cp = Confinfo; cp; cp = cp->cf_next) {

Completed in 62 milliseconds