Home
last modified time | relevance | path

Searched refs:RB_PROTOTYPE_SC (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/iokit/IOKit/
H A DIOStatisticsPrivate.h172 RB_PROTOTYPE_SC(static, DependencyTree, IOWorkLoopDependency, dependencyLink, KextTagCompare);
205 RB_PROTOTYPE_SC(static, KextTree, KextNode, link, kextNodeCompare);
210 RB_PROTOTYPE_SC(static, KextAddressTree, KextNode, addressLink, kextAddressNodeCompare);
215 RB_PROTOTYPE_SC(static, ClassTree, ClassNode, tLink, classNodeCompare);
/xnu-12377.1.9/osfmk/vm/
H A Dvm_map_store_rb_internal.h32 RB_PROTOTYPE_SC(__private_extern__, rb_head, vm_map_store, entry, rb_node_compare);
/xnu-12377.1.9/bsd/net/
H A Dpfvar.h1245 RB_PROTOTYPE_SC(__private_extern__, pf_anchor_global, pf_anchor, entry_global,
1247 RB_PROTOTYPE_SC(__private_extern__, pf_anchor_node, pf_anchor, entry_node,
1366 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_lan_ext, pf_state_key,
1370 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_ext_gwy, pf_state_key,
2223 RB_PROTOTYPE_SC(__private_extern__, pf_src_tree, pf_src_node, entry,
2228 RB_PROTOTYPE_SC(__private_extern__, pf_state_tree_id, pf_state,
H A Dpf_if.c108 RB_PROTOTYPE_SC(static, pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
H A Dpf_table.c203 RB_PROTOTYPE_SC(static, pfr_ktablehead, pfr_ktable, pfrkt_tree,
H A Dpf_norm.c149 RB_PROTOTYPE_SC(__private_extern__, pf_frag_tree, pf_fragment, fr_entry,
/xnu-12377.1.9/libkern/libkern/
H A Dtree.h441 #define RB_PROTOTYPE_SC(_sc_, name, type, field, cmp) \ macro
792 RB_PROTOTYPE_SC(_sc_, name, type, field, cmp); \
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus.c54 RB_PROTOTYPE_SC(static, kern_nexus_tree, kern_nexus, nx_link, nx_cmp);