Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x263 const rpcb_highproc_4 = RPCBPROC_GETSTAT; variable
489 %#define rpcb_highproc_4 RPCBPROC_GETSTAT
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_stat.c66 if ((rtype == RPCBVERS_4_STAT) && (proc > rpcb_highproc_4)) in rpcbs_procinfo()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1224 for (i = j; i <= MAX(8, rpcb_highproc_4 - 9 + j); i++) {