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

/freebsd-10.0-release/usr.sbin/rpc.statd/
H A Dstatd.c90 int attempt_cnt, port_len, port_pos, ret; local
190 attempt_cnt = 1;
216 attempt_cnt < GETPORT_MAXTRY) {
232 attempt_cnt++;
234 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd.c130 int attempt_cnt, port_len, port_pos, ret; local
322 attempt_cnt = 1;
349 attempt_cnt <
369 attempt_cnt++;
371 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c298 int attempt_cnt, port_len, port_pos, ret; local
473 attempt_cnt = 1;
498 attempt_cnt < GETPORT_MAXTRY) {
514 attempt_cnt++;
516 attempt_cnt == GETPORT_MAXTRY) {

Completed in 104 milliseconds