Symbol: auth_cache
usr/src/uts/common/fs/nfs/nfs_auth.c
1121
struct auth_cache *, p,
usr/src/uts/common/fs/nfs/nfs_auth.c
119
struct auth_cache *ran_auth;
usr/src/uts/common/fs/nfs/nfs_auth.c
1415
struct auth_cache *node;
usr/src/uts/common/fs/nfs/nfs_auth.c
1428
nfsauth_free_node(struct auth_cache *p)
usr/src/uts/common/fs/nfs/nfs_auth.c
1514
struct auth_cache *p;
usr/src/uts/common/fs/nfs/nfs_auth.c
1515
struct auth_cache *next;
usr/src/uts/common/fs/nfs/nfs_auth.c
159
struct auth_cache *refreshq_dead_entries;
usr/src/uts/common/fs/nfs/nfs_auth.c
164
static void nfsauth_free_node(struct auth_cache *);
usr/src/uts/common/fs/nfs/nfs_auth.c
195
sizeof (struct auth_cache), 0, NULL, NULL,
usr/src/uts/common/fs/nfs/nfs_auth.c
252
struct auth_cache *p = ran->ran_auth;
usr/src/uts/common/fs/nfs/nfs_auth.c
669
struct auth_cache *p = ran->ran_auth;
usr/src/uts/common/fs/nfs/nfs_auth.c
724
struct auth_cache *, p);
usr/src/uts/common/fs/nfs/nfs_auth.c
817
const struct auth_cache *a1 = (const struct auth_cache *)v1;
usr/src/uts/common/fs/nfs/nfs_auth.c
818
const struct auth_cache *a2 = (const struct auth_cache *)v2;
usr/src/uts/common/fs/nfs/nfs_auth.c
863
struct auth_cache ac; /* used as a template for avl_find() */
usr/src/uts/common/fs/nfs/nfs_auth.c
866
struct auth_cache *p = NULL;
usr/src/uts/common/fs/nfs/nfs_auth.c
932
sizeof (struct auth_cache),
usr/src/uts/common/fs/nfs/nfs_auth.c
933
offsetof(struct auth_cache, auth_link));
usr/src/uts/common/fs/nfs/nfs_auth.c
958
p = (struct auth_cache *)avl_find(&c->authc_tree, &ac, NULL);
usr/src/uts/common/fs/nfs/nfs_auth.c
961
struct auth_cache *np;
usr/src/uts/common/fs/nfs/nfs_auth.c
987
p = (struct auth_cache *)avl_find(&c->authc_tree, &ac, &where);