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

  /src/sys/fs/nfs/client/
nfs_clkrpc.c 68 nfscb_program(struct svc_req *rqst, SVCXPRT *xprt)
74 if (rqst->rq_proc != NFSPROC_NULL &&
75 rqst->rq_proc != NFSV4PROC_CBCOMPOUND) {
76 svcerr_noproc(rqst);
77 svc_freereq(rqst);
80 nd.nd_procnum = rqst->rq_proc;
88 nd.nd_mrep = rqst->rq_args;
89 rqst->rq_args = NULL;
93 nd.nd_nam = svc_getrpccaller(rqst);
94 nd.nd_nam2 = rqst->rq_addr
    [all...]
  /src/lib/libc/rpc/
svc_auth.c 75 * flavorx_auth(rqst, msg)
76 * struct svc_req *rqst;
94 * set rqst->rq_xprt->verf to the appropriate response verifier;
95 * sets rqst->rq_client_cred to the "cooked" form of the credentials.
97 * NB: rqst->rq_cxprt->verf must be pre-allocated;
102 * rqst->rq_client_cred, the cooked credentials.
108 _authenticate(struct svc_req *rqst, struct rpc_msg *msg)
114 _DIAGASSERT(rqst != NULL);
119 rqst->rq_cred = msg->rm_call.cb_cred;
120 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor
    [all...]
svc_auth_unix.c 67 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg)
81 _DIAGASSERT(rqst != NULL);
84 area = (struct area *) rqst->rq_clntcred;
130 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
131 rqst->rq_xprt->xp_verf.oa_length = 0;
145 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg)
  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 120 nfssvc_program(struct svc_req *rqst, SVCXPRT *xprt)
127 if (rqst->rq_vers == NFS_VER2) {
128 if (rqst->rq_proc > NFSV2PROC_STATFS ||
129 newnfs_nfsv3_procid[rqst->rq_proc] == NFSPROC_NOOP) {
130 svcerr_noproc(rqst);
131 svc_freereq(rqst);
134 nd.nd_procnum = newnfs_nfsv3_procid[rqst->rq_proc];
136 } else if (rqst->rq_vers == NFS_VER3) {
137 if (rqst->rq_proc >= NFS_V3NPROCS) {
138 svcerr_noproc(rqst);
    [all...]
  /src/sys/dev/ic/
isp.c 1948 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),
7817 uint16_t bit, rqst; local in function:isp_rdnvram_word
7829 rqst = (ISP_NVRAM_READ << 8) | wo;
7833 rqst = (ISP_NVRAM_READ << 8) | wo;
7837 rqst = (ISP_NVRAM_READ << 6) | wo;
7845 if ((rqst >> i) & 1) {

Completed in 16 milliseconds