Searched refs:flavor (Results 26 - 27 of 27) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1986 checkwin(int flavor, int window, struct svc_req *req) argument
1990 switch (flavor) {
2071 * right value. Normally xp_cookie is just the RPC flavor
2073 * could be a pseudo flavor.
2080 * Check if the auth flavor is valid for this export
2092 * probably due to the flavor not matching during
2093 * the mount attempt. So map the flavor to AUTH_NONE
2104 * Access was granted even though the flavor mismatched
2186 "no secinfo data for flavor %d",
2267 * returns 0 on failure, -1 on a drop, -2 on wrong security flavor,
[all...]
H A Dnfs4_xdr.c3769 if (!xdr_u_int(xdrs, &objp->flavor))
3771 if (objp->flavor != RPCSEC_GSS)
3786 if (objp->flavor != RPCSEC_GSS)

Completed in 55 milliseconds

12