Searched refs:nlm4_notify (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 272 struct nlm4_notify { struct 276 typedef struct nlm4_notify nlm4_notify; typedef 404 extern enum clnt_stat nlm4_free_all_4(nlm4_notify *, void *, CLIENT *, struct rpc_callextra *, str… 405 extern bool_t nlm4_free_all_4_svc(nlm4_notify *, void *, struct svc_req *); 441 extern bool_t xdr_nlm4_notify(XDR *, nlm4_notify*);
|
H A D | nlm.h | 210 extern void nlm_do_free_all(nlm4_notify *argp);
|
H A D | nlm_prot_server.c | 494 struct nlm4_notify args4; in nlm_free_all_3_svc() 703 nlm4_free_all_4_svc(nlm4_notify *argp, void *result, struct svc_req *rqstp) in nlm4_free_all_4_svc()
|
H A D | nlm_prot_xdr.c | 442 xdr_nlm4_notify(XDR *xdrs, nlm4_notify *objp) in xdr_nlm4_notify()
|
H A D | nlm_prot_svc.c | 362 nlm4_notify nlm4_free_all_4_arg; in nlm_prog_4()
|
H A D | nlm_prot_clnt.c | 359 nlm4_free_all_4(nlm4_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct … in nlm4_free_all_4()
|
H A D | nlm_prot_impl.c | 2393 nlm_do_free_all(nlm4_notify *argp) in nlm_do_free_all()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 249 struct nlm4_notify { struct 318 void NLM4_FREE_ALL(nlm4_notify) = 23;
|
/freebsd/usr.sbin/clear_locks/ |
H A D | clear_locks.c | 43 nlm4_notify notify; in main()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 1308 nlm4_free_all_4_svc(struct nlm4_notify *arg __unused, struct svc_req *rqstp) in nlm4_free_all_4_svc()
|