Symbol: rb_entry
src/libs/compat/openbsd_wlan/subr_tree.c
101
struct rb_entry *parent;
src/libs/compat/openbsd_wlan/subr_tree.c
102
struct rb_entry *tmp;
src/libs/compat/openbsd_wlan/subr_tree.c
133
struct rb_entry *rbe)
src/libs/compat/openbsd_wlan/subr_tree.c
135
struct rb_entry *parent;
src/libs/compat/openbsd_wlan/subr_tree.c
136
struct rb_entry *tmp;
src/libs/compat/openbsd_wlan/subr_tree.c
167
struct rb_entry *rbe)
src/libs/compat/openbsd_wlan/subr_tree.c
169
struct rb_entry *parent, *gparent, *tmp;
src/libs/compat/openbsd_wlan/subr_tree.c
219
struct rb_entry *parent, struct rb_entry *rbe)
src/libs/compat/openbsd_wlan/subr_tree.c
221
struct rb_entry *tmp;
src/libs/compat/openbsd_wlan/subr_tree.c
242
struct rb_entry *oleft;
src/libs/compat/openbsd_wlan/subr_tree.c
280
struct rb_entry *oright;
src/libs/compat/openbsd_wlan/subr_tree.c
307
static inline struct rb_entry *
src/libs/compat/openbsd_wlan/subr_tree.c
308
rbe_remove(const struct rb_type *t, struct rb_tree *rbt, struct rb_entry *rbe)
src/libs/compat/openbsd_wlan/subr_tree.c
310
struct rb_entry *child, *parent, *old = rbe;
src/libs/compat/openbsd_wlan/subr_tree.c
318
struct rb_entry *tmp;
src/libs/compat/openbsd_wlan/subr_tree.c
392
struct rb_entry *rbe = rb_n2e(t, elm);
src/libs/compat/openbsd_wlan/subr_tree.c
393
struct rb_entry *old;
src/libs/compat/openbsd_wlan/subr_tree.c
403
struct rb_entry *rbe = rb_n2e(t, elm);
src/libs/compat/openbsd_wlan/subr_tree.c
404
struct rb_entry *tmp;
src/libs/compat/openbsd_wlan/subr_tree.c
405
struct rb_entry *parent = NULL;
src/libs/compat/openbsd_wlan/subr_tree.c
444
struct rb_entry *tmp = RBH_ROOT(rbt);
src/libs/compat/openbsd_wlan/subr_tree.c
46
static inline struct rb_entry *
src/libs/compat/openbsd_wlan/subr_tree.c
466
struct rb_entry *tmp = RBH_ROOT(rbt);
src/libs/compat/openbsd_wlan/subr_tree.c
489
struct rb_entry *rbe = rb_n2e(t, elm);
src/libs/compat/openbsd_wlan/subr_tree.c
51
return ((struct rb_entry *)(addr + t->t_offset));
src/libs/compat/openbsd_wlan/subr_tree.c
513
struct rb_entry *rbe = rb_n2e(t, elm);
src/libs/compat/openbsd_wlan/subr_tree.c
537
struct rb_entry *rbe = RBH_ROOT(rbt);
src/libs/compat/openbsd_wlan/subr_tree.c
545
struct rb_entry *rbe = RBH_ROOT(rbt);
src/libs/compat/openbsd_wlan/subr_tree.c
546
struct rb_entry *parent = NULL;
src/libs/compat/openbsd_wlan/subr_tree.c
55
rb_e2n(const struct rb_type *t, struct rb_entry *rbe)
src/libs/compat/openbsd_wlan/subr_tree.c
559
struct rb_entry *rbe = RBH_ROOT(rbt);
src/libs/compat/openbsd_wlan/subr_tree.c
560
struct rb_entry *parent = NULL;
src/libs/compat/openbsd_wlan/subr_tree.c
573
struct rb_entry *rbe = rb_n2e(t, node);
src/libs/compat/openbsd_wlan/subr_tree.c
581
struct rb_entry *rbe = rb_n2e(t, node);
src/libs/compat/openbsd_wlan/subr_tree.c
589
struct rb_entry *rbe = rb_n2e(t, node);
src/libs/compat/openbsd_wlan/subr_tree.c
597
struct rb_entry *rbe = rb_n2e(t, node);
src/libs/compat/openbsd_wlan/subr_tree.c
598
struct rb_entry *rbl = (left == NULL) ? NULL : rb_n2e(t, left);
src/libs/compat/openbsd_wlan/subr_tree.c
606
struct rb_entry *rbe = rb_n2e(t, node);
src/libs/compat/openbsd_wlan/subr_tree.c
607
struct rb_entry *rbr = (right == NULL) ? NULL : rb_n2e(t, right);
src/libs/compat/openbsd_wlan/subr_tree.c
615
struct rb_entry *rbe = rb_n2e(t, node);
src/libs/compat/openbsd_wlan/subr_tree.c
616
struct rb_entry *rbp = (parent == NULL) ? NULL : rb_n2e(t, parent);
src/libs/compat/openbsd_wlan/subr_tree.c
624
struct rb_entry *rbe = rb_n2e(t, node);
src/libs/compat/openbsd_wlan/subr_tree.c
627
(struct rb_entry *)poison;
src/libs/compat/openbsd_wlan/subr_tree.c
633
struct rb_entry *rbe = rb_n2e(t, node);
src/libs/compat/openbsd_wlan/subr_tree.c
70
rbe_set(struct rb_entry *rbe, struct rb_entry *parent)
src/libs/compat/openbsd_wlan/subr_tree.c
78
rbe_set_blackred(struct rb_entry *black, struct rb_entry *red)
src/libs/compat/openbsd_wlan/subr_tree.c
85
rbe_augment(const struct rb_type *t, struct rb_entry *rbe)
src/libs/compat/openbsd_wlan/subr_tree.c
91
rbe_if_augment(const struct rb_type *t, struct rb_entry *rbe)
src/libs/compat/openbsd_wlan/subr_tree.c
99
struct rb_entry *rbe)
src/libs/compat/openbsd_wlan/sys/tree.h
774
struct rb_entry *rbt_root;
src/libs/compat/openbsd_wlan/sys/tree.h
778
struct rb_entry *rbt_parent;
src/libs/compat/openbsd_wlan/sys/tree.h
779
struct rb_entry *rbt_left;
src/libs/compat/openbsd_wlan/sys/tree.h
780
struct rb_entry *rbt_right;
src/libs/compat/openbsd_wlan/sys/tree.h
789
#define RBT_ENTRY(_type) struct rb_entry