Searched refs:NLM_LOCK_MSG (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_prot_svc.c | 167 case NLM_LOCK_MSG: in nlm_prog_1() 278 case NLM_LOCK_MSG: in nlm_prog_3()
|
H A D | nlm_prot.h | 304 #define NLM_LOCK_MSG ((unsigned long)(7)) macro
|
H A D | nlm_prot_clnt.c | 82 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_MSG, in nlm_lock_msg_1()
|
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 281 void NLM_LOCK_MSG(struct nlm_lockargs) = 7;
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | kern.c | 359 (void)clnt_call(cli, NLM_LOCK_MSG, in lock_request() 384 (void)clnt_call(cli, NLM_LOCK_MSG, in lock_request()
|
H A D | test.c | 111 …if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)…
|