Home
last modified time | relevance | path

Searched refs:xdr_nlm_testargs (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…
81 …if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCES…
96 …if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)…
157 …if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCE…
H A Dkern.c312 (xdrproc_t)xdr_nlm_testargs, &arg, in test_request()
H A Dlockd_lock.c2229 (xdrproc_t)xdr_nlm_testargs, &res, in send_granted()
2233 (xdrproc_t)xdr_nlm_testargs, &res, in send_granted()
/freebsd/sys/nlm/
H A Dnlm_prot_svc.c132 xdr_argument = (xdrproc_t) xdr_nlm_testargs; in nlm_prog_1()
156 xdr_argument = (xdrproc_t) xdr_nlm_testargs; in nlm_prog_1()
162 xdr_argument = (xdrproc_t) xdr_nlm_testargs; in nlm_prog_1()
186 xdr_argument = (xdrproc_t) xdr_nlm_testargs; in nlm_prog_1()
H A Dnlm_prot_clnt.c29 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp, in nlm_test_1()
65 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp, in nlm_granted_1()
74 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp, in nlm_test_msg_1()
110 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp, in nlm_granted_msg_1()
H A Dnlm_prot_xdr.c139 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) in xdr_nlm_testargs() function
H A Dnlm_prot.h418 extern bool_t xdr_nlm_testargs(XDR *, nlm_testargs*);