nlm_prot.h | 100 struct nlm_unlockargs { struct 104 typedef struct nlm_unlockargs nlm_unlockargs; typedef in typeref:struct:nlm_unlockargs 299 extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval); 300 extern bool_t nlm_unlock_1_svc(struct nlm_unlockargs *, nlm_res *, struct svc_req *); 314 extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval); 315 extern bool_t nlm_unlock_msg_1_svc(struct nlm_unlockargs *, void *, struct svc_req *); 422 extern bool_t xdr_nlm_unlockargs(XDR *, nlm_unlockargs*);
|