Searched refs:NLM_LOCK (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x275 nlm_res NLM_LOCK(struct nlm_lockargs) = 2;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_svc.c139 case NLM_LOCK:
275 case NLM_LOCK:
H A Dnlm_prot.h290 #define NLM_LOCK ((unsigned long)(2)) macro
H A Dnlm_prot_clnt.c41 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK,
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dtest.c43 if (st = clnt_call(clnt, NLM_LOCK, xdr_nlm_lockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {

Completed in 116 milliseconds