Home
last modified time | relevance | path

Searched refs:rpcb_highproc_4 (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/rpc/
H A Drpcb_prot.x264 const rpcb_highproc_4 = RPCBPROC_GETSTAT; variable
489 %#define rpcb_highproc_4 RPCBPROC_GETSTAT
/freebsd/sys/rpc/
H A Drpcb_prot.h277 #define rpcb_highproc_4 RPCBPROC_GETSTAT macro
427 #define rpcb_highproc_4 RPCBPROC_GETSTAT
/freebsd/usr.sbin/rpcbind/
H A Drpcb_stat.c74 if (proc > rpcb_highproc_4) in rpcbs_procinfo()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c1131 for (i = j; i <= MAX(8, rpcb_highproc_4 - 9 + j); i++) {