Searched defs:anon_ok (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1494 int anon_ok; local
1622 * Added anon_ok argument to checkauth().
1626 anon_ok = 1;
1628 anon_ok = 0;
1663 authres = checkauth(exi, req, cr, anon_ok, publicfh_ok,
2011 checkauth(struct exportinfo *exi, struct svc_req *req, cred_t *cr, int anon_ok, argument
2091 * If anon_ok == 1 and we got NFSAUTH_DENIED, it was
2097 if (anon_ok == 1)
2245 * this access if anon_ok is set. So set creds to the default
2249 if (anon_ok
[all...]

Completed in 64 milliseconds