Searched refs:rec_nsec (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_log.c49 hrtime_t rec_sec = rp->rec_sec + rp->rec_nsec / NANOSEC;
50 hrtime_t rec_nsec = rp->rec_nsec % NANOSEC; local
64 (rec_sec == ilf->ilf_sec && rec_nsec < ilf->ilf_nsec)) {
69 rec_nsec = ilf->ilf_nsec;
79 delta += (hrtime_t)rec_nsec - (hrtime_t)ilf->ilf_nsec;
100 ilf->ilf_nsec = rec_nsec;
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_filter.c86 return (rp->rec_sec == sec ? rp->rec_nsec <= nsec : rp->rec_sec <= sec);
95 return (rp->rec_sec == sec ? rp->rec_nsec >= nsec : rp->rec_sec >= sec);
H A Dfmd_log.h78 uint64_t rec_nsec; /* time-of-day nanoseconds */ member in struct:fmd_log_record
H A Dfmd_log.c147 rp->rec_nsec = obj->eo_item.ei_uint64;
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Derror.c65 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, rp->rec_class);
H A Dinfo.c68 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid);
H A Dasru.c97 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, state + 1);
H A Dfault.c179 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, code);
H A Dfmdump.c156 rp->rec_nsec / (NANOSEC / 10000));
839 slot->ss_nsec = rp->rec_nsec;

Completed in 79 milliseconds