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

/darwin-on-arm/xnu/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 in typeref:struct:KextNode
162 KextNode *parentKext;
198 static KextNode *kextHint;
202 typedef RB_HEAD(KextTree, KextNode) KextTreeHead;
204 static int kextNodeCompare(KextNode *e
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp74 KextNode *IOStatistics::kextHint = NULL;
78 int IOStatistics::kextNodeCompare(KextNode *e1, KextNode *e2)
88 RB_GENERATE(IOStatistics::KextTree, KextNode, link, kextNodeCompare);
94 int IOStatistics::kextAddressNodeCompare(KextNode *e1, KextNode *e2)
104 RB_GENERATE(IOStatistics::KextAddressTree, KextNode, addressLink, kextAddressNodeCompare);
204 KextNode *ke;
215 ke = (KextNode *)kalloc(sizeof(KextNode));
[all...]

Completed in 72 milliseconds