Lines Matching defs:find
488 sid2pid_t find;
492 find.sid_prefix = sid_prefix;
493 find.rid = rid;
497 result = avl_find(&cache->sid2pid.tree, &find, &where);
530 pid2sid_t find;
534 find.pid = uid;
538 result = avl_find(&cache->uid2sid.tree, &find, &where);
577 sid2pid_t find;
581 find.sid_prefix = sid_prefix;
582 find.rid = rid;
586 result = avl_find(&cache->sid2pid.tree, &find, &where);
619 pid2sid_t find;
623 find.pid = gid;
627 result = avl_find(&cache->gid2sid.tree, &find, &where);
665 sid2pid_t find;
669 find.sid_prefix = sid_prefix;
670 find.rid = rid;
674 result = avl_find(&cache->sid2pid.tree, &find, &where);
726 pid2sid_t find;
730 find.pid = pid;
734 result = avl_find(&cache->uid2sid.tree, &find, &where);
762 result = avl_find(&cache->gid2sid.tree, &find, &where);
863 sid_prefix_node_t find;
871 find.sid_prefix = sid_prefix;
875 result = avl_find(&kidmap_sid_prefix_store->tree, &find, &where);
891 &find, &where);