Home
last modified time | relevance | path

Searched refs:xdr_nlm_testres (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c18 …if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCE…
172 if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
H A Dlock_proc.c497 (xdrproc_t)xdr_nlm_testres, &res, in nlm_test_msg_1_svc()
/freebsd/sys/nlm/
H A Dnlm_prot_svc.c133 xdr_result = (xdrproc_t) xdr_nlm_testres; in nlm_prog_1()
192 xdr_argument = (xdrproc_t) xdr_nlm_testres; in nlm_prog_1()
H A Dnlm_prot_clnt.c30 (xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res, in nlm_test_1()
119 (xdrproc_t) xdr_nlm_testres, (caddr_t) argp, in nlm_test_res_1()
H A Dnlm_prot_xdr.c75 xdr_nlm_testres(XDR *xdrs, nlm_testres *objp) in xdr_nlm_testres() function
H A Dnlm_prot.h414 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
H A Dnlm_prot_server.c254 xdr_free((xdrproc_t) xdr_nlm_testres, &res); in nlm_test_msg_1_svc()