Home
last modified time | relevance | path

Searched refs:nlm_sm_status (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot.h265 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 Dnlm.h149 extern void nlm_sm_notify(nlm_sm_status *argp);
H A Dnlm_prot_xdr.c429 xdr_nlm_sm_status(XDR *xdrs, nlm_sm_status *objp) in xdr_nlm_sm_status()
H A Dnlm_prot_svc.c49 struct nlm_sm_status nlm_sm_notify_0_arg; in nlm_prog_0()
H A Dnlm_prot_clnt.c17 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 Dnlm_prot_server.c121 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) in nlm_sm_notify_0_svc()
H A Dnlm_prot_impl.c1724 nlm_sm_notify(struct nlm_sm_status *argp) in nlm_sm_notify()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x243 struct nlm_sm_status { struct
261 void NLM_SM_NOTIFY(struct nlm_sm_status) = 1; argument
/freebsd/usr.sbin/rpc.lockd/
H A Dlock_proc.c1323 nlm_sm_notify_0_svc(struct nlm_sm_status *arg, struct svc_req *rqstp __unused) in nlm_sm_notify_0_svc()