Home
last modified time | relevance | path

Searched refs:nlm_test_1 (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/rpc.lockd/
HDtest.c20 nlm_test_1(argp, clnt) in nlm_test_1() function
/freebsd-11-stable/sys/nlm/
HDnlm_prot.h288 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callex…
HDnlm_prot_clnt.c30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() function
HDnlm_advlock.c581 stat = nlm_test_1(&args1, &res1, client, ext, timo); in nlm_test_rpc()