Searched refs:xports (Results 1 – 1 of 1) sorted by relevance
51 #define xports (*(SVCXPRT ***)&RPC_THREAD_VARIABLE(svc_xports_s)) macro53 static SVCXPRT **xports; variable84 if (xports == NULL) in xprt_register()86 xports = (SVCXPRT **) malloc (_rpc_dtablesize () * sizeof (SVCXPRT *)); in xprt_register()87 if (xports == NULL) /* Don�t add handle */ in xprt_register()93 xports[sock] = xprt; in xprt_register()127 if ((sock < _rpc_dtablesize ()) && (xports[sock] == xprt)) in libc_hidden_def()129 xports[sock] = (SVCXPRT *) 0; in libc_hidden_def()360 xprt = xports[fd]; in libc_hidden_def()485 xprt_unregister (xports[p->fd]); in libc_hidden_def()
Completed in 2 milliseconds