Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c26 nlm_lock_1(argp, clnt) in nlm_lock_1() function
/freebsd/sys/nlm/
H A Dnlm_prot.h290 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra …
H A Dnlm_prot_clnt.c35 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() function
H A Dnlm_advlock.c615 stat = nlm_lock_1(&args1, &res1, client, ext, timo); in nlm_lock_rpc()