Searched refs:kextNodeCompare (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOStatisticsPrivate.h204 static int kextNodeCompare(KextNode *e1, KextNode *e2);
205 RB_PROTOTYPE_SC(static, KextTree, KextNode, link, kextNodeCompare);
/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp79 int IOStatistics::kextNodeCompare(KextNode *e1, KextNode *e2) function in class:IOStatistics
89 RB_GENERATE(IOStatistics::KextTree, KextNode, link, kextNodeCompare);

Completed in 25 milliseconds