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 93 SVCXPRT *the_xprt; /* FIXME: have a list or something */ variable
149 if (the_xprt) {
151 xprt = the_xprt;
415 if (!the_xprt || (xprt && (xprt == the_xprt))) {
417 the_xprt = xprt;
427 if (xprt && xprt == the_xprt) {
431 the_xprt->num_servers);
443 the_xprt = NULL;
clnt.c 63 extern void *the_xprt;
100 if (the_xprt) {
107 svc = svc_find(the_xprt, prog, vers);
157 svc_dispatch(svc, the_xprt);

Completed in 27 milliseconds