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

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c91 int attempt_cnt, port_len, port_pos, ret; local
194 attempt_cnt = 1;
220 attempt_cnt < GETPORT_MAXTRY) {
236 attempt_cnt++;
238 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd.c126 int attempt_cnt, port_len, port_pos, ret; local
318 attempt_cnt = 1;
345 attempt_cnt <
365 attempt_cnt++;
367 attempt_cnt == GETPORT_MAXTRY) {

Completed in 128 milliseconds