HomeSort by relevance Sort by last modified time
    Searched refs:nlm_res (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nlm_prot.h 50 struct nlm_res { struct
54 typedef struct nlm_res nlm_res; typedef in typeref:struct:nlm_res
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 *)
    [all...]
nlm_prot.x 71 struct nlm_res {
172 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
174 nlm_res NLM_CANCEL(struct nlm_cancargs) = 3;
175 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
180 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
190 void NLM_LOCK_RES(nlm_res) = 12;
191 void NLM_CANCEL_RES(nlm_res) = 13;
192 void NLM_UNLOCK_RES(nlm_res) = 14;
193 void NLM_GRANTED_RES(nlm_res) = 15;
199 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22
    [all...]

Completed in 64 milliseconds