Home
last modified time | relevance | path

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

/xnu-8020.101.4/san/memory/
H A Dkasan_dynamic_blacklist.c185 RB_PROTOTYPE(range_tree, range_tree_entry, tree, range_tree_cmp);
/xnu-8020.101.4/libkern/libkern/
H A Dtree.h424 #define RB_PROTOTYPE(name, type, field, cmp) \ macro
783 RB_PROTOTYPE(name, type, field, cmp) \
/xnu-8020.101.4/bsd/kern/
H A Dposix_shm.c176 RB_PROTOTYPE(pshmhead, internal_pshminfo, pshm_links, pshm_compare)
/xnu-8020.101.4/bsd/net/
H A Dpfvar.h1239 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 Ddlil.c518 RB_PROTOTYPE(ifnet_fc_tree, ifnet_fc_entry, ifce_entry, ifce_cmp);
/xnu-8020.101.4/bsd/skywalk/namespace/
H A Dnetns.c117 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
/xnu-8020.101.4/bsd/netinet/
H A Din_pcb.c305 RB_PROTOTYPE(inp_fc_tree, inpcb, infc_link, infc_cmp);
H A Dflow_divert.c191 RB_PROTOTYPE(fd_pcb_tree, flow_divert_pcb, rb_link, flow_divert_pcb_cmp);