Lines Matching refs:xdrproc_t
94 if (clnt_call(clnt, RPCBPROC_NULL, (xdrproc_t)xdr_void, NULL, in onehost()
95 (xdrproc_t)xdr_void, NULL, tv) in onehost()
122 if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL)) in server()
128 if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL)) in server()
137 if (!svc_getargs(transp, (xdrproc_t)xdr_int, (void *)&num)) { in server()
143 if (!svc_sendreply(transp, (xdrproc_t)xdr_int, (void *)&num)) in server()
171 rv = clnt_call(clnt, PLUSONE, (xdrproc_t)xdr_int, (void *)&num, in rawtest()
172 (xdrproc_t)xdr_int, (void *)&resp, tout); in rawtest()
222 rv = clnt_call(clnt, PLUSONE, (xdrproc_t)xdr_int, (void *)&num, in regtest()
223 (xdrproc_t)xdr_int, (void *)&resp, tout); in regtest()
229 rv = clnt_call(clnt, DESTROY, (xdrproc_t)xdr_void, NULL, in regtest()
230 (xdrproc_t)xdr_void, NULL, tout); in regtest()
246 (xdrproc_t)xdr_void, NULL, (xdrproc_t)xdr_void, in allhosts()