Home
last modified time | relevance | path

Searched refs:restarted_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/daemon/
H A Ddaemon.c100 int restarted_count; member
356 if (state.restarted_count >= state.restart_count) { in main()
359 state.restarted_count++; in main()
808 .restarted_count = 0 in daemon_state_init()
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c2599 u_int restarted_count; in collect_mru_list()
2608 restarted_count = 0; in collect_mru_list()
2666 restarted_count++; in collect_mru_list()
2667 if (restarted_count > 8) { in collect_mru_list()
2678 restarted_count); in collect_mru_list()
2590 u_int restarted_count; collect_mru_list() local