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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c75 struct confinfo { struct
76 struct confinfo *cf_next;
86 static struct confinfo *Confinfo; /* the entries in the config file */
87 static struct confinfo *Confinfolast; /* end of list */
96 struct confinfo *cp = MALLOC(sizeof (*cp));
195 struct confinfo *cp;
562 struct confinfo *cp = lut_lookup(Conflut, lhs);
575 struct confinfo *cp = lut_lookup(Conflut, lhs);
588 struct confinfo *cp = lut_lookup(Conflut, lhs);
610 struct confinfo *c
[all...]

Completed in 196 milliseconds