Searched refs:sPostedKextLoadIdentifiers (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp239 static OSSet * sPostedKextLoadIdentifiers = NULL; variable
598 sPostedKextLoadIdentifiers = OSSet::withCapacity(0);
602 sPostedKextLoadIdentifiers && sAllKextLoadIdentifiers &&
4185 if (!sPostedKextLoadIdentifiers->containsObject(kextIdentifierSymbol)) {
4202 if (!sPostedKextLoadIdentifiers->setObject(kextIdentifierSymbol)) {
7585 sPostedKextLoadIdentifiers->flushCollection();

Completed in 71 milliseconds