Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/rpc.lockd/
Dtest.c38 nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_1() function
/netbsd/src/sys/fs/nfs/nlm/
Dnlm_prot.h293 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra …
Dnlm_prot_clnt.c41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() function
Dnlm_advlock.c617 stat = nlm_lock_1(&args1, &res1, client, ext, timo); in nlm_lock_rpc()