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

  /onnv/onnv-gate/usr/src/cmd/fm/fminject/common/
inj_log.c 49 hrtime_t rec_sec = rp->rec_sec + rp->rec_nsec / NANOSEC; local
63 if (rec_sec < ilf->ilf_sec ||
64 (rec_sec == ilf->ilf_sec && rec_nsec < ilf->ilf_nsec)) {
68 rec_sec = ilf->ilf_sec;
78 delta = (rec_sec - ilf->ilf_sec) * NANOSEC;
99 ilf->ilf_sec = rec_sec;
  /onnv/onnv-gate/usr/src/lib/fm/libfmd_log/common/
fmd_filter.c 86 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);
fmd_log.h 77 uint64_t rec_sec; /* time-of-day seconds */ member in struct:fmd_log_record
fmd_log.c 146 rp->rec_sec = obj->eo_item.ei_uint64;
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
fmdump.c 99 if (rp->rec_sec > LONG_MAX) {
101 (void) snprintf(buf, len, "0x%llx", rp->rec_sec);
103 time_t tod = (time_t)rp->rec_sec;
124 if (rp->rec_sec > LONG_MAX) {
126 (void) snprintf(buf, len, "0x%llx", rp->rec_sec);
129 time_t tod = (time_t)rp->rec_sec;

Completed in 540 milliseconds