HomeSort by: relevance | last modified time | path
    Searched refs:NLM_UNLOCK_MSG (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/librpcsvc/
nlm_prot.x 282 void NLM_UNLOCK_MSG(struct nlm_unlockargs) = 9;
  /src/sys/fs/nfs/nlm/
nlm_prot_svc.c 183 case NLM_UNLOCK_MSG:
284 case NLM_UNLOCK_MSG:
nlm_prot.h 313 #define NLM_UNLOCK_MSG ((unsigned long)(9))
nlm_prot_clnt.c 106 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOCK_MSG,
  /src/usr.sbin/rpc.lockd/
test.c 159 st = clnt_call(clnt, NLM_UNLOCK_MSG, xdr_nlm_unlockargs, argp, xdr_void,

Completed in 96 milliseconds