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

/freebsd-10-stable/usr.sbin/rpc.statd/
H A Dstatd.c59 #define GETPORT_MAXTRY 20 /* Max tries to get a port # */ macro
216 attempt_cnt < GETPORT_MAXTRY) {
234 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd.c77 #define GETPORT_MAXTRY 20 /* Max tries to get a port # */ macro
346 GETPORT_MAXTRY) {
367 attempt_cnt == GETPORT_MAXTRY) {
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c165 #define GETPORT_MAXTRY 20 /* Max tries to get a port # */ macro
575 attempt_cnt < GETPORT_MAXTRY) {
593 attempt_cnt == GETPORT_MAXTRY) {

Completed in 110 milliseconds