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

/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_auth.c77 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) {
176 * registered, then a new Auths entry is added on the list.
204 for (asp = Auths; asp; asp = asp->next) {
220 asp->next = Auths;
221 Auths = asp;

Completed in 107 milliseconds