Searched refs:xdr_nlm4_testres (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 387 xdr_result = (xdrproc_t) xdr_nlm4_testres; in nlm_prog_4() 446 xdr_argument = (xdrproc_t) xdr_nlm4_testres; in nlm_prog_4()
|
H A D | nlm_prot_clnt.c | 201 (xdrproc_t) xdr_nlm4_testres, (caddr_t) clnt_res, in nlm4_test_4() 290 (xdrproc_t) xdr_nlm4_testres, (caddr_t) argp, in nlm4_test_res_4()
|
H A D | nlm_prot_xdr.c | 323 xdr_nlm4_testres(XDR *xdrs, nlm4_testres *objp) in xdr_nlm4_testres() function
|
H A D | nlm_advlock.c | 1086 xdr_free((xdrproc_t) xdr_nlm4_testres, &res); in nlm_getlock() 1109 xdr_free((xdrproc_t) xdr_nlm4_testres, &res); in nlm_getlock()
|
H A D | nlm_prot.h | 432 extern bool_t xdr_nlm4_testres(XDR *, nlm4_testres*);
|
H A D | nlm_prot_server.c | 563 xdr_free((xdrproc_t) xdr_nlm4_testres, &res4); in nlm4_test_msg_4_svc()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 956 (xdrproc_t)xdr_nlm4_testres, &res, in nlm4_test_msg_4_svc()
|