Searched refs:xdr_nlm4_res (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 393 xdr_result = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4() 399 xdr_result = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4() 405 xdr_result = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4() 411 xdr_result = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4() 452 xdr_argument = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4() 458 xdr_argument = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4() 464 xdr_argument = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4() 470 xdr_argument = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4() 489 xdr_result = (xdrproc_t) xdr_nlm4_res; in nlm_prog_4()
|
H A D | nlm_prot_clnt.c | 210 (xdrproc_t) xdr_nlm4_res, (caddr_t) clnt_res, in nlm4_lock_4() 219 (xdrproc_t) xdr_nlm4_res, (caddr_t) clnt_res, in nlm4_cancel_4() 228 (xdrproc_t) xdr_nlm4_res, (caddr_t) clnt_res, in nlm4_unlock_4() 237 (xdrproc_t) xdr_nlm4_res, (caddr_t) clnt_res, in nlm4_granted_4() 299 (xdrproc_t) xdr_nlm4_res, (caddr_t) argp, in nlm4_lock_res_4() 308 (xdrproc_t) xdr_nlm4_res, (caddr_t) argp, in nlm4_cancel_res_4() 317 (xdrproc_t) xdr_nlm4_res, (caddr_t) argp, in nlm4_unlock_res_4() 326 (xdrproc_t) xdr_nlm4_res, (caddr_t) argp, in nlm4_granted_res_4() 354 (xdrproc_t) xdr_nlm4_res, (caddr_t) clnt_res, in nlm4_nm_lock_4()
|
H A D | nlm_prot_server.c | 581 xdr_free((xdrproc_t) xdr_nlm4_res, &res4); in nlm4_lock_msg_4_svc() 599 xdr_free((xdrproc_t) xdr_nlm4_res, &res4); in nlm4_cancel_msg_4_svc() 617 xdr_free((xdrproc_t) xdr_nlm4_res, &res4); in nlm4_unlock_msg_4_svc() 635 xdr_free((xdrproc_t) xdr_nlm4_res, &res4); in nlm4_granted_msg_4_svc()
|
H A D | nlm_advlock.c | 818 xdr_free((xdrproc_t) xdr_nlm4_res, &res); in nlm_setlock() 900 xdr_free((xdrproc_t) xdr_nlm4_res, &res); in nlm_setlock() 1001 xdr_free((xdrproc_t) xdr_nlm4_res, &res); in nlm_clearlock()
|
H A D | nlm_prot_xdr.c | 347 xdr_nlm4_res(XDR *xdrs, nlm4_res *objp) in xdr_nlm4_res() function
|
H A D | nlm_prot.h | 434 extern bool_t xdr_nlm4_res(XDR *, nlm4_res*);
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 370 (xdrproc_t)xdr_nlm4_res, result, in transmit4_result()
|
H A D | lockd_lock.c | 2211 (xdrproc_t)xdr_nlm4_res, &retval4, timeo); in send_granted()
|