Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/rpc.lockd/
Dtest.c27 …if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCE…
181 if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
Dlock_proc.c498 (xdrproc_t)xdr_nlm_testres, &res, in nlm_test_msg_1_svc()
/freebsd-12-stable/sys/nlm/
Dnlm_prot_svc.c137 xdr_result = (xdrproc_t) xdr_nlm_testres; in nlm_prog_1()
196 xdr_argument = (xdrproc_t) xdr_nlm_testres; in nlm_prog_1()
Dnlm_prot_clnt.c34 (xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res, in nlm_test_1()
123 (xdrproc_t) xdr_nlm_testres, (caddr_t) argp, in nlm_test_res_1()
Dnlm_prot_xdr.c79 xdr_nlm_testres(XDR *xdrs, nlm_testres *objp) in xdr_nlm_testres() function
Dnlm_prot.h415 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
Dnlm_prot_server.c258 xdr_free((xdrproc_t) xdr_nlm_testres, &res); in nlm_test_msg_1_svc()