Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h366 unsigned int dextToReplace:1; member
/xnu-11215/libkern/c++/
H A DOSKext.cpp2745 if (newDextUID->isEqualTo(existingDextUID) && existingKext->flags.dextToReplace == 0) { in registerIdentifier()
5495 olddext->flags.dextToReplace = 1; in upgradeDext()
5554 dext->flags.dextToReplace = 1; in removeDext()
5615 if (dext->flags.dextToReplace == 0 || dext->dextLaunchedCount > 0) { in incrementDextLaunchCount()
5717 if (dext->dextLaunchedCount == 0 && dext->flags.dextToReplace == 1) { in decrementDextLaunchCount()