Searched refs:RB_PROTOTYPE (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.4/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 185 RB_PROTOTYPE(range_tree, range_tree_entry, tree, range_tree_cmp);
|
| /xnu-8020.101.4/libkern/libkern/ |
| H A D | tree.h | 424 #define RB_PROTOTYPE(name, type, field, cmp) \ macro 783 RB_PROTOTYPE(name, type, field, cmp) \
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | posix_shm.c | 176 RB_PROTOTYPE(pshmhead, internal_pshminfo, pshm_links, pshm_compare)
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | pfvar.h | 1239 RB_PROTOTYPE(pf_anchor_global, pf_anchor, entry_global, pf_anchor_compare); 1240 RB_PROTOTYPE(pf_anchor_node, pf_anchor, entry_node, pf_anchor_compare);
|
| H A D | dlil.c | 518 RB_PROTOTYPE(ifnet_fc_tree, ifnet_fc_entry, ifce_entry, ifce_cmp);
|
| /xnu-8020.101.4/bsd/skywalk/namespace/ |
| H A D | netns.c | 117 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | in_pcb.c | 305 RB_PROTOTYPE(inp_fc_tree, inpcb, infc_link, infc_cmp);
|
| H A D | flow_divert.c | 191 RB_PROTOTYPE(fd_pcb_tree, flow_divert_pcb, rb_link, flow_divert_pcb_cmp);
|