Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h896 static bool incrementDextLaunchCount(OSKext *dext, OSData *dextUniqueIDToMatch);
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp6459 if (OSKext::incrementDextLaunchCount(driverKext, serverDUI)) { in init()
/xnu-11215/libkern/c++/
H A DOSKext.cpp5585 OSKext::incrementDextLaunchCount(OSKext *dext, OSData *dextUniqueIDToMatch) in incrementDextLaunchCount() function in OSKext