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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c3618 req->r_auth = RPCAUTH_NONE;
3620 req->r_auth = req->r_np->n_auth;
3622 req->r_auth = nmp->nm_auth;
3993 switch (req->r_auth) {
4130 if (req->r_wrongsec[i] == req->r_auth)
4162 req->r_auth = req->r_wrongsec[i];
4175 req->r_np->n_auth = req->r_auth;
4245 switch (req->r_auth) {
H A Dnfs.h904 uint32_t r_auth; /* security flavor request sent with */ member in struct:nfsreq
H A Dnfs_gss.c1016 req->r_auth == RPCAUTH_KRB5 ? RPCSEC_GSS_SVC_NONE :
1017 req->r_auth == RPCAUTH_KRB5I ? RPCSEC_GSS_SVC_INTEGRITY :
1018 req->r_auth == RPCAUTH_KRB5P ? RPCSEC_GSS_SVC_PRIVACY : 0;
H A Dnfs_vnops.c2241 error = nfs_nget(mp, dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, ngflags, &np);
3519 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
3676 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
4433 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
4582 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
5973 &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
6080 &nvattr, &xid, dulp->du_req.r_auth, NG_MAKEENTRY, &du_np);
H A Dnfs_subs.c1029 req->r_auth, req->r_cred, req, mrest, xidp, mreqp);
1207 req->r_auth = auth_type = RPCAUTH_SYS;
H A Dnfs4_vnops.c4877 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &newnp);
6435 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
6856 error = nfs_nget(NFSTOMP(np), NULL, &cn, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, 0, &adnp);
7259 error = nfs_nget(NFSTOMP(np), NULL, &cn, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, 0, &adnp);
7391 error = nfs_nget(NFSTOMP(np), adnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &anp);
H A Dnfs_vfsops.c2460 error = nfs_nget(nmp->nm_mountp, NULL, NULL, dirfh.fh_data, dirfh.fh_len, &nvattr, &xid, rq.r_auth, NG_MARKROOT, npp);

Completed in 134 milliseconds