Searched refs:xdr_nlm_testargs (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/usr.sbin/rpc.lockd/
H A Dtest.c27 if (clnt_call(clnt, NLM_TEST, xdr_nlm_testargs, argp, xdr_nlm_testres, &res, TIMEOUT) != RPC_SUCCESS) {
90 if (clnt_call(clnt, NLM_GRANTED, xdr_nlm_testargs, argp, xdr_nlm_res, &res, TIMEOUT) != RPC_SUCCESS) {
105 if (clnt_call(clnt, NLM_TEST_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
166 if (clnt_call(clnt, NLM_GRANTED_MSG, xdr_nlm_testargs, argp, xdr_void, &res, TIMEOUT) != RPC_SUCCESS) {
H A Dkern.c316 (xdrproc_t)xdr_nlm_testargs, &arg,
H A Dlockd_lock.c2253 (xdrproc_t)xdr_nlm_testargs, &res,
2257 (xdrproc_t)xdr_nlm_testargs, &res,
/freebsd-10.1-release/sys/nlm/
H A Dnlm_prot_svc.c134 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
158 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
164 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
188 xdr_argument = (xdrproc_t) xdr_nlm_testargs;
H A Dnlm_prot_clnt.c33 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
69 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
78 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
114 (xdrproc_t) xdr_nlm_testargs, (caddr_t) argp,
H A Dnlm_prot_xdr.c143 xdr_nlm_testargs(XDR *xdrs, nlm_testargs *objp) function
H A Dnlm_prot.h419 extern bool_t xdr_nlm_testargs(XDR *, nlm_testargs*);

Completed in 171 milliseconds