Searched defs:idmap_cache_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/idmap/
H A Dkidmap_priv.h96 } idmap_cache_t; typedef in typeref:struct:idmap_cache
100 kidmap_cache_create(idmap_cache_t *cache);
103 kidmap_cache_delete(idmap_cache_t *cache);
106 kidmap_cache_purge(idmap_cache_t *cache);
110 kidmap_cache_lookup_uidbysid(idmap_cache_t *cache, const char *sid_prefix,
114 kidmap_cache_lookup_gidbysid(idmap_cache_t *cache, const char *sid_prefix,
118 kidmap_cache_lookup_pidbysid(idmap_cache_t *cache, const char *sid_prefix,
122 kidmap_cache_lookup_sidbyuid(idmap_cache_t *cache, const char **sid_prefix,
126 kidmap_cache_lookup_sidbygid(idmap_cache_t *cache, const char **sid_prefix,
131 kidmap_cache_add_sid2uid(idmap_cache_t *cach
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c171 } idmap_cache_t; typedef in typeref:struct:idmap_cache
190 static idmap_cache_t idmap_cache;

Completed in 80 milliseconds