Lines Matching refs:rpcflavor
2018 int i, nfsflavor, rpcflavor, stat, access; in checkauth() local
2082 rpcflavor = req->rq_cred.oa_flavor; in checkauth()
2102 rpcflavor = AUTH_NONE; in checkauth()
2111 rpcflavor = AUTH_NONE; in checkauth()
2122 if (rpcflavor != AUTH_SYS) in checkauth()
2125 switch (rpcflavor) { in checkauth()
2197 if (!checkwin(rpcflavor, secp->s_window, req)) { in checkauth()
2210 if (principal && sec_svc_inrootlist(rpcflavor, principal, in checkauth()
2278 int i, rpcflavor, access; in checkauth4() local
2298 rpcflavor = req->rq_cred.oa_flavor; in checkauth4()
2353 rpcflavor = AUTH_NONE; in checkauth4()
2361 if (rpcflavor != AUTH_SYS) in checkauth4()
2364 switch (rpcflavor) { in checkauth4()
2434 if (!checkwin(rpcflavor, secp->s_window, req)) { in checkauth4()
2447 if (principal && sec_svc_inrootlist(rpcflavor, principal, in checkauth4()