Home
last modified time | relevance | path

Searched refs:xdr_nlm4_testres (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c387 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 Dnlm_prot_clnt.c201 (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 Dnlm_prot_xdr.c323 xdr_nlm4_testres(XDR *xdrs, nlm4_testres *objp) in xdr_nlm4_testres() function
H A Dnlm_advlock.c1086 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 Dnlm_prot.h432 extern bool_t xdr_nlm4_testres(XDR *, nlm4_testres*);
H A Dnlm_prot_server.c563 xdr_free((xdrproc_t) xdr_nlm4_testres, &res4); in nlm4_test_msg_4_svc()
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c956 (xdrproc_t)xdr_nlm4_testres, &res, in nlm4_test_msg_4_svc()