Home
last modified time | relevance | path

Searched refs:copyDextStatistics (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h892 OSPtr<OSDextStatistics> copyDextStatistics();
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp2595 OSDextStatistics * statistics = kext->copyDextStatistics(); in setDriverKitStatistics()
6542 driverStatistics = driverKext->copyDextStatistics(); in launchUserServer()
/xnu-11215/libkern/c++/
H A DOSKext.cpp16643 OSKext::copyDextStatistics(void) function in OSKext