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

  /src/usr.sbin/rpc.lockd/
test.c 29 st = clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres,
94 st = clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res,
110 st = clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void,
175 st = clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void,
lockd_lock.c 674 xdr_nlm_testargs, &result, xdr_void, &dummy, timeo);
677 xdr_nlm_testargs, &result, xdr_nlm_res,
  /src/sys/fs/nfs/nlm/
nlm_prot_svc.c 136 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
160 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
166 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
190 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
nlm_prot_clnt.c 35 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
71 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
80 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
116 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
nlm_prot_xdr.c 146 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) function in typeref:typename:bool_t
nlm_prot.h 421 extern bool_t xdr_nlm_testargs(XDR *, nlm_testargs*);

Completed in 14 milliseconds