Symbol: auth_cache_clnt
usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
204
sizeof (struct auth_cache_clnt),
usr/src/uts/common/fs/nfs/nfs4_srv_ns.c
205
offsetof(struct auth_cache_clnt, authc_link));
usr/src/uts/common/fs/nfs/nfs_auth.c
1412
nfsauth_free_clnt_node(struct auth_cache_clnt *p)
usr/src/uts/common/fs/nfs/nfs_auth.c
1453
struct auth_cache_clnt *node;
usr/src/uts/common/fs/nfs/nfs_auth.c
1512
struct auth_cache_clnt *c;
usr/src/uts/common/fs/nfs/nfs_auth.c
1513
struct auth_cache_clnt *nextc;
usr/src/uts/common/fs/nfs/nfs_auth.c
795
const struct auth_cache_clnt *a1 = (const struct auth_cache_clnt *)v1;
usr/src/uts/common/fs/nfs/nfs_auth.c
796
const struct auth_cache_clnt *a2 = (const struct auth_cache_clnt *)v2;
usr/src/uts/common/fs/nfs/nfs_auth.c
864
struct auth_cache_clnt *c;
usr/src/uts/common/fs/nfs/nfs_auth.c
865
struct auth_cache_clnt acc; /* used as a template for avl_find() */
usr/src/uts/common/fs/nfs/nfs_auth.c
909
c = (struct auth_cache_clnt *)avl_find(tree, &acc, NULL);
usr/src/uts/common/fs/nfs/nfs_auth.c
912
struct auth_cache_clnt *nc;
usr/src/uts/common/fs/nfs/nfs_auth.c
936
c = (struct auth_cache_clnt *)avl_find(tree, &acc, &where);
usr/src/uts/common/fs/nfs/nfs_export.c
1434
sizeof (struct auth_cache_clnt),
usr/src/uts/common/fs/nfs/nfs_export.c
1435
offsetof(struct auth_cache_clnt, authc_link));
usr/src/uts/common/fs/nfs/nfs_export.c
945
nfsauth_cache_clnt_compar, sizeof (struct auth_cache_clnt),
usr/src/uts/common/fs/nfs/nfs_export.c
946
offsetof(struct auth_cache_clnt, authc_link));
usr/src/uts/common/nfs/export.h
297
struct auth_cache_clnt *auth_clnt;