Searched refs:rec_xrefs (Results 1 – 4 of 4) sorted by relevance
180 if (rp->rec_xrefs != NULL) { in fmd_log_free_record()182 fmd_log_free_record(&rp->rec_xrefs[i]); in fmd_log_free_record()183 free(rp->rec_xrefs); in fmd_log_free_record()268 iflags, &rp->rec_xrefs[rp->rec_nrefs++])); in fmd_log_load_xref()333 if ((rp->rec_xrefs = malloc(size)) == NULL) in fmd_log_load_xrefs()336 bzero(rp->rec_xrefs, size); in fmd_log_load_xrefs()
79 struct fmd_log_record *rec_xrefs; /* array of cross-references */ member
186 (void) efp->do_func(lp, &rp->rec_xrefs[i], fp); in flt_verb23_cmn()
391 const fmd_log_record_t *xrp = rp->rec_xrefs; in xref_iter()