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

  /src/usr.sbin/rpc.lockd/
test.c 271 st = clnt_call(clnt, NLM_SHARE, xdr_nlm_shareargs, argp,
287 st = clnt_call(clnt, NLM_UNSHARE, xdr_nlm_shareargs, argp,
  /src/sys/fs/nfs/nlm/
nlm_prot_svc.c 295 xdr_argument = (xdrproc_t) xdr_nlm_shareargs;
301 xdr_argument = (xdrproc_t) xdr_nlm_shareargs;
nlm_prot_clnt.c 170 (xdrproc_t) xdr_nlm_shareargs, (caddr_t) argp,
179 (xdrproc_t) xdr_nlm_shareargs, (caddr_t) argp,
nlm_prot_xdr.c 205 xdr_nlm_shareargs(XDR *xdrs, nlm_shareargs *objp) function in typeref:typename:bool_t
nlm_prot.h 426 extern bool_t xdr_nlm_shareargs(XDR *, nlm_shareargs*);

Completed in 13 milliseconds