Home
last modified time | relevance | path

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

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