Searched refs:xdr_nlm_testargs (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/usr.sbin/rpc.lockd/ |
| D | test.c | 27 …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…
|
| D | kern.c | 315 (xdrproc_t)xdr_nlm_testargs, &arg, in test_request()
|
| D | lockd_lock.c | 2257 (xdrproc_t)xdr_nlm_testargs, &res, 2261 (xdrproc_t)xdr_nlm_testargs, &res,
|
| /freebsd-12-stable/sys/nlm/ |
| D | nlm_prot_svc.c | 136 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()
|
| D | nlm_prot_clnt.c | 33 (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()
|
| D | nlm_prot_xdr.c | 143 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) in xdr_nlm_testargs() function
|
| D | nlm_prot.h | 419 extern bool_t xdr_nlm_testargs(XDR *, nlm_testargs*);
|