Searched refs:rec_nsec (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_log.c | 49 hrtime_t rec_sec = rp->rec_sec + rp->rec_nsec / NANOSEC; in inj_logfile_event() 50 hrtime_t rec_nsec = rp->rec_nsec % NANOSEC; in inj_logfile_event() local 64 (rec_sec == ilf->ilf_sec && rec_nsec < ilf->ilf_nsec)) { in inj_logfile_event() 69 rec_nsec = ilf->ilf_nsec; in inj_logfile_event() 79 delta += (hrtime_t)rec_nsec - (hrtime_t)ilf->ilf_nsec; in inj_logfile_event() 100 ilf->ilf_nsec = rec_nsec; in inj_logfile_event()
|
/titanic_44/usr/src/lib/fm/libfmd_log/common/ |
H A D | fmd_filter.c | 86 return (rp->rec_sec == sec ? rp->rec_nsec <= nsec : rp->rec_sec <= sec); in fmd_log_filter_before() 95 return (rp->rec_sec == sec ? rp->rec_nsec >= nsec : rp->rec_sec >= sec); in fmd_log_filter_after()
|
H A D | fmd_log.h | 78 uint64_t rec_nsec; /* time-of-day nanoseconds */ member
|
H A D | fmd_log.c | 147 rp->rec_nsec = obj->eo_item.ei_uint64; in fmd_log_load_record()
|
/titanic_44/usr/src/cmd/fm/fmdump/common/ |
H A D | error.c | 65 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, rp->rec_class); in err_verb23_cmn()
|
H A D | info.c | 68 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid); in info_verb23_cmn()
|
H A D | asru.c | 97 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, state + 1); in asru_verb23_cmn()
|
H A D | fault.c | 179 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, code); in flt_verb23_cmn()
|
H A D | fmdump.c | 156 rp->rec_nsec / (NANOSEC / 10000)); in fmdump_date() 839 slot->ss_nsec = rp->rec_nsec; in pipeline_output()
|