Home
last modified time | relevance | path

Searched refs:OSDextStatistics (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h75 class OSDextStatistics; variable
195 class OSDextStatistics : public OSObject {
196 OSDeclareDefaultStructors(OSDextStatistics);
198 static OSPtr<OSDextStatistics> create();
380 OSPtr<OSDextStatistics> dextStatistics;
892 OSPtr<OSDextStatistics> copyDextStatistics();
/xnu-11215/iokit/IOKit/
H A DIOUserServer.h172 OSDextStatistics * fStatistics;
/xnu-11215/libkern/c++/
H A DOSKext.cpp2316 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 …]
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2595 OSDextStatistics * statistics = kext->copyDextStatistics(); in setDriverKitStatistics()
6533 OSDextStatistics * driverStatistics = NULL; // must release in launchUserServer()