Searched refs:xdr_nlm_testres (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… 181 if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
|
| D | lock_proc.c | 498 (xdrproc_t)xdr_nlm_testres, &res, in nlm_test_msg_1_svc()
|
| /freebsd-12-stable/sys/nlm/ |
| D | nlm_prot_svc.c | 137 xdr_result = (xdrproc_t) xdr_nlm_testres; in nlm_prog_1() 196 xdr_argument = (xdrproc_t) xdr_nlm_testres; in nlm_prog_1()
|
| D | nlm_prot_clnt.c | 34 (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()
|
| D | nlm_prot_xdr.c | 79 xdr_nlm_testres(XDR *xdrs, nlm_testres *objp) in xdr_nlm_testres() function
|
| D | nlm_prot.h | 415 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
|
| D | nlm_prot_server.c | 258 xdr_free((xdrproc_t) xdr_nlm_testres, &res); in nlm_test_msg_1_svc()
|