Searched refs:rqst (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/rpc/
H A Dsvc_auth.c67 * set rqst->rq_xprt->verf to the appropriate response verifier;
68 * sets rqst->rq_client_cred to the "cooked" form of the credentials.
70 * NB: rqst->rq_cxprt->verf must be pre-alloctaed;
75 * rqst->rq_client_cred, the cooked credentials.
81 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) argument
86 rqst->rq_cred = msg->rm_call.cb_cred;
87 rqst->rq_auth.svc_ah_ops = &svc_auth_null_ops;
88 rqst->rq_auth.svc_ah_private = NULL;
89 cred_flavor = rqst->rq_cred.oa_flavor;
92 dummy = _svcauth_null(rqst, ms
144 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) argument
165 svc_getcred(struct svc_req *rqst, struct ucred **crp, int *flavorp) argument
[all...]
H A Dsvc_auth_unix.c64 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) argument
75 xcr = rqst->rq_clntcred;
122 rqst->rq_verf = _null_auth;
137 _svcauth_short(rqst, msg)
138 struct svc_req *rqst;
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clkrpc.c64 nfscb_program(struct svc_req *rqst, SVCXPRT *xprt) argument
70 if (rqst->rq_proc != NFSPROC_NULL &&
71 rqst->rq_proc != NFSV4PROC_CBCOMPOUND) {
72 svcerr_noproc(rqst);
73 svc_freereq(rqst);
76 nd.nd_procnum = rqst->rq_proc;
84 nd.nd_mrep = rqst->rq_args;
85 rqst->rq_args = NULL;
89 nd.nd_nam = svc_getrpccaller(rqst);
90 nd.nd_nam2 = rqst
[all...]
/freebsd-11.0-release/lib/libc/rpc/
H A Dsvc_auth.c63 * flavorx_auth(rqst, msg)
64 * struct svc_req *rqst;
84 * set rqst->rq_xprt->verf to the appropriate response verifier;
85 * sets rqst->rq_client_cred to the "cooked" form of the credentials.
87 * NB: rqst->rq_cxprt->verf must be pre-alloctaed;
92 * rqst->rq_client_cred, the cooked credentials.
98 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) argument
106 rqst->rq_cred = msg->rm_call.cb_cred;
107 SVC_AUTH(rqst->rq_xprt).svc_ah_ops = &svc_auth_null_ops;
108 SVC_AUTH(rqst
165 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) argument
[all...]
H A Dsvc_auth_unix.c59 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) argument
74 assert(rqst != NULL);
77 area = (struct area *) rqst->rq_clntcred;
125 rqst->rq_xprt->xp_verf.oa_flavor =
127 rqst->rq_xprt->xp_verf.oa_base =
129 rqst->rq_xprt->xp_verf.oa_length =
132 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
133 rqst->rq_xprt->xp_verf.oa_length = 0;
148 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) argument
H A Dsvc_auth_des.c112 _svcauth_des(struct svc_req *rqst, struct rpc_msg *msg) argument
136 area = (struct area *)rqst->rq_clntcred;
304 * Serialize the reply verifier, and update rqst
311 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES;
312 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base;
313 rqst->rq_xprt->xp_verf.oa_length =
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c112 nfssvc_program(struct svc_req *rqst, SVCXPRT *xprt) argument
119 if (rqst->rq_vers == NFS_VER2) {
120 if (rqst->rq_proc > NFSV2PROC_STATFS ||
121 newnfs_nfsv3_procid[rqst->rq_proc] == NFSPROC_NOOP) {
122 svcerr_noproc(rqst);
123 svc_freereq(rqst);
126 nd.nd_procnum = newnfs_nfsv3_procid[rqst->rq_proc];
128 } else if (rqst->rq_vers == NFS_VER3) {
129 if (rqst->rq_proc >= NFS_V3NPROCS) {
130 svcerr_noproc(rqst);
[all...]
/freebsd-11.0-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c592 struct svc_req *rqst,
607 if (!svc_getargs(rqst->rq_xprt,
620 if (sname->sn_program == rqst->rq_prog
621 && sname->sn_version == rqst->rq_vers) {
797 struct svc_req *rqst, u_int seq)
820 rqst->rq_xprt->xp_verf.oa_flavor = RPCSEC_GSS;
821 rqst->rq_xprt->xp_verf.oa_base = (caddr_t)client->cl_verf.value;
822 rqst->rq_xprt->xp_verf.oa_length = (u_int)client->cl_verf.length;
828 svc_rpc_gss_callback(struct svc_rpc_gss_client *client, struct svc_req *rqst) argument
841 if (scb->cb_callback.program == rqst
591 svc_rpc_gss_accept_sec_context(struct svc_rpc_gss_client *client, struct svc_req *rqst, struct rpc_gss_init_res *gr, struct rpc_gss_cred *gc) argument
796 svc_rpc_gss_nextverf(struct svc_rpc_gss_client *client, struct svc_req *rqst, u_int seq) argument
953 svc_rpc_gss(struct svc_req *rqst, struct rpc_msg *msg) argument
[all...]
/freebsd-11.0-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c815 struct svc_req *rqst,
830 if (!svc_getargs(rqst,
844 if (sname->sn_program == rqst->rq_prog
845 && sname->sn_version == rqst->rq_vers) {
1043 struct svc_req *rqst, u_int seq)
1068 rqst->rq_verf.oa_flavor = RPCSEC_GSS;
1069 rqst->rq_verf.oa_length = mic.length;
1070 bcopy(mic.value, rqst->rq_verf.oa_base, mic.length);
1078 svc_rpc_gss_callback(struct svc_rpc_gss_client *client, struct svc_req *rqst) argument
1091 if (scb->cb_callback.program == rqst
814 svc_rpc_gss_accept_sec_context(struct svc_rpc_gss_client *client, struct svc_req *rqst, struct rpc_gss_init_res *gr, struct rpc_gss_cred *gc) argument
1042 svc_rpc_gss_nextverf(struct svc_rpc_gss_client *client, struct svc_req *rqst, u_int seq) argument
1213 svc_rpc_gss(struct svc_req *rqst, struct rpc_msg *msg) argument
[all...]
/freebsd-11.0-release/sys/dev/isp/
H A Disp.c2256 isp_prt(isp, ISP_LOGDEBUG0, "isp_fibre_init_2400: rqst %04x%04x%04x%04x rsp %04x%04x%04x%04x", DMA_WD3(isp->isp_rquest_dma), DMA_WD2(isp->isp_rquest_dma),
8084 uint16_t bit, rqst, junk; local
8096 rqst = (ISP_NVRAM_READ << 8) | wo;
8100 rqst = (ISP_NVRAM_READ << 8) | wo;
8104 rqst = (ISP_NVRAM_READ << 6) | wo;
8112 if ((rqst >> i) & 1) {

Completed in 78 milliseconds