Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c152 const pid2sid_t *entry1 = p1; in kidmap_compare_pid()
153 const pid2sid_t *entry2 = p2; in kidmap_compare_pid()
210 sizeof (pid2sid_t), offsetof(pid2sid_t, avl_link)); in kidmap_cache_create()
224 sizeof (pid2sid_t), offsetof(pid2sid_t, avl_link)); in kidmap_cache_create()
254 pid2sid_t *uid2sid; in kidmap_cache_delete()
259 kmem_free(uid2sid, sizeof (pid2sid_t)); in kidmap_cache_delete()
267 pid2sid_t *gid2sid; in kidmap_cache_delete()
272 kmem_free(gid2sid, sizeof (pid2sid_t)); in kidmap_cache_delete()
354 pid2sid_t *uid2sid; in kidmap_cache_purge()
360 kmem_free(uid2sid, sizeof (pid2sid_t)); in kidmap_cache_purge()
[all …]
H A Dkidmap_priv.h68 } pid2sid_t; typedef