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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth.c111 * If auth_domain_lookup fails to find an entry, it will return
134 auth_domain_lookup(char *name, struct auth_domain *new) function
159 return auth_domain_lookup(name, NULL);
H A Dsunrpc_syms.c82 EXPORT_SYMBOL(auth_domain_lookup); variable
H A Dsvcauth_unix.c38 rv = auth_domain_lookup(name, NULL);
62 rv = auth_domain_lookup(name, &new->h);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dsvcauth.h124 extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c763 test = auth_domain_lookup(name, &new->h);

Completed in 73 milliseconds