Searched refs:RB_PROTOTYPE_SC (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.61.12/iokit/IOKit/ |
| H A D | IOStatisticsPrivate.h | 172 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.61.12/osfmk/vm/ |
| H A D | vm_map_store_rb_internal.h | 32 RB_PROTOTYPE_SC(__private_extern__, rb_head, vm_map_store, entry, rb_node_compare);
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | pfvar.h | 1245 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 D | pf_if.c | 108 RB_PROTOTYPE_SC(static, pfi_ifhead, pfi_kif, pfik_tree, pfi_if_compare);
|
| H A D | pf_table.c | 203 RB_PROTOTYPE_SC(static, pfr_ktablehead, pfr_ktable, pfrkt_tree,
|
| H A D | pf_norm.c | 149 RB_PROTOTYPE_SC(__private_extern__, pf_frag_tree, pf_fragment, fr_entry,
|
| /xnu-12377.61.12/libkern/libkern/ |
| H A D | tree.h | 441 #define RB_PROTOTYPE_SC(_sc_, name, type, field, cmp) \ macro 792 RB_PROTOTYPE_SC(_sc_, name, type, field, cmp); \
|
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | nexus.c | 54 RB_PROTOTYPE_SC(static, kern_nexus_tree, kern_nexus, nx_link, nx_cmp);
|