HomeSort by relevance Sort by last modified time
    Searched refs:rec_xrefs (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/fm/libfmd_log/common/
fmd_log.h 79 struct fmd_log_record *rec_xrefs; /* array of cross-references */ member in struct:fmd_log_record
80 uint32_t rec_nrefs; /* size of rec_xrefs array */
fmd_log.c 183 if (rp->rec_xrefs != NULL) {
185 fmd_log_free_record(&rp->rec_xrefs[i]);
186 free(rp->rec_xrefs);
195 * exacct group 'grp' into the next empty slot in rp->rec_xrefs. This function
271 iflags, &rp->rec_xrefs[rp->rec_nrefs++]));
318 * in the finished rp->rec_xrefs array; see fmd_log_load_xref() for more info.
333 if ((rp->rec_xrefs = malloc(size)) == NULL)
336 bzero(rp->rec_xrefs, size);
349 * xref members and then load the specified record into rp->rec_xrefs.
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
fault.c 175 efp->do_func(lp, &rp->rec_xrefs[i], fp);
fmdump.c 362 const fmd_log_record_t *xrp = rp->rec_xrefs;

Completed in 5211 milliseconds