Home
last modified time | relevance | path

Searched refs:nlm_lockargs (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.h72 struct nlm_lockargs { struct
80 typedef struct nlm_lockargs nlm_lockargs; 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 *);
175 extern void * nlm_lock_msg_1(struct nlm_lockargs *, CLIENT *);
176 extern void * nlm_lock_msg_1_svc(struct nlm_lockargs *, struct svc_req *);
261 extern nlm_res * nlm_nm_lock_3(nlm_lockargs *, CLIENT *);
262 extern nlm_res * nlm_nm_lock_3_svc(nlm_lockargs *, struct svc_req *);
294 extern bool_t xdr_nlm_lockargs (XDR *, nlm_lockargs*);
H A Dnlm_prot.x65 struct nlm_lockargs { struct
147 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
160 void NLM_LOCK_MSG(struct nlm_lockargs) = 7;
174 nlm_res NLM_NM_LOCK(nlm_lockargs) = 22;