Searched refs:nsvc_xdrs (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c69 extern int nsvc_xdrs;
535 nsvc_xdrs = FD_INCREMENT;
538 while (fd >= nsvc_xdrs) {
541 sizeof (XDR *) * (nsvc_xdrs + FD_INCREMENT));
554 (void) memset(&svc_xdrs[nsvc_xdrs], 0,
556 nsvc_xdrs += FD_INCREMENT;
H A Dsvc.c72 int nsvc_xdrs; /* total number of svc_xdrs allocated */ variable
812 nsvc_xdrs = FD_INCREMENT;

Completed in 29 milliseconds