Home
last modified time | relevance | path

Searched refs:NLM_TEST_MSG (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c161 case NLM_TEST_MSG: in nlm_prog_1()
277 case NLM_TEST_MSG: in nlm_prog_3()
H A Dnlm_prot.h301 #define NLM_TEST_MSG ((unsigned long)(6)) macro
H A Dnlm_prot_clnt.c73 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST_MSG, in nlm_test_msg_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x280 void NLM_TEST_MSG(struct nlm_testargs) = 6;
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c287 (void)clnt_call(cli, NLM_TEST_MSG, in test_request()
311 (void)clnt_call(cli, NLM_TEST_MSG, in test_request()
H A Dtest.c96 …if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS)…