Lines Matching refs:getCount
1535 if (sKernelRequests->getCount()) { in setIOKitDaemonActive()
1730 while (index < sKernelRequests->getCount()) { in removeDaemonExitRequests()
2008 if (!dextPersonalities || !dextPersonalities->getCount()) { in setDextUniqueIDInPersonalities()
3570 count = mkextInfoDictArray->getCount(); in readMkext2Archive()
4073 if (!requestArgs || !requestArgs->getCount()) { in loadFromMkext()
4300 uint32_t count[2] = {sLoadedKexts->getCount(), sLoadedDriverKitKexts->getCount()}; in lookupKextWithLoadTag()
4341 count = sLoadedKexts->getCount(); in lookupKextWithAddress()
4389 count = sLoadedDriverKitKexts->getCount(); in lookupKextWithAddress()
4465 uint32_t count[2] = {sLoadedKexts->getCount(), sLoadedDriverKitKexts->getCount()}; in lookupKextWithUUID()
4710 uint32_t count[2] = {sLoadedKexts->getCount(), sLoadedDriverKitKexts->getCount()}; in removeKextWithLoadTag()
4873 for (i = 0; i < theInfoArray->getCount(); i++) { in createExcludeListFromPrelinkInfo()
7280 num_kxlddeps = linkDependencies->getCount(); in loadExecutable()
7796 uint32_t count = sLoadedKexts->getCount();
9174 count = sRequestCallbackRecords->getCount();
9207 count = sLoadedKexts->getCount();
9545 if (libraries == NULL || libraries->getCount() == 0) {
9556 dependencies = OSArray::withCapacity(libraries->getCount());
9837 count = loopStack->getCount();
9932 return dependencies->getCount();
10188 for (uint32_t requestIndex = 0; requestIndex < requests->getCount(); requestIndex++) {
10596 infoKeysCount = infoKeys->getCount();
10910 for (int i = 0; i < (int)kextArray->getCount(); ++i) {
10955 kcKextCount = OSNumber::withNumber((unsigned long long)infoDict->getCount(), 8 * sizeof(uint32_t));
10971 "%u prelinked kexts", infoDict->getCount());
11357 uint32_t count = sLoadedKexts->getCount();
11380 uint32_t count[2] = {sLoadedKexts->getCount(), sLoadedDriverKitKexts->getCount()};
11404 if (kextIdentifiers && !kextIdentifiers->getCount()) {
11407 idCount = kextIdentifiers->getCount();
11412 if (infoKeys && !infoKeys->getCount()) {
11487 if (kextIdentifiers && !kextIdentifiers->getCount()) {
11536 if (infoKeys && !infoKeys->getCount()) {
11598 result = OSDictionary::withCapacity(sKextsByID->getCount());
11686 if (infoKeys && !infoKeys->getCount()) {
11694 if (kextIdentifiers && !kextIdentifiers->getCount()) {
11697 idCount = kextIdentifiers->getCount();
11729 avgDextCount = sLoadedDriverKitKexts->getCount() + sDriverKitToUpgradeByID->getCount();
11881 if (kextIdentifiers && !kextIdentifiers->getCount()) {
11884 idCount = kextIdentifiers->getCount();
11889 if (infoKeys && !infoKeys->getCount()) {
12029 if (infoKeys && !infoKeys->getCount()) {
12615 if (metaClasses && metaClasses->getCount()) {
12617 metaClassInfo = OSArray::withCapacity(metaClasses->getCount());
13089 count = sRequestCallbackRecords->getCount();
13133 return sRequestCallbackRecords && sRequestCallbackRecords->getCount();
13366 uint32_t count = codeless_kexts->getCount();
13447 for (index = 0; index < savedMutableSegments->getCount(); index++) {
14385 missingIDs = OSDictionary::withCapacity(bundleIDList->getCount());
14391 count = bundleIDList->getCount();
14518 count = sRequestCallbackRecords->getCount();
14568 count = sRequestCallbackRecords->getCount();
14750 count = array->getCount();
14804 unLoadedCount = sUnloadedPrelinkedKexts->getCount();
14847 result = OSArray::withCapacity(sKextsByID->getCount() * 3);
14909 numPersonalities = personalities->getCount();
14941 result = OSArray::withCapacity(personalities->getCount());
15014 if (!personalityNames || !personalityNames->getCount()) {
15019 if (!kextPersonalities || !kextPersonalities->getCount()) {
15028 count = personalityNames->getCount();
15043 unsigned numPersonalities = personalitiesToSend->getCount();
15091 if (!upgradedPersonalities || upgradedPersonalities->getCount() == 0) {
16131 count = sLoadedKexts->getCount();
16371 count = sLoadedKexts->getCount();
16430 count = sLoadedKexts->getCount();
16927 for (i = 0; i < crashes->getCount();) {
16939 if (crashes->getCount() > kMaxDextCrashesInOneDay) {
16955 result = crashes->getCount();