Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dconf.c75 struct confinfo { struct
76 struct confinfo *cf_next; argument
86 static struct confinfo *Confinfo; /* the entries in the config file */ argument
87 static struct confinfo *Confinfolast; /* end of list */
96 struct confinfo *cp = MALLOC(sizeof (*cp)); in fillconflist()
195 struct confinfo *cp; in conf_scan()
554 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_lookup()
567 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_opts()
580 struct confinfo *cp = lut_lookup(Conflut, lhs); in conf_replace()
602 struct confinfo *cp = lut_lookup(Conflut, entry); in conf_set()
[all …]