Lines Matching refs:KextNode
76 KextNode *IOStatistics::kextHint = NULL;
81 IOStatistics::kextNodeCompare(KextNode *e1, KextNode *e2) in kextNodeCompare()
92 RB_GENERATE(IOStatistics::KextTree, KextNode, link, kextNodeCompare);
99 IOStatistics::kextAddressNodeCompare(KextNode *e1, KextNode *e2) in kextAddressNodeCompare()
110 RB_GENERATE(IOStatistics::KextAddressTree, KextNode, addressLink, kextAddressNodeCompare);
218 KextNode *ke; in onKextLoad()
229 ke = kalloc_type(KextNode, (zalloc_flags_t)(Z_WAITOK | Z_ZERO)); in onKextLoad()
257 KextNode sought, *found; in onKextUnload()
300 kfree_type(KextNode, found); in onKextUnload()
315 KextNode soughtKext, *foundKext = NULL; in onClassAdded()
494 KextNode *found; in registerWorkLoop()
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()
1074 KextNode *sought, *found = NULL; in copyUserClientStatistics()
1105 KextNode *parentKext; in storeUserClientCallInfo()
1233 KextNode *
1242 KextNode *found = NULL, *ke = NULL; in getKextNodeFromBacktrace()
1286 IOStatistics::releaseKextNode(KextNode *node) in releaseKextNode()
1296 KextNode *ke; in countAlloc()