| /onnv/onnv-gate/usr/src/cmd/fm/fminject/common/ |
| inj_log.c | 49 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;
|
| /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/ |
| error.c | 64 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, rp->rec_class);
|
| asru.c | 96 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, state + 1);
|
| fault.c | 168 fmdump_year(buf, sizeof (buf), rp), rp->rec_nsec, uuid, code);
|
| fmdump.c | 113 rp->rec_nsec / (NANOSEC / 10000));
|
| /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 | 78 uint64_t rec_nsec; /* time-of-day nanoseconds */ member in struct:fmd_log_record
|
| fmd_log.c | 147 rp->rec_nsec = obj->eo_item.ei_uint64;
|