Home
last modified time | relevance | path

Searched refs:nlm_testargs (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.h90 struct nlm_testargs { struct
95 typedef struct nlm_testargs nlm_testargs; argument
157 extern nlm_testres * nlm_test_1(struct nlm_testargs *, CLIENT *);
158 extern nlm_testres * nlm_test_1_svc(struct nlm_testargs *, 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 *);
172 extern void * nlm_test_msg_1(struct nlm_testargs *, CLIENT *);
173 extern void * nlm_test_msg_1_svc(struct nlm_testargs *, struct svc_req *);
184 extern void * nlm_granted_msg_1(struct nlm_testargs *, CLIENT *);
185 extern void * nlm_granted_msg_1_svc(struct nlm_testargs *, struct svc_req *);
[all …]
H A Dnlm_prot.x81 struct nlm_testargs { struct
145 nlm_testres NLM_TEST(struct nlm_testargs) = 1;
155 nlm_res NLM_GRANTED(struct nlm_testargs)= 5;
159 void NLM_TEST_MSG(struct nlm_testargs) = 6;
163 void NLM_GRANTED_MSG(struct nlm_testargs) = 10;