Lines Matching refs:where

401 	avl_index_t	where;  in kidmap_cache_lookup_uidbysid()  local
412 result = avl_find(&sid2pid_hb->tree, &entry, &where); in kidmap_cache_lookup_uidbysid()
433 avl_index_t where; in kidmap_cache_lookup_gidbysid() local
444 result = avl_find(&sid2pid_hb->tree, &entry, &where); in kidmap_cache_lookup_gidbysid()
465 avl_index_t where; in kidmap_cache_lookup_pidbysid() local
476 result = avl_find(&sid2pid_hb->tree, &entry, &where); in kidmap_cache_lookup_pidbysid()
505 avl_index_t where; in kidmap_cache_lookup_sidbyuid() local
515 result = avl_find(&uid2sid_hb->tree, &entry, &where); in kidmap_cache_lookup_sidbyuid()
537 avl_index_t where; in kidmap_cache_lookup_sidbygid() local
547 result = avl_find(&gid2sid_hb->tree, &entry, &where); in kidmap_cache_lookup_sidbygid()
568 avl_index_t where; in kidmap_cache_add_sid2uid() local
585 result = avl_find(&sid2pid_hb->tree, &find, &where); in kidmap_cache_add_sid2uid()
603 avl_insert(&sid2pid_hb->tree, new, where); in kidmap_cache_add_sid2uid()
628 result = avl_find(&uid2sid_hb->tree, &find, &where); in kidmap_cache_add_sid2uid()
641 avl_insert(&uid2sid_hb->tree, new, where); in kidmap_cache_add_sid2uid()
661 avl_index_t where; in kidmap_cache_add_sid2gid() local
678 result = avl_find(&sid2pid_hb->tree, &find, &where); in kidmap_cache_add_sid2gid()
696 avl_insert(&sid2pid_hb->tree, new, where); in kidmap_cache_add_sid2gid()
721 result = avl_find(&gid2sid_hb->tree, &find, &where); in kidmap_cache_add_sid2gid()
734 avl_insert(&gid2sid_hb->tree, new, where); in kidmap_cache_add_sid2gid()
753 avl_index_t where; in kidmap_cache_add_sid2pid() local
770 result = avl_find(&sid2pid_hb->tree, &find, &where); in kidmap_cache_add_sid2pid()
807 avl_insert(&sid2pid_hb->tree, new, where); in kidmap_cache_add_sid2pid()
834 result = avl_find(&uid2sid_hb->tree, &find, &where); in kidmap_cache_add_sid2pid()
847 avl_insert(&uid2sid_hb->tree, new, where); in kidmap_cache_add_sid2pid()
865 result = avl_find(&gid2sid_hb->tree, &find, &where); in kidmap_cache_add_sid2pid()
878 avl_insert(&gid2sid_hb->tree, new, where); in kidmap_cache_add_sid2pid()
969 avl_index_t where; in kidmap_find_sid_prefix() local
978 result = avl_find(&kidmap_sid_prefix_store->tree, &find, &where); in kidmap_find_sid_prefix()
994 &find, &where); in kidmap_find_sid_prefix()
1003 avl_insert(&kidmap_sid_prefix_store->tree, new, where); in kidmap_find_sid_prefix()