Searched refs:NLM_TEST_RES (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 191 case NLM_TEST_RES: in nlm_prog_1() 282 case NLM_TEST_RES: in nlm_prog_3()
|
H A D | nlm_prot.h | 316 #define NLM_TEST_RES ((unsigned long)(11)) macro
|
H A D | nlm_prot_clnt.c | 118 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST_RES, in nlm_test_res_1()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 285 void NLM_TEST_RES(nlm_testres) = 11;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 172 if (clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
|
H A D | lock_proc.c | 496 success = clnt_call(cli, NLM_TEST_RES, in nlm_test_msg_1_svc()
|