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

/freebsd-9.3-release/include/rpcsvc/
H A Dnlm_prot.x288 void NLM_LOCK_MSG(struct nlm_lockargs) = 7;
/freebsd-9.3-release/sys/nlm/
H A Dnlm_prot_svc.c169 case NLM_LOCK_MSG:
280 case NLM_LOCK_MSG:
H A Dnlm_prot.h305 #define NLM_LOCK_MSG ((unsigned long)(7)) macro
H A Dnlm_prot_clnt.c86 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK_MSG,
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dkern.c363 (void)clnt_call(cli, NLM_LOCK_MSG,
388 (void)clnt_call(cli, NLM_LOCK_MSG,
H A Dtest.c120 if (clnt_call(clnt, NLM_LOCK_MSG, xdr_nlm_lockargs, argp, xdr_void, NULL, TIMEOUT) != RPC_SUCCESS) {

Completed in 114 milliseconds