Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Drpcb_prot.x267 const RPCBSTAT_HIGHPROC = 13; /* # of procs in rpcbind V4 plus one */ variable
295 typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
492 %#define RPCBSTAT_HIGHPROC 13
524 %typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c144 return (xdr_vector(xdrs, (char *)objp, RPCBSTAT_HIGHPROC, sizeof (int), in xdr_rpcbs_proc()