Home
last modified time | relevance | path

Searched refs:dextUniqueIDToMatch (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h896 static bool incrementDextLaunchCount(OSKext *dext, OSData *dextUniqueIDToMatch);
/xnu-11215/libkern/c++/
H A DOSKext.cpp5585 OSKext::incrementDextLaunchCount(OSKext *dext, OSData *dextUniqueIDToMatch) in incrementDextLaunchCount() argument
5594 if (!myDextUniqueID || !dextUniqueIDToMatch) { in incrementDextLaunchCount()
5604 …const char *dextUniqueIDToMatchCString = getDextUniqueIDCString(dextUniqueIDToMatch, &dextUniqueID… in incrementDextLaunchCount()
5614 if (myDextUniqueID->isEqualTo(dextUniqueIDToMatch)) { in incrementDextLaunchCount()