Home
last modified time | relevance | path

Searched refs:uid2sid_hash (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c207 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_create()
253 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_delete()
307 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_get_data()
353 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_purge()
505 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[idx]; in kidmap_cache_lookup_sidbyuid()
619 &cache->uid2sid_hash[uid & KIDMAP_HASH_MASK]; in kidmap_cache_add_sid2uid()
827 &cache->uid2sid_hash[idx]; in kidmap_cache_add_sid2pid()
H A Dkidmap_priv.h99 idmap_pid2sid_cache_t uid2sid_hash[KIDMAP_HASH_SIZE]; member