Home
last modified time | relevance | path

Searched refs:NLM_LOCK_MSG (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/nlm/
H A Dnlm_prot_svc.c167 case NLM_LOCK_MSG: in nlm_prog_1()
278 case NLM_LOCK_MSG: in nlm_prog_3()
H A Dnlm_prot.h304 #define NLM_LOCK_MSG ((unsigned long)(7)) macro
H A Dnlm_prot_clnt.c82 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_MSG, in nlm_lock_msg_1()
/freebsd/include/rpcsvc/
H A Dnlm_prot.x281 void NLM_LOCK_MSG(struct nlm_lockargs) = 7;
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c359 (void)clnt_call(cli, NLM_LOCK_MSG, in lock_request()
384 (void)clnt_call(cli, NLM_LOCK_MSG, in lock_request()
H A Dtest.c111 …if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)…