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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp240 static OSSet * sPostedKextLoadIdentifiers = NULL; variable
600 sPostedKextLoadIdentifiers = OSSet::withCapacity(0);
604 sPostedKextLoadIdentifiers && sAllKextLoadIdentifiers &&
4169 if (!sPostedKextLoadIdentifiers->containsObject(kextIdentifierSymbol)) {
4186 if (!sPostedKextLoadIdentifiers->setObject(kextIdentifierSymbol)) {
7555 sPostedKextLoadIdentifiers->flushCollection();

Completed in 137 milliseconds