Home
last modified time | relevance | path

Searched refs:NLM_SHARE (Results 1 – 5 of 5) sorted by relevance

/trueos/include/rpcsvc/
HDnlm_prot.x300 nlm_shareres NLM_SHARE(nlm_shareargs) = 20;
/trueos/usr.sbin/rpc.lockd/
HDtest.c256 …if (clnt_call(clnt, NLM_SHARE, xdr_nlm_shareargs, argp, xdr_nlm_shareres, &res, TIMEOUT) != RPC_SU…
/trueos/sys/nlm/
HDnlm_prot_svc.c292 case NLM_SHARE: in nlm_prog_3()
HDnlm_prot.h335 #define NLM_SHARE ((unsigned long)(20)) macro
HDnlm_prot_clnt.c167 return (CLNT_CALL_EXT(clnt, ext, NLM_SHARE, in nlm_share_3()