Searched refs:xdr_nlm_testres (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 18 …if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCE… 172 if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
|
H A D | lock_proc.c | 497 (xdrproc_t)xdr_nlm_testres, &res, in nlm_test_msg_1_svc()
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 133 xdr_result = (xdrproc_t) xdr_nlm_testres; in nlm_prog_1() 192 xdr_argument = (xdrproc_t) xdr_nlm_testres; in nlm_prog_1()
|
H A D | nlm_prot_clnt.c | 30 (xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res, in nlm_test_1() 119 (xdrproc_t) xdr_nlm_testres, (caddr_t) argp, in nlm_test_res_1()
|
H A D | nlm_prot_xdr.c | 75 xdr_nlm_testres(XDR *xdrs, nlm_testres *objp) in xdr_nlm_testres() function
|
H A D | nlm_prot.h | 414 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
|
H A D | nlm_prot_server.c | 254 xdr_free((xdrproc_t) xdr_nlm_testres, &res); in nlm_test_msg_1_svc()
|