Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h466 virtual bool isInExcludeList(void);
/xnu-11215/libkern/c++/
H A DOSKext.cpp3106 if (isInExcludeList()) { in setInfoDictionaryAndPath()
5874 OSKext::isInExcludeList(void) in isInExcludeList() function in OSKext
5881 boolean_t isInExcludeList = true; in isInExcludeList() local
5887 isInExcludeList = false; in isInExcludeList()
5894 isInExcludeList = false; in isInExcludeList()
5900 if (!isInExcludeList) { in isInExcludeList()
6471 if (isInExcludeList()) { in load()