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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c87 static struct confinfo *Confinfolast; /* end of list */ variable in typeref:struct:confinfo
109 Confinfo = Confinfolast = cp;
111 Confinfolast->cf_next = cp;
112 Confinfolast = cp;

Completed in 45 milliseconds