Searched refs:timereset (Results 1 – 10 of 10) sorted by relevance
117 offsetof(timereset) = 12173 offsetof(timereset) = 4188 offsetof(timereset) = 4199 offsetof(timereset) = 0208 offsetof(timereset) = 0222 offsetof(timereset) = 0328 offsetof(timereset) = 0
1076 (u_long)ntohl(ss->timereset)); in sysstats()1136 (u_long)ntohl(io->timereset)); in iostats()1197 (u_long)ntohl(mem->timereset)); in memstats()1254 (u_long)ntohl(tim->timereset)); in timerstats()2337 (u_long)ntohl(ia->timereset)); in authinfo()
434 u_int32 timereset; /* time counters were reset */ member506 u_int32 timereset; /* time since reset */ member526 u_int32 timereset; /* time since reset */ member542 u_int32 timereset; /* time since reset */ member556 u_int32 timereset; /* time since reset */ member575 u_int32 timereset; /* time since reset */ member766 u_int32 timereset; /* time counters were reset */ member
74 u_int32 timereset; /* driver resets */ member
398 u_long timereset; /* time stat counters were reset */394 u_long timereset; /* time stat counters were reset */ global() member
234 (int) offsetof(struct info_peer_stats, timereset));346 (int) offsetof(struct info_sys_stats, timereset));372 (int) offsetof(struct old_info_sys_stats, timereset));394 (int) offsetof(struct info_mem_stats, timereset));412 (int) offsetof(struct info_io_stats, timereset));440 (int) offsetof(struct info_timer_stats, timereset));646 (int) offsetof(struct info_auth, timereset));
1145 ss->timereset = htonl((u_int32)(current_time - sys_stattime)); in sys_stats() 1178 ms->timereset = htonl((u_int32)(current_time - peer_timereset)); in mem_stats() 1209 io->timereset = htonl((u_int32)(current_time - io_timereset)); in io_stats() 1244 ts->timereset = htonl((u_int32)sincereset); in timer_stats() 1245 ts->alarms = ts->timereset; in timer_stats() 2143 ia->timereset = htonl((u_int32)(current_time - auth_timereset));2542 ic->timestarted = htonl((u_int32)clock_stat.timereset); in get_clock_info()
1024 peer->timereset = current_time; in peer_clr_stats() 1099 peer->timereset = current_time; in findmanycastpeer()
1337 out->timereset = current_time - pp->timestarted; in refclock_control()
4334 * ntpdc/ntpdc_ops.c (iostats): Align timereset line.