Lines Matching refs:sid2pid_t

136 	const sid2pid_t *entry1 = p1;  in kidmap_compare_sid()
137 const sid2pid_t *entry2 = p2; in kidmap_compare_sid()
196 sizeof (sid2pid_t), offsetof(sid2pid_t, avl_link)); in kidmap_cache_create()
244 sid2pid_t *sid2pid; in kidmap_cache_delete()
249 kmem_free(sid2pid, sizeof (sid2pid_t)); in kidmap_cache_delete()
335 sid2pid_t *sid2pid; in kidmap_cache_purge()
341 kmem_free(sid2pid, sizeof (sid2pid_t)); in kidmap_cache_purge()
345 sizeof (sid2pid_t), offsetof(sid2pid_t, avl_link)); in kidmap_cache_purge()
399 sid2pid_t entry; in kidmap_cache_lookup_uidbysid()
400 sid2pid_t *result; in kidmap_cache_lookup_uidbysid()
431 sid2pid_t entry; in kidmap_cache_lookup_gidbysid()
432 sid2pid_t *result; in kidmap_cache_lookup_gidbysid()
463 sid2pid_t entry; in kidmap_cache_lookup_pidbysid()
464 sid2pid_t *result; in kidmap_cache_lookup_pidbysid()
574 sid2pid_t find; in kidmap_cache_add_sid2uid()
575 sid2pid_t *result; in kidmap_cache_add_sid2uid()
576 sid2pid_t *new; in kidmap_cache_add_sid2uid()
592 new = kmem_alloc(sizeof (sid2pid_t), KM_SLEEP); in kidmap_cache_add_sid2uid()
667 sid2pid_t find; in kidmap_cache_add_sid2gid()
668 sid2pid_t *result; in kidmap_cache_add_sid2gid()
669 sid2pid_t *new; in kidmap_cache_add_sid2gid()
685 new = kmem_alloc(sizeof (sid2pid_t), KM_SLEEP); in kidmap_cache_add_sid2gid()
759 sid2pid_t find; in kidmap_cache_add_sid2pid()
760 sid2pid_t *result; in kidmap_cache_add_sid2pid()
761 sid2pid_t *new; in kidmap_cache_add_sid2pid()
787 new = kmem_alloc(sizeof (sid2pid_t), KM_SLEEP); in kidmap_cache_add_sid2pid()
901 sid2pid_t *item; in kidmap_purge_sid2pid_cache()
914 kmem_free(item, sizeof (sid2pid_t)); in kidmap_purge_sid2pid_cache()