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

/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c92 int attempt_cnt, port_len, port_pos, ret; local
195 attempt_cnt = 1;
221 attempt_cnt < GETPORT_MAXTRY) {
237 attempt_cnt++;
239 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c127 int attempt_cnt, port_len, port_pos, ret; local
320 attempt_cnt = 1;
347 attempt_cnt <
367 attempt_cnt++;
369 attempt_cnt == GETPORT_MAXTRY) {

Completed in 113 milliseconds