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

/freebsd-9.3-release/include/rpcsvc/
H A Dnlm_prot.x287 void NLM_TEST_MSG(struct nlm_testargs) = 6;
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_svc.c163 case NLM_TEST_MSG:
279 case NLM_TEST_MSG:
H A Dnlm_prot.h302 #define NLM_TEST_MSG ((unsigned long)(6)) macro
H A Dnlm_prot_clnt.c77 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST_MSG,
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dkern.c291 (void)clnt_call(cli, NLM_TEST_MSG,
315 (void)clnt_call(cli, NLM_TEST_MSG,
H A Dtest.c105 if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {

Completed in 156 milliseconds