Home
last modified time | relevance | path

Searched refs:NLM_TEST (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c131 case NLM_TEST: in nlm_prog_1()
272 case NLM_TEST: in nlm_prog_3()
H A Dnlm_prot.h286 #define NLM_TEST ((unsigned long)(1)) macro
H A Dnlm_prot_clnt.c28 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST, in nlm_test_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x266 nlm_testres NLM_TEST(struct nlm_testargs) = 1;
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c18 …if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCE…