Lines Matching refs:where

325 	avl_index_t	where;  in kidmap_cache_lookup_uidbysid()  local
334 result = avl_find(&cache->sid2pid.tree, &entry, &where); in kidmap_cache_lookup_uidbysid()
355 avl_index_t where; in kidmap_cache_lookup_gidbysid() local
364 result = avl_find(&cache->sid2pid.tree, &entry, &where); in kidmap_cache_lookup_gidbysid()
385 avl_index_t where; in kidmap_cache_lookup_pidbysid() local
394 result = avl_find(&cache->sid2pid.tree, &entry, &where); in kidmap_cache_lookup_pidbysid()
423 avl_index_t where; in kidmap_cache_lookup_sidbyuid() local
431 result = avl_find(&cache->uid2sid.tree, &entry, &where); in kidmap_cache_lookup_sidbyuid()
453 avl_index_t where; in kidmap_cache_lookup_sidbygid() local
461 result = avl_find(&cache->gid2sid.tree, &entry, &where); in kidmap_cache_lookup_sidbygid()
482 avl_index_t where; in kidmap_cache_add_sid2uid() local
497 result = avl_find(&cache->sid2pid.tree, &find, &where); in kidmap_cache_add_sid2uid()
515 avl_insert(&cache->sid2pid.tree, new, where); in kidmap_cache_add_sid2uid()
538 result = avl_find(&cache->uid2sid.tree, &find, &where); in kidmap_cache_add_sid2uid()
551 avl_insert(&cache->uid2sid.tree, new, where); in kidmap_cache_add_sid2uid()
571 avl_index_t where; in kidmap_cache_add_sid2gid() local
586 result = avl_find(&cache->sid2pid.tree, &find, &where); in kidmap_cache_add_sid2gid()
604 avl_insert(&cache->sid2pid.tree, new, where); in kidmap_cache_add_sid2gid()
627 result = avl_find(&cache->gid2sid.tree, &find, &where); in kidmap_cache_add_sid2gid()
640 avl_insert(&cache->gid2sid.tree, new, where); in kidmap_cache_add_sid2gid()
659 avl_index_t where; in kidmap_cache_add_sid2pid() local
674 result = avl_find(&cache->sid2pid.tree, &find, &where); in kidmap_cache_add_sid2pid()
711 avl_insert(&cache->sid2pid.tree, new, where); in kidmap_cache_add_sid2pid()
734 result = avl_find(&cache->uid2sid.tree, &find, &where); in kidmap_cache_add_sid2pid()
747 avl_insert(&cache->uid2sid.tree, new, where); in kidmap_cache_add_sid2pid()
762 result = avl_find(&cache->gid2sid.tree, &find, &where); in kidmap_cache_add_sid2pid()
775 avl_insert(&cache->gid2sid.tree, new, where); in kidmap_cache_add_sid2pid()
866 avl_index_t where; in kidmap_find_sid_prefix() local
875 result = avl_find(&kidmap_sid_prefix_store->tree, &find, &where); in kidmap_find_sid_prefix()
891 &find, &where); in kidmap_find_sid_prefix()
900 avl_insert(&kidmap_sid_prefix_store->tree, new, where); in kidmap_find_sid_prefix()