HomeSort by: relevance | last modified time | path
    Searched refs:RB_FIND (Results 1 - 12 of 12) sorted by relevancy

  /src/tests/include/sys/
t_tree.c 75 return (!!RB_FIND(head, &tt, m));
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_drawable.c 64 result = RB_FIND(drawable_tree, &dev->drw_head, &find);
  /src/sys/dist/pf/net/
pf_table.c 1206 p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
1222 r = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
1283 p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
1408 p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
1446 p = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
1536 kt = RB_FIND(pfr_ktablehead, &pfr_ktables, (struct pfr_ktable *)tbl);
1549 rt = RB_FIND(pfr_ktablehead, &pfr_ktables, &key);
2002 return (RB_FIND(pfr_ktablehead, &pfr_ktables,
pf_ruleset.c 165 found = RB_FIND(pf_anchor_global, &pf_anchors, key);
pf_if.c 193 if ((kif = RB_FIND(pfi_ifhead, &pfi_ifs, (struct pfi_kif *)&s)) != NULL)
715 p = RB_FIND(pfi_ifhead, &pfi_ifs, (struct pfi_kif *)&key);
pf.c 580 return (RB_FIND(pf_state_tree_id, &tree_id, (struct pf_state *)key));
593 sk = RB_FIND(pf_state_tree_lan_ext, &pf_statetbl_lan_ext,
597 sk = RB_FIND(pf_state_tree_ext_gwy, &pf_statetbl_ext_gwy,
623 sk = RB_FIND(pf_state_tree_lan_ext,
627 sk = RB_FIND(pf_state_tree_ext_gwy,
791 *sn = RB_FIND(pf_src_tree, &tree_src_tracking, &k);
2269 *sn = RB_FIND(pf_src_tree, &tree_src_tracking, &k);
pf_norm.c 324 frag = RB_FIND(pf_frag_tree, tree, &key);
  /src/share/man/man3/
Makefile 276 tree.3 RB_MIN.3 tree.3 RB_MAX.3 tree.3 RB_FIND.3 \
  /src/sys/fs/autofs/
autofs_vnops.c 659 anp = RB_FIND(autofs_node_tree, &parent->an_children, &find);
  /src/sys/ufs/chfs/
ebh.c 570 result = RB_FIND(ltree_rbtree, &ebh->ltree, &le);
803 result = RB_FIND(peb_in_use_rbtree, &ebh->in_use, &peb);
  /src/sys/kern/
sys_aio.c 466 fg = RB_FIND(aiost_file_tree, sp->fg_root, &key);
1777 fg = RB_FIND(aiost_file_tree, aiosp->fg_root, &find);
  /src/sys/sys/
tree.h 724 #define RB_FIND(name, x, y) name##_RB_FIND(x, y)

Completed in 23 milliseconds