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

/freebsd-13-stable/sbin/hastd/
H A Dproto_common.c99 int errcount = 0; local
131 if (errcount == 15) {
134 if (errcount == 0)
136 errcount++;
137 usleep(100000 * errcount);
154 if (errcount > 0) {
156 errcount, errcount == 1 ? "" : "s");
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c96 int errcount = 0; local
128 if (errcount == 15) {
131 if (errcount == 0)
133 errcount++;
134 usleep(100000 * errcount);
151 if (errcount > 0) {
153 errcount, errcount == 1 ? "" : "s");
/freebsd-13-stable/sbin/dump/
H A Doptr.c82 int back, errcount; local
91 errcount = 0;
95 if (++errcount > 30) /* XXX ugly */

Completed in 136 milliseconds