Home
last modified time | relevance | path

Searched refs:rqst (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/lib/libc/rpc/
Dsvc_auth.c58 enum auth_stat _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg);
60 enum auth_stat _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg);
91 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) in _authenticate() argument
95 rqst->rq_cred = msg->rm_call.cb_cred; in _authenticate()
96 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
97 rqst->rq_xprt->xp_verf.oa_length = 0; in _authenticate()
98 cred_flavor = rqst->rq_cred.oa_flavor; in _authenticate()
100 return ((*(svcauthsw[cred_flavor].authenticator))(rqst, msg)); in _authenticate()
Dsvc_auth_unix.c50 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix() argument
65 area = (struct area *) rqst->rq_clntcred; in _svcauth_unix()
110 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
111 rqst->rq_xprt->xp_verf.oa_length = 0; in _svcauth_unix()
125 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_short() argument
/mirbsd/src/sys/dev/ic/
Disp.c5927 u_int16_t bit, rqst; in isp_rdnvram_word() local
5939 rqst = (ISP_NVRAM_READ << 8) | wo; in isp_rdnvram_word()
5943 rqst = (ISP_NVRAM_READ << 8) | wo; in isp_rdnvram_word()
5947 rqst = (ISP_NVRAM_READ << 6) | wo; in isp_rdnvram_word()
5955 if ((rqst >> i) & 1) { in isp_rdnvram_word()