Home
last modified time | relevance | path

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

/xnu-11215/libkern/c++/
H A DOSKext.cpp10875 OSSharedPtr<OSNumber> kcKextCount; local
10955 kcKextCount = OSNumber::withNumber((unsigned long long)infoDict->getCount(), 8 * sizeof(uint32_t));
10956 assert(kcKextCount);
10957 if (kcKextCount) {
10962 kcKextCount->addValue(num->unsigned64BitValue());
10964 registryRoot->setProperty(kOSPrelinkKextCountKey, kcKextCount.get());