Symbol: RB_BLACK
src/libs/compat/openbsd_wlan/subr_tree.c
178
RBE_COLOR(tmp) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
196
RBE_COLOR(tmp) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
214
RBE_COLOR(RBH_ROOT(rbt)) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
223
while ((rbe == NULL || RBE_COLOR(rbe) == RB_BLACK) &&
src/libs/compat/openbsd_wlan/subr_tree.c
233
RBE_COLOR(RBE_LEFT(tmp)) == RB_BLACK) &&
src/libs/compat/openbsd_wlan/subr_tree.c
235
RBE_COLOR(RBE_RIGHT(tmp)) == RB_BLACK)) {
src/libs/compat/openbsd_wlan/subr_tree.c
241
RBE_COLOR(RBE_RIGHT(tmp)) == RB_BLACK) {
src/libs/compat/openbsd_wlan/subr_tree.c
246
RBE_COLOR(oleft) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
254
RBE_COLOR(parent) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
256
RBE_COLOR(RBE_RIGHT(tmp)) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
271
RBE_COLOR(RBE_LEFT(tmp)) == RB_BLACK) &&
src/libs/compat/openbsd_wlan/subr_tree.c
273
RBE_COLOR(RBE_RIGHT(tmp)) == RB_BLACK)) {
src/libs/compat/openbsd_wlan/subr_tree.c
279
RBE_COLOR(RBE_LEFT(tmp)) == RB_BLACK) {
src/libs/compat/openbsd_wlan/subr_tree.c
284
RBE_COLOR(oright) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
292
RBE_COLOR(parent) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
294
RBE_COLOR(RBE_LEFT(tmp)) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
304
RBE_COLOR(rbe) = RB_BLACK;
src/libs/compat/openbsd_wlan/subr_tree.c
383
if (color == RB_BLACK)
src/libs/compat/openbsd_wlan/subr_tree.c
80
RBE_COLOR(black) = RB_BLACK;
src/libs/compat/openbsd_wlan/sys/tree.h
329
RB_COLOR(black, field) = RB_BLACK; \
src/libs/compat/openbsd_wlan/sys/tree.h
412
RB_COLOR(tmp, field) = RB_BLACK; \
src/libs/compat/openbsd_wlan/sys/tree.h
428
RB_COLOR(tmp, field) = RB_BLACK; \
src/libs/compat/openbsd_wlan/sys/tree.h
443
RB_COLOR(head->rbh_root, field) = RB_BLACK; \
src/libs/compat/openbsd_wlan/sys/tree.h
450
while ((elm == NULL || RB_COLOR(elm, field) == RB_BLACK) && \
src/libs/compat/openbsd_wlan/sys/tree.h
460
RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) &&\
src/libs/compat/openbsd_wlan/sys/tree.h
462
RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) {\
src/libs/compat/openbsd_wlan/sys/tree.h
468
RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK) {\
src/libs/compat/openbsd_wlan/sys/tree.h
471
RB_COLOR(oleft, field) = RB_BLACK;\
src/libs/compat/openbsd_wlan/sys/tree.h
477
RB_COLOR(parent, field) = RB_BLACK; \
src/libs/compat/openbsd_wlan/sys/tree.h
479
RB_COLOR(RB_RIGHT(tmp, field), field) = RB_BLACK;\
src/libs/compat/openbsd_wlan/sys/tree.h
492
RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) &&\
src/libs/compat/openbsd_wlan/sys/tree.h
494
RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) {\
src/libs/compat/openbsd_wlan/sys/tree.h
500
RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) {\
src/libs/compat/openbsd_wlan/sys/tree.h
503
RB_COLOR(oright, field) = RB_BLACK;\
src/libs/compat/openbsd_wlan/sys/tree.h
509
RB_COLOR(parent, field) = RB_BLACK; \
src/libs/compat/openbsd_wlan/sys/tree.h
511
RB_COLOR(RB_LEFT(tmp, field), field) = RB_BLACK;\
src/libs/compat/openbsd_wlan/sys/tree.h
519
RB_COLOR(elm, field) = RB_BLACK; \
src/libs/compat/openbsd_wlan/sys/tree.h
584
if (color == RB_BLACK) \