Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatisticsPrivate.h64 struct KextNode;
87 struct KextNode *parentKext;
95 typedef struct KextNode { struct
96 RB_ENTRY(KextNode) link;
97 RB_ENTRY(KextNode) addressLink;
107 } KextNode; typedef
162 KextNode *parentKext;
198 static KextNode *kextHint;
204 static int kextNodeCompare(KextNode *e1, KextNode *e2);
209 static int kextAddressNodeCompare(KextNode *e1, KextNode *e2);
[all …]
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp81 IOStatistics::kextNodeCompare(KextNode *e1, KextNode *e2) in kextNodeCompare()
99 IOStatistics::kextAddressNodeCompare(KextNode *e1, KextNode *e2) in kextAddressNodeCompare()
218 KextNode *ke; in onKextLoad()
876 KextNode *ke; in copyKextStatistics()
900 KextNode *ke; in copyMemoryStatistics()
920 KextNode *ke; in copyClassStatistics()
939 KextNode *ke; in copyCounterStatistics()
1016 KextNode *ke; in copyKextIdentifiers()
1029 KextNode *ke; in copyClassNames()
1045 KextNode *ke; in copyWorkLoopStatistics()
[all …]