Searched refs:NLM_LOCK_MSG (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/nlm/ |
| D | nlm_prot_svc.c | 169 case NLM_LOCK_MSG: in nlm_prog_1() 280 case NLM_LOCK_MSG: in nlm_prog_3()
|
| D | nlm_prot.h | 305 #define NLM_LOCK_MSG ((unsigned long)(7)) macro
|
| D | nlm_prot_clnt.c | 86 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_MSG, in nlm_lock_msg_1()
|
| /freebsd-9-stable/include/rpcsvc/ |
| D | nlm_prot.x | 288 void NLM_LOCK_MSG(struct nlm_lockargs) = 7;
|
| /freebsd-9-stable/usr.sbin/rpc.lockd/ |
| D | kern.c | 363 (void)clnt_call(cli, NLM_LOCK_MSG, in lock_request() 388 (void)clnt_call(cli, NLM_LOCK_MSG, in lock_request()
|
| D | test.c | 120 …if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS)…
|