Home
last modified time | relevance | path

Searched refs:RPCBSTAT_HIGHPROC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x265 const RPCBSTAT_HIGHPROC = 13; /* # of procs in rpcbind V4 plus one */ variable
293 typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
490 %#define RPCBSTAT_HIGHPROC 13
522 %typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c142 return (xdr_vector(xdrs, (char *)objp, RPCBSTAT_HIGHPROC, sizeof (int), in xdr_rpcbs_proc()