Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Drefgrp.py78 count = kern.globals.sKextAccountsCount
/xnu-11215/libkern/c++/
H A DOSKext.cpp547 static uint32_t sKextAccountsCount; variable
15783 if (sKextAccountsCount) {
15786 for (baseIdx = 0, lim = sKextAccountsCount; lim; lim >>= 1) {
16488 prevAccountingListCount = sKextAccountsCount;
16490 sKextAccountsCount = accountingListCount;
16741 for (baseIdx = 0, lim = sKextAccountsCount; lim; lim >>= 1) {
16779 for (baseIdx = 0, lim = sKextAccountsCount; lim; lim >>= 1) {