Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c92 int attempt_cnt, port_len, port_pos, ret; in main() local
195 attempt_cnt = 1; in main()
221 attempt_cnt < GETPORT_MAXTRY) { in main()
237 attempt_cnt++; in main()
239 attempt_cnt == GETPORT_MAXTRY) { in main()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c127 int attempt_cnt, port_len, port_pos, ret; in main() local
320 attempt_cnt = 1; in main()
347 attempt_cnt < in main()
367 attempt_cnt++; in main()
369 attempt_cnt == GETPORT_MAXTRY) { in main()
/freebsd/usr.sbin/mountd/
H A Dmountd.c418 int attempt_cnt, port_len, port_pos, ret; in main() local
617 attempt_cnt = 1; in main()
644 attempt_cnt < in main()
665 attempt_cnt++; in main()
667 attempt_cnt == GETPORT_MAXTRY) { in main()