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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c996 req->r_auth == RPCAUTH_KRB5 ? RPCSEC_GSS_SVC_NONE :
997 req->r_auth == RPCAUTH_KRB5I ? RPCSEC_GSS_SVC_INTEGRITY :
998 req->r_auth == RPCAUTH_KRB5P ? RPCSEC_GSS_SVC_PRIVACY : 0;
H A Dnfs_socket.c3486 req->r_auth = RPCAUTH_NONE;
3488 req->r_auth = req->r_np->n_auth;
3490 req->r_auth = nmp->nm_auth;
3861 switch (req->r_auth) {
3998 if (req->r_wrongsec[i] == req->r_auth)
4030 req->r_auth = req->r_wrongsec[i];
4043 req->r_np->n_auth = req->r_auth;
4113 switch (req->r_auth) {
H A Dnfs_vnops.c2160 error = nfs_nget(mp, dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, ngflags, &np);
3430 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
3587 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
4344 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
4493 error = nfs_nget(NFSTOMP(dnp), dnp, cnp, fh.fh_data, fh.fh_len, &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
5884 &nvattr, &xid, rq.r_auth, NG_MAKEENTRY, &np);
5991 &nvattr, &xid, dulp->du_req.r_auth, NG_MAKEENTRY, &du_np);
H A Dnfs.h901 uint32_t r_auth; /* security flavor request sent with */ member in struct:nfsreq
H A Dnfs_subs.c1029 req->r_auth, req->r_cred, req, mrest, xidp, mreqp);
1170 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