Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h203 size_t getCrashCount();
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp6546 …er %s has crashed %zu time(s)\n", bundleID->getCStringNoCopy(), driverStatistics->getCrashCount()); in launchUserServer()
6547 reslide = driverStatistics->getCrashCount() > 0; in launchUserServer()
/xnu-11215/libkern/c++/
H A DOSKext.cpp16951 OSDextStatistics::getCrashCount() function in OSDextStatistics