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.c210 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_create()
256 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_delete()
310 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_get_data()
356 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_purge()
508 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[idx]; in kidmap_cache_lookup_sidbyuid()
622 &cache->uid2sid_hash[uid & KIDMAP_HASH_MASK]; in kidmap_cache_add_sid2uid()
830 &cache->uid2sid_hash[idx]; in kidmap_cache_add_sid2pid()
H A Dkidmap_priv.h99 idmap_pid2sid_cache_t uid2sid_hash[KIDMAP_HASH_SIZE]; member