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

/darwin-on-arm/xnu/libkern/libkern/
H A Dtree.h782 #define RB_FOREACH(x, name, head) \ macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp867 RB_FOREACH(ke, KextTree, &kextHead) { function
888 RB_FOREACH(ke, KextTree, &kextHead) { function
908 RB_FOREACH(ke, KextTree, &kextHead) { function
926 RB_FOREACH(ke, KextTree, &kextHead) { function
1001 RB_FOREACH(ke, KextTree, &kextHead) { function
1014 RB_FOREACH(ke, KextTree, &kextHead) { function
1031 RB_FOREACH(ke, KextTree, &kextHead) { function
1037 RB_FOREACH(dependentNode, IOWorkLoopCounter::DependencyTree, &wlc->dependencyHead) { function
1058 RB_FOREACH(sought, KextTree, &kextHead) { function

Completed in 18 milliseconds