Lines Matching refs:rpcvers_t
77 rpcvers_t sc_vers;
85 static struct svc_callout *svc_find(rpcprog_t, rpcvers_t,
168 svc_reg(SVCXPRT *xprt, const rpcprog_t prog, const rpcvers_t vers, in svc_reg()
237 svc_unreg(const rpcprog_t prog, const rpcvers_t vers) in svc_unreg()
278 if ((s = svc_find((rpcprog_t)prog, (rpcvers_t)vers, &prev, NULL)) != in svc_register()
289 s->sc_vers = (rpcvers_t)vers; in svc_register()
310 if ((s = svc_find((rpcprog_t)prog, (rpcvers_t)vers, &prev, NULL)) == in svc_unregister()
330 svc_find(rpcprog_t prog, rpcvers_t vers, struct svc_callout **prev, in svc_find()
507 svcerr_progvers(SVCXPRT *xprt, rpcvers_t low_vers, rpcvers_t high_vers) in svcerr_progvers()
616 rpcvers_t low_vers; in svc_getreq_common()
617 rpcvers_t high_vers; in svc_getreq_common()
659 low_vers = (rpcvers_t) -1L; in svc_getreq_common()
660 high_vers = (rpcvers_t) 0L; in svc_getreq_common()