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.c155 const pid2sid_t *entry1 = p1; in kidmap_compare_pid()
156 const pid2sid_t *entry2 = p2; in kidmap_compare_pid()
213 sizeof (pid2sid_t), offsetof(pid2sid_t, avl_link)); in kidmap_cache_create()
227 sizeof (pid2sid_t), offsetof(pid2sid_t, avl_link)); in kidmap_cache_create()
257 pid2sid_t *uid2sid; in kidmap_cache_delete()
262 kmem_free(uid2sid, sizeof (pid2sid_t)); in kidmap_cache_delete()
270 pid2sid_t *gid2sid; in kidmap_cache_delete()
275 kmem_free(gid2sid, sizeof (pid2sid_t)); in kidmap_cache_delete()
357 pid2sid_t *uid2sid; in kidmap_cache_purge()
363 kmem_free(uid2sid, sizeof (pid2sid_t)); in kidmap_cache_purge()
[all …]
H A Dkidmap_priv.h68 } pid2sid_t; typedef