svc_auth.c | 111 struct authsvc *asp; local in function:_authenticate 117 /* VARIABLES PROTECTED BY authsvc_lock: asp, Auths */ 144 for (asp = Auths; asp; asp = asp->next) { 145 if (asp->flavor == cred_flavor) { 148 as = (*asp->handler)(rqst, msg); 184 struct authsvc *asp; local in function:svc_auth_reg 198 for (asp = Auths; asp; asp = asp->next) [all...] |