Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1510 int authres; in common_dispatch() local
1667 authres = checkauth(exi, req, cr, anon_ok, publicfh_ok, in common_dispatch()
1674 if (authres <= 0) { in common_dispatch()
1675 if (authres == 0) { in common_dispatch()
H A Dnfs4_srv.c2249 int authres; in call_checkauth4() local
2260 authres = checkauth4(cs, req); in call_checkauth4()
2262 if (authres > 0) { in call_checkauth4()
2266 } else if (authres == 0) { in call_checkauth4()
2268 } else if (authres == -2) { in call_checkauth4()