Home
last modified time | relevance | path

Searched refs:nlm_res (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/
H A Dnlm_prot.h50 struct nlm_res { struct
54 typedef struct nlm_res nlm_res; argument
160 extern nlm_res * nlm_lock_1(struct nlm_lockargs *, CLIENT *);
161 extern nlm_res * nlm_lock_1_svc(struct nlm_lockargs *, struct svc_req *);
163 extern nlm_res * nlm_cancel_1(struct nlm_cancargs *, CLIENT *);
164 extern nlm_res * nlm_cancel_1_svc(struct nlm_cancargs *, struct svc_req *);
166 extern nlm_res * nlm_unlock_1(struct nlm_unlockargs *, CLIENT *);
167 extern nlm_res * nlm_unlock_1_svc(struct nlm_unlockargs *, struct svc_req *);
169 extern nlm_res * nlm_granted_1(struct nlm_testargs *, CLIENT *);
170 extern nlm_res * nlm_granted_1_svc(struct nlm_testargs *, struct svc_req *);
[all …]
H A Dnlm_prot.x46 struct nlm_res { struct
147 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
149 nlm_res NLM_CANCEL(struct nlm_cancargs) = 3;
150 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
155 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
165 void NLM_LOCK_RES(nlm_res) = 12;
166 void NLM_CANCEL_RES(nlm_res) = 13;
167 void NLM_UNLOCK_RES(nlm_res) = 14;
168 void NLM_GRANTED_RES(nlm_res) = 15;
174 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22;