Searched refs:Auths (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/lib/libc/rpc/
H A Dsvc_auth.c75 static struct authsvc *Auths = NULL; variable in typeref:struct:authsvc
106 /* VARIABLES PROTECTED BY authsvc_lock: asp, Auths */
135 for (asp = Auths; asp; asp = asp->next) {
182 * registered, then a new Auths entry is added on the list.
211 for (asp = Auths; asp; asp = asp->next) {
227 asp->next = Auths;
228 Auths = asp;

Completed in 68 milliseconds