Searched defs:RB_FOREACH (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/libkern/libkern/
H A Dtree.h782 #define RB_FOREACH(x, name, head) \ macro
/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp869 RB_FOREACH(ke, KextTree, &kextHead) { function
890 RB_FOREACH(ke, KextTree, &kextHead) { function
910 RB_FOREACH(ke, KextTree, &kextHead) { function
928 RB_FOREACH(ke, KextTree, &kextHead) { function
1003 RB_FOREACH(ke, KextTree, &kextHead) { function
1016 RB_FOREACH(ke, KextTree, &kextHead) { function
1033 RB_FOREACH(ke, KextTree, &kextHead) { function
1039 RB_FOREACH(dependentNode, IOWorkLoopCounter::DependencyTree, &wlc->dependencyHead) { function
1060 RB_FOREACH(sought, KextTree, &kextHead) { function

Completed in 26 milliseconds