Searched refs:NLM_TEST_MSG (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/nlm/ |
| H A D | nlm_prot_svc.c | 161 case NLM_TEST_MSG: in nlm_prog_1() 277 case NLM_TEST_MSG: in nlm_prog_3()
|
| H A D | nlm_prot.h | 301 #define NLM_TEST_MSG ((unsigned long)(6)) macro
|
| H A D | nlm_prot_clnt.c | 73 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST_MSG, in nlm_test_msg_1()
|
| /freebsd/include/rpcsvc/ |
| H A D | nlm_prot.x | 280 void NLM_TEST_MSG(struct nlm_testargs) = 6;
|
| /freebsd/usr.sbin/rpc.lockd/ |
| H A D | kern.c | 300 (void)clnt_call(cli, NLM_TEST_MSG, in test_request() 324 (void)clnt_call(cli, NLM_TEST_MSG, in test_request()
|
| H A D | test.c | 96 …if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)…
|