Symbol: RBT_INITIALIZER
lib/libc/stdlib/malloc.c
2732
struct leaktree leaks = RBT_INITIALIZER(&leaks);
regress/sys/sys/tree/rb/rbt-test.c
117
struct tree root = RBT_INITIALIZER(&root);
sys/dev/bio.c
60
struct bio_mappings bios = RBT_INITIALIZER();
sys/dev/kstat.c
155
struct kstat_id_tree kstat_id_tree = RBT_INITIALIZER();
sys/dev/kstat.c
156
struct kstat_pv_tree kstat_pv_tree = RBT_INITIALIZER();
sys/dev/kstat.c
157
struct kstat_nm_tree kstat_nm_tree = RBT_INITIALIZER();
sys/net/if_bpe.c
127
static struct bpe_tree bpe_interfaces = RBT_INITIALIZER();
sys/net/if_gre.c
357
struct mgre_tree mgre_tree = RBT_INITIALIZER();
sys/net/if_gre.c
398
struct egre_tree egre_tree = RBT_INITIALIZER();
sys/net/if_gre.c
480
struct nvgre_ucast_tree nvgre_ucast_tree = RBT_INITIALIZER();
sys/net/if_gre.c
481
struct nvgre_mcast_tree nvgre_mcast_tree = RBT_INITIALIZER();
sys/net/if_gre.c
536
struct eoip_tree eoip_tree = RBT_INITIALIZER();
sys/net/if_gre.c
605
struct erspan_tree erspan_tree = RBT_INITIALIZER();
sys/net/if_pppx.c
162
RBT_HEAD(pppx_ifs, pppx_if) pppx_ifs = RBT_INITIALIZER(&pppx_ifs); /* [N] */
sys/net/pf.c
332
RBT_INITIALIZER(pf_statelim_id_tree_active);
sys/net/pf.c
337
RBT_INITIALIZER(pf_statelim_id_tree_inactive);
sys/net/pf.c
339
RBT_INITIALIZER(pf_statelim_nm_tree_inactive);
sys/net/pf.c
413
RBT_INITIALIZER(pf_sourcelim_id_tree_active);
sys/net/pf.c
418
RBT_INITIALIZER(pf_sourcelim_id_tree_inactive);
sys/net/pf.c
420
RBT_INITIALIZER(pf_sourcelim_nm_tree_inactive);
usr.bin/kstat/kstat.c
158
struct kstat_tree kt = RBT_INITIALIZER();
usr.sbin/lldpd/lldpd.c
201
.ifaces = RBT_INITIALIZER(_lldpd.ifaces),