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

/xnu-2782.1.97/iokit/IOKit/
H A DIOStatisticsPrivate.h209 static int kextAddressNodeCompare(KextNode *e1, KextNode *e2);
210 RB_PROTOTYPE_SC(static, KextAddressTree, KextNode, addressLink, kextAddressNodeCompare);
/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp95 int IOStatistics::kextAddressNodeCompare(KextNode *e1, KextNode *e2) function in class:IOStatistics
105 RB_GENERATE(IOStatistics::KextAddressTree, KextNode, addressLink, kextAddressNodeCompare);

Completed in 23 milliseconds