Searched refs:nsvc_xports (Results 1 – 1 of 1) sorted by relevance
72 static int nsvc_xports; /* total number of svc_xports allocated */ variable759 nsvc_xports = FD_INCREMENT; in xprt_register()775 while (fd >= nsvc_xports) { in xprt_register()780 sizeof (SVCXPRT *) * (nsvc_xports + FD_INCREMENT)); in xprt_register()787 (void) memset(&svc_xports[nsvc_xports], 0, in xprt_register()789 nsvc_xports += FD_INCREMENT; in xprt_register()837 if ((fd < nsvc_xports) && (svc_xports[fd] == xprt)) { in __xprt_unregister_private()1360 if ((fd >= nsvc_xports) || (xprt = svc_xports[fd]) == NULL) { in svc_getreq_common()