Searched refs:OSDextStatistics (Results 1 – 4 of 4) sorted by relevance
75 class OSDextStatistics; variable195 class OSDextStatistics : public OSObject {196 OSDeclareDefaultStructors(OSDextStatistics);198 static OSPtr<OSDextStatistics> create();380 OSPtr<OSDextStatistics> dextStatistics;892 OSPtr<OSDextStatistics> copyDextStatistics();
172 OSDextStatistics * fStatistics;
2316 dextStatistics = OSDextStatistics::create(); in initWithPrelinkedInfoDict()2425 dextStatistics = OSDextStatistics::create(); in initWithCodelessInfo()2648 dextStatistics = OSDextStatistics::create(); in initWithBooterData()16642 OSSharedPtr<OSDextStatistics>16883 OSSharedPtr<OSDextStatistics>16884 OSDextStatistics::create()16886 OSSharedPtr<OSDextStatistics> result = OSMakeShared<OSDextStatistics>();16894 OSDextStatistics::init()16906 OSDextStatistics::free()16916 OSDextStatistics::recordCrash()[all …]
2595 OSDextStatistics * statistics = kext->copyDextStatistics(); in setDriverKitStatistics()6533 OSDextStatistics * driverStatistics = NULL; // must release in launchUserServer()