Lines Matching refs:where
482 avl_index_t where; in idmap_cache_lookup_uidbysid() local
491 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_uidbysid()
513 avl_index_t where; in idmap_cache_lookup_gidbysid() local
522 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_gidbysid()
545 avl_index_t where; in idmap_cache_lookup_pidbysid() local
554 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_pidbysid()
582 avl_index_t where; in idmap_cache_lookup_sidbyuid() local
590 result = avl_find(&idmap_cache.uid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_sidbyuid()
614 avl_index_t where; in idmap_cache_lookup_sidbygid() local
622 result = avl_find(&idmap_cache.gid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_sidbygid()
646 avl_index_t where; in idmap_cache_lookup_winnamebyuid() local
654 result = avl_find(&idmap_cache.uid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_winnamebyuid()
691 avl_index_t where; in idmap_cache_lookup_winnamebygid() local
699 result = avl_find(&idmap_cache.gid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_winnamebygid()
737 avl_index_t where; in idmap_cache_lookup_uidbywinname() local
746 result = avl_find(&idmap_cache.winname2uid_gid.tree, &entry, &where); in idmap_cache_lookup_uidbywinname()
767 avl_index_t where; in idmap_cache_lookup_gidbywinname() local
776 result = avl_find(&idmap_cache.winname2uid_gid.tree, &entry, &where); in idmap_cache_lookup_gidbywinname()
796 avl_index_t where; in idmap_cache_add_sid2uid() local
810 result = avl_find(&idmap_cache.sid2uid_gid.tree, &find, &where); in idmap_cache_add_sid2uid()
835 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2uid()
858 &where); in idmap_cache_add_sid2uid()
886 where); in idmap_cache_add_sid2uid()
908 avl_index_t where; in idmap_cache_add_sid2gid() local
922 result = avl_find(&idmap_cache.sid2uid_gid.tree, &find, &where); in idmap_cache_add_sid2gid()
947 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2gid()
970 &where); in idmap_cache_add_sid2gid()
998 where); in idmap_cache_add_sid2gid()
1018 avl_index_t where; in idmap_cache_add_sid2pid() local
1032 result = avl_find(&idmap_cache.sid2uid_gid.tree, &find, &where); in idmap_cache_add_sid2pid()
1076 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2pid()
1100 &find, &where); in idmap_cache_add_sid2pid()
1129 new, where); in idmap_cache_add_sid2pid()
1146 &find, &where); in idmap_cache_add_sid2pid()
1175 new, where); in idmap_cache_add_sid2pid()
1197 avl_index_t where; in idmap_cache_add_winname2uid() local
1212 &where); in idmap_cache_add_winname2uid()
1245 where); in idmap_cache_add_winname2uid()
1268 &where); in idmap_cache_add_winname2uid()
1305 where); in idmap_cache_add_winname2uid()
1327 avl_index_t where; in idmap_cache_add_winname2gid() local
1342 &where); in idmap_cache_add_winname2gid()
1376 where); in idmap_cache_add_winname2gid()
1399 &where); in idmap_cache_add_winname2gid()
1437 where); in idmap_cache_add_winname2gid()