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

  /src/tests/include/sys/
t_tree.c 57 RB_PROTOTYPE(head, mist, rbentry, mistcmp)
  /src/sys/fs/autofs/
autofs.h 185 RB_PROTOTYPE(autofs_node_tree, autofs_node, an_entry, autofs_node_cmp);
  /src/sys/dist/pf/net/
pfvar.h 918 RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare);
919 RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
1035 RB_PROTOTYPE(pf_state_tree_lan_ext, pf_state_key,
1039 RB_PROTOTYPE(pf_state_tree_ext_gwy, pf_state_key,
1576 RB_PROTOTYPE(pf_src_tree, pf_src_node, entry, pf_src_compare);
1580 RB_PROTOTYPE(pf_state_tree_id, pf_state,
pf_if.c 94 RB_PROTOTYPE(pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
pf_norm.c 116 RB_PROTOTYPE(pf_frag_tree, pf_fragment, fr_entry, pf_frag_compare);
pf_table.c 191 RB_PROTOTYPE(pfr_ktablehead, pfr_ktable, pfrkt_tree, pfr_ktable_compare);
  /src/share/man/man3/
Makefile 272 MLINKS+=tree.3 RB_PROTOTYPE.3 tree.3 RB_GENERATE.3 \
  /src/sys/ufs/chfs/
ebh.c 551 RB_PROTOTYPE( ltree_rbtree, chfs_ltree_entry, rb, ltree_entry_cmp);
757 RB_PROTOTYPE(peb_in_use_rbtree, chfs_peb, u.rb, peb_in_use_cmp);
759 RB_PROTOTYPE(peb_free_rbtree, chfs_peb, u.rb, peb_free_cmp);
1167 RB_PROTOTYPE(scan_leb_used_rbtree, chfs_scan_leb, u.rb, scan_leb_used_cmp);
  /src/sys/sys/
tree.h 377 #define RB_PROTOTYPE(name, type, field, cmp) \
  /src/sys/kern/
sys_aio.c 186 RB_PROTOTYPE(aiost_file_tree, aiost_file_group, tree, aiost_file_group_cmp);

Completed in 20 milliseconds