Lines Matching refs:where

486 	avl_index_t	where;  in idmap_cache_lookup_uidbysid()  local
495 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_uidbysid()
517 avl_index_t where; in idmap_cache_lookup_gidbysid() local
526 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_gidbysid()
549 avl_index_t where; in idmap_cache_lookup_pidbysid() local
558 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_pidbysid()
586 avl_index_t where; in idmap_cache_lookup_sidbyuid() local
594 result = avl_find(&idmap_cache.uid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_sidbyuid()
618 avl_index_t where; in idmap_cache_lookup_sidbygid() local
626 result = avl_find(&idmap_cache.gid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_sidbygid()
650 avl_index_t where; in idmap_cache_lookup_winnamebyuid() local
658 result = avl_find(&idmap_cache.uid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_winnamebyuid()
695 avl_index_t where; in idmap_cache_lookup_winnamebygid() local
703 result = avl_find(&idmap_cache.gid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_winnamebygid()
741 avl_index_t where; in idmap_cache_lookup_uidbywinname() local
750 result = avl_find(&idmap_cache.winname2uid_gid.tree, &entry, &where); in idmap_cache_lookup_uidbywinname()
771 avl_index_t where; in idmap_cache_lookup_gidbywinname() local
780 result = avl_find(&idmap_cache.winname2uid_gid.tree, &entry, &where); in idmap_cache_lookup_gidbywinname()
799 avl_index_t where; in idmap_cache_add_sid2uid() local
813 result = avl_find(&idmap_cache.sid2uid_gid.tree, &find, &where); in idmap_cache_add_sid2uid()
838 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2uid()
861 &where); in idmap_cache_add_sid2uid()
889 where); in idmap_cache_add_sid2uid()
911 avl_index_t where; in idmap_cache_add_sid2gid() local
925 result = avl_find(&idmap_cache.sid2uid_gid.tree, &find, &where); in idmap_cache_add_sid2gid()
950 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2gid()
973 &where); in idmap_cache_add_sid2gid()
1001 where); in idmap_cache_add_sid2gid()
1021 avl_index_t where; in idmap_cache_add_sid2pid() local
1035 result = avl_find(&idmap_cache.sid2uid_gid.tree, &find, &where); in idmap_cache_add_sid2pid()
1079 avl_insert(&idmap_cache.sid2uid_gid.tree, new, where); in idmap_cache_add_sid2pid()
1103 &find, &where); in idmap_cache_add_sid2pid()
1133 new, where); in idmap_cache_add_sid2pid()
1150 &find, &where); in idmap_cache_add_sid2pid()
1180 new, where); in idmap_cache_add_sid2pid()
1202 avl_index_t where; in idmap_cache_add_winname2uid() local
1217 &where); in idmap_cache_add_winname2uid()
1250 where); in idmap_cache_add_winname2uid()
1273 &where); in idmap_cache_add_winname2uid()
1310 where); in idmap_cache_add_winname2uid()
1332 avl_index_t where; in idmap_cache_add_winname2gid() local
1347 &where); in idmap_cache_add_winname2gid()
1381 where); in idmap_cache_add_winname2gid()
1404 &where); in idmap_cache_add_winname2gid()
1442 where); in idmap_cache_add_winname2gid()