Symbol: RBE_PARENT
src/libs/compat/openbsd_wlan/subr_tree.c
107
RBE_PARENT(RBE_LEFT(tmp)) = rbe;
src/libs/compat/openbsd_wlan/subr_tree.c
109
parent = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
110
RBE_PARENT(tmp) = parent;
src/libs/compat/openbsd_wlan/subr_tree.c
120
RBE_PARENT(rbe) = tmp;
src/libs/compat/openbsd_wlan/subr_tree.c
125
parent = RBE_PARENT(tmp);
src/libs/compat/openbsd_wlan/subr_tree.c
141
RBE_PARENT(RBE_RIGHT(tmp)) = rbe;
src/libs/compat/openbsd_wlan/subr_tree.c
143
parent = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
144
RBE_PARENT(tmp) = parent;
src/libs/compat/openbsd_wlan/subr_tree.c
154
RBE_PARENT(rbe) = tmp;
src/libs/compat/openbsd_wlan/subr_tree.c
159
parent = RBE_PARENT(tmp);
src/libs/compat/openbsd_wlan/subr_tree.c
171
while ((parent = RBE_PARENT(rbe)) != NULL &&
src/libs/compat/openbsd_wlan/subr_tree.c
173
gparent = RBE_PARENT(parent);
src/libs/compat/openbsd_wlan/subr_tree.c
238
parent = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
276
parent = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
325
parent = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
328
RBE_PARENT(child) = parent;
src/libs/compat/openbsd_wlan/subr_tree.c
338
if (RBE_PARENT(rbe) == old)
src/libs/compat/openbsd_wlan/subr_tree.c
342
tmp = RBE_PARENT(old);
src/libs/compat/openbsd_wlan/subr_tree.c
353
RBE_PARENT(RBE_LEFT(old)) = rbe;
src/libs/compat/openbsd_wlan/subr_tree.c
355
RBE_PARENT(RBE_RIGHT(old)) = rbe;
src/libs/compat/openbsd_wlan/subr_tree.c
361
tmp = RBE_PARENT(tmp);
src/libs/compat/openbsd_wlan/subr_tree.c
368
parent = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
372
RBE_PARENT(child) = parent;
src/libs/compat/openbsd_wlan/subr_tree.c
496
if (RBE_PARENT(rbe) &&
src/libs/compat/openbsd_wlan/subr_tree.c
497
(rbe == RBE_LEFT(RBE_PARENT(rbe))))
src/libs/compat/openbsd_wlan/subr_tree.c
498
rbe = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
500
while (RBE_PARENT(rbe) &&
src/libs/compat/openbsd_wlan/subr_tree.c
501
(rbe == RBE_RIGHT(RBE_PARENT(rbe))))
src/libs/compat/openbsd_wlan/subr_tree.c
502
rbe = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
503
rbe = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
520
if (RBE_PARENT(rbe) &&
src/libs/compat/openbsd_wlan/subr_tree.c
521
(rbe == RBE_RIGHT(RBE_PARENT(rbe))))
src/libs/compat/openbsd_wlan/subr_tree.c
522
rbe = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
524
while (RBE_PARENT(rbe) &&
src/libs/compat/openbsd_wlan/subr_tree.c
525
(rbe == RBE_LEFT(RBE_PARENT(rbe))))
src/libs/compat/openbsd_wlan/subr_tree.c
526
rbe = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
527
rbe = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
590
rbe = RBE_PARENT(rbe);
src/libs/compat/openbsd_wlan/subr_tree.c
618
RBE_PARENT(rbe) = rbp;
src/libs/compat/openbsd_wlan/subr_tree.c
626
RBE_PARENT(rbe) = RBE_LEFT(rbe) = RBE_RIGHT(rbe) =
src/libs/compat/openbsd_wlan/subr_tree.c
635
return ((unsigned long)RBE_PARENT(rbe) == poison &&
src/libs/compat/openbsd_wlan/subr_tree.c
72
RBE_PARENT(rbe) = parent;