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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_none.c63 return (kmem_cache_alloc(authnone_cache, KM_SLEEP));
67 * The constructor of the authnone_cache.
147 kmem_cache_free(authnone_cache, auth);
H A Dsec_clnt.c78 struct kmem_cache *authnone_cache; variable in typeref:struct:kmem_cache
815 authnone_cache = kmem_cache_create("authnone_cache",
836 kmem_cache_destroy(authnone_cache);
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h322 extern struct kmem_cache *authnone_cache;

Completed in 59 milliseconds