Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c76 struct confinfo { struct
77 struct confinfo *cf_next; argument
88 static struct confinfo *Confinfo; /* the entries in the config file */ argument
89 static struct confinfo *Confinfolast; /* end of list */
98 struct confinfo *cp = MALLOC(sizeof (*cp)); in fillconflist()
198 struct confinfo *cp = NULL; in conf_scan()
569 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_lookup()
582 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_opts()
595 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_replace()
617 struct confinfo *cp = lut_lookup(Conflut, entry); in conf_set()
[all …]