HomeSort by relevance Sort by last modified time
    Searched refs:the_xprt (Results 1 - 2 of 2) sorted by null

  /hardware/msm7k/librpc/
svc.c 94 SVCXPRT *the_xprt; /* FIXME: have a list or something */ variable
154 if (the_xprt) {
156 xprt = the_xprt;
420 if (!the_xprt || (xprt && (xprt == the_xprt))) {
422 the_xprt = xprt;
432 if (xprt && xprt == the_xprt) {
436 the_xprt->num_servers);
448 the_xprt = NULL;
clnt.c 64 extern void *the_xprt;
101 if (the_xprt) {
108 svc = svc_find(the_xprt, prog, vers);
158 svc_dispatch(svc, the_xprt);

Completed in 316 milliseconds