Home
last modified time | relevance | path

Searched refs:xdr_nlm_testargs (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…
90 …if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCES…
105 …if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)…
166 …if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCE…
Dkern.c315 (xdrproc_t)xdr_nlm_testargs, &arg, in test_request()
Dlockd_lock.c2257 (xdrproc_t)xdr_nlm_testargs, &res,
2261 (xdrproc_t)xdr_nlm_testargs, &res,
/freebsd-12-stable/sys/nlm/
Dnlm_prot_svc.c136 xdr_argument = (xdrproc_t) xdr_nlm_testargs; in nlm_prog_1()
160 xdr_argument = (xdrproc_t) xdr_nlm_testargs; in nlm_prog_1()
166 xdr_argument = (xdrproc_t) xdr_nlm_testargs; in nlm_prog_1()
190 xdr_argument = (xdrproc_t) xdr_nlm_testargs; in nlm_prog_1()
Dnlm_prot_clnt.c33 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp, in nlm_test_1()
69 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp, in nlm_granted_1()
78 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp, in nlm_test_msg_1()
114 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp, in nlm_granted_msg_1()
Dnlm_prot_xdr.c143 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) in xdr_nlm_testargs() function
Dnlm_prot.h419 extern bool_t xdr_nlm_testargs(XDR *, nlm_testargs*);