Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1505 int anon_ok; in common_dispatch() local
1646 anon_ok = 1; in common_dispatch()
1648 anon_ok = 0; in common_dispatch()
1667 authres = checkauth(exi, req, cr, anon_ok, publicfh_ok, in common_dispatch()
2015 checkauth(struct exportinfo *exi, struct svc_req *req, cred_t *cr, int anon_ok, in checkauth() argument
2101 if (anon_ok == 1) in checkauth()
2254 if (anon_ok == 0) { in checkauth()