Searched refs:idmap_cache_t (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-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...]
H A Didmap_cache.c180 kidmap_cache_create(idmap_cache_t *cache)
209 kidmap_cache_delete(idmap_cache_t *cache)
244 kidmap_cache_get_data(idmap_cache_t *cache, size_t *uidbysid, size_t *gidbysid,
264 kidmap_cache_purge(idmap_cache_t *cache)
320 kidmap_cache_lookup_uidbysid(idmap_cache_t *cache, const char *sid_prefix,
350 kidmap_cache_lookup_gidbysid(idmap_cache_t *cache, const char *sid_prefix,
380 kidmap_cache_lookup_pidbysid(idmap_cache_t *cache, const char *sid_prefix,
418 kidmap_cache_lookup_sidbyuid(idmap_cache_t *cache, const char **sid_prefix,
448 kidmap_cache_lookup_sidbygid(idmap_cache_t *cache, const char **sid_prefix,
478 kidmap_cache_add_sid2uid(idmap_cache_t *cach
[all...]
H A Didmap_kapi.c90 idmap_cache_t cache;
1199 idmap_cache_t *cache;
/opensolaris-onvv-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 287 milliseconds