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

/freebsd-12-stable/usr.sbin/rpc.statd/
H A Dstatd.c93 int attempt_cnt, port_len, port_pos, ret; local
196 attempt_cnt = 1;
222 attempt_cnt < GETPORT_MAXTRY) {
238 attempt_cnt++;
240 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-12-stable/usr.sbin/rpc.lockd/
H A Dlockd.c128 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 25 milliseconds