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

/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c61 static int fmd_log_load_xrefs(fmd_log_t *, uint_t, fmd_log_record_t *);
162 if (rp->rec_nrefs != 0 && fmd_log_load_xrefs(lp, iflags, rp) != 0) {
193 * is called repeatedly by fmd_log_load_xrefs() for each embedded reference.
272 * fmd_log_load_xrdir is called by fmd_log_load_xrefs when the FMD_LF_XREFS bit
315 * fmd_log_load_xrefs iterates again over the record's exacct group and for
321 fmd_log_load_xrefs(fmd_log_t *lp, uint_t iflags, fmd_log_record_t *rp) function

Completed in 67 milliseconds