Searched refs:nlm_sm_status (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 265 struct nlm_sm_status { struct 270 typedef struct nlm_sm_status nlm_sm_status; typedef 282 extern enum clnt_stat nlm_sm_notify_0(struct nlm_sm_status *, void *, CLIENT *, struct rpc_callext… 283 extern bool_t nlm_sm_notify_0_svc(struct nlm_sm_status *, void *, struct svc_req *); 440 extern bool_t xdr_nlm_sm_status(XDR *, nlm_sm_status*);
|
H A D | nlm.h | 149 extern void nlm_sm_notify(nlm_sm_status *argp);
|
H A D | nlm_prot_xdr.c | 429 xdr_nlm_sm_status(XDR *xdrs, nlm_sm_status *objp) in xdr_nlm_sm_status()
|
H A D | nlm_prot_svc.c | 49 struct nlm_sm_status nlm_sm_notify_0_arg; in nlm_prog_0()
|
H A D | nlm_prot_clnt.c | 17 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0()
|
H A D | nlm_prot_server.c | 121 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) in nlm_sm_notify_0_svc()
|
H A D | nlm_prot_impl.c | 1724 nlm_sm_notify(struct nlm_sm_status *argp) in nlm_sm_notify()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 243 struct nlm_sm_status { struct 261 void NLM_SM_NOTIFY(struct nlm_sm_status) = 1; argument
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 1323 nlm_sm_notify_0_svc(struct nlm_sm_status *arg, struct svc_req *rqstp __unused) in nlm_sm_notify_0_svc()
|