auth_domain_lookup 125 include/linux/sunrpc/svcauth.h extern struct auth_domain *auth_domain_lookup(char *name, struct auth_domain *new); auth_domain_lookup 769 net/sunrpc/auth_gss/svcauth_gss.c test = auth_domain_lookup(name, &new->h); auth_domain_lookup 164 net/sunrpc/svcauth.c return auth_domain_lookup(name, NULL); auth_domain_lookup 40 net/sunrpc/svcauth_unix.c rv = auth_domain_lookup(name, NULL); auth_domain_lookup 64 net/sunrpc/svcauth_unix.c rv = auth_domain_lookup(name, &new->h);