Searched defs:nsvc_xports (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c69 static int nsvc_xports; /* total number of svc_xports allocated */ variable
753 nsvc_xports = FD_INCREMENT;
769 while (fd >= nsvc_xports) {
774 sizeof (SVCXPRT *) * (nsvc_xports + FD_INCREMENT));
781 (void) memset(&svc_xports[nsvc_xports], 0,
783 nsvc_xports += FD_INCREMENT;
831 if ((fd < nsvc_xports) && (svc_xports[fd] == xprt)) {
1354 if ((fd >= nsvc_xports) || (xprt = svc_xports[fd]) == NULL) {

Completed in 42 milliseconds