Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc.c71 static int nsvc_xports; /* total number of svc_xports allocated */ variable
756 nsvc_xports = FD_INCREMENT; in xprt_register()
772 while (fd >= nsvc_xports) { in xprt_register()
777 sizeof (SVCXPRT *) * (nsvc_xports + FD_INCREMENT)); in xprt_register()
784 (void) memset(&svc_xports[nsvc_xports], 0, in xprt_register()
786 nsvc_xports += FD_INCREMENT; in xprt_register()
834 if ((fd < nsvc_xports) && (svc_xports[fd] == xprt)) { in __xprt_unregister_private()
1357 if ((fd >= nsvc_xports) || (xprt = svc_xports[fd]) == NULL) { in svc_getreq_common()