Searched refs:log_xrefs (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log_impl.h55 struct fmd_log *log_xrefs; /* list of cross-referenced logs */ member in struct:fmd_log
H A Dfmd_log.c243 for (xlp = lp->log_xrefs; xlp != NULL; xlp = xlp->log_xnext) {
276 * we are successful, the files are chained on to lp->log_xrefs, where the
308 xlp->log_xnext = lp->log_xrefs;
309 lp->log_xrefs = xlp;
506 for (xlp = lp->log_xrefs; xlp != NULL; xlp = nlp) {

Completed in 22 milliseconds