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

  /src/usr.sbin/rpc.lockd/
test.c 29 st = clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres,
191 st = clnt_call(clnt, NLM_TEST_RES, xdr_nlm_testres, argp, xdr_void,
lock_proc.c 432 success = clnt_call(cli, NLM_TEST_RES, xdr_nlm_testres,
  /src/sys/fs/nfs/nlm/
nlm_prot_svc.c 137 xdr_result = (xdrproc_t) xdr_nlm_testres;
196 xdr_argument = (xdrproc_t) xdr_nlm_testres;
nlm_prot_clnt.c 36 (xdrproc_t) xdr_nlm_testres, (caddr_t) clnt_res,
125 (xdrproc_t) xdr_nlm_testres, (caddr_t) argp,
nlm_prot_xdr.c 82 xdr_nlm_testres(XDR *xdrs, nlm_testres *objp) function in typeref:typename:bool_t
nlm_prot.h 417 extern bool_t xdr_nlm_testres(XDR *, nlm_testres*);
nlm_prot_server.c 258 xdr_free((xdrproc_t) xdr_nlm_testres, &res);

Completed in 15 milliseconds