Searched refs:nlm_notify (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 146 struct nlm_notify { struct 150 typedef struct nlm_notify nlm_notify; argument 344 extern enum clnt_stat nlm_free_all_3(nlm_notify *, void *, CLIENT *, struct rpc_callextra *, struc… 345 extern bool_t nlm_free_all_3_svc(nlm_notify *, void *, struct svc_req *); 425 extern bool_t xdr_nlm_notify(XDR *, nlm_notify*);
|
H A D | nlm_prot_xdr.c | 224 xdr_nlm_notify(XDR *xdrs, nlm_notify *objp) in xdr_nlm_notify()
|
H A D | nlm_prot_svc.c | 254 nlm_notify nlm_free_all_3_arg; in nlm_prog_3()
|
H A D | nlm_prot_clnt.c | 188 nlm_free_all_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct ti… in nlm_free_all_3()
|
H A D | nlm_prot_server.c | 492 nlm_free_all_3_svc(nlm_notify *argp, void *result, struct svc_req *rqstp) in nlm_free_all_3_svc()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 132 struct nlm_notify { struct 296 void NLM_FREE_ALL(nlm_notify) = 23;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 286 nlm_notify *argp; in nlm_free_all_3()
|
H A D | lock_proc.c | 859 nlm_free_all_3_svc(nlm_notify *arg __unused, struct svc_req *rqstp) in nlm_free_all_3_svc()
|