Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h382 uint32_t dextLaunchedCount; variable
/xnu-11215/libkern/c++/
H A DOSKext.cpp2318 dextLaunchedCount = 0; in initWithPrelinkedInfoDict()
2427 dextLaunchedCount = 0; in initWithCodelessInfo()
2650 dextLaunchedCount = 0; in initWithBooterData()
3324 if (dextLaunchedCount > 0) { in free()
5504 if (olddext->dextLaunchedCount == 0) { in upgradeDext()
5576 if (dext->dextLaunchedCount == 0) { in removeDext()
5615 if (dext->flags.dextToReplace == 0 || dext->dextLaunchedCount > 0) { in incrementDextLaunchCount()
5616 if (dext->dextLaunchedCount == kOSKextMaxDextLaunchedCount) { in incrementDextLaunchCount()
5622 dext->dextLaunchedCount++; in incrementDextLaunchCount()
5701 if (dext->dextLaunchedCount == 0) { in decrementDextLaunchCount()
[all …]