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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c69 static int nsvc_xports; /* total number of svc_xports allocated */ variable
755 nsvc_xports = FD_INCREMENT;
771 while (fd >= nsvc_xports) {
776 sizeof (SVCXPRT *) * (nsvc_xports + FD_INCREMENT));
783 (void) memset(&svc_xports[nsvc_xports], 0,
785 nsvc_xports += FD_INCREMENT;
833 if ((fd < nsvc_xports) && (svc_xports[fd] == xprt)) {
1356 if ((fd >= nsvc_xports) || (xprt = svc_xports[fd]) == NULL) {

Completed in 49 milliseconds