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

/freebsd-10.0-release/include/rpcsvc/
H A Dnlm_prot.x278 nlm_res NLM_UNLOCK(struct nlm_unlockargs) = 4;
/freebsd-10.0-release/sys/nlm/
H A Dnlm_prot_svc.c151 case NLM_UNLOCK:
277 case NLM_UNLOCK:
H A Dnlm_prot.h296 #define NLM_UNLOCK ((unsigned long)(4)) macro
H A Dnlm_prot_clnt.c59 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK,
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dtest.c75 if (clnt_call(clnt, NLM_UNLOCK, xdr_nlm_unlockargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {

Completed in 90 milliseconds