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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c86 uint64_t fwtime; local
91 fwtime = ((uint64_t)fw_hi << 32) | fw_lo;
94 * If fwtime < ss.fw_timestamp, then we need to adjust the clock
98 if (fwtime >= ss.fw_timestamp) {
99 fwtime -= ss.fw_timestamp;
101 fwtime = ss.fw_timestamp - fwtime;
105 secs = ((time_t)fwtime / NSECS_PER_SEC);
106 nsecs = ((long)fwtime % NSECS_PER_SEC);

Completed in 62 milliseconds