Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/libkern/c++/
H A DOSKext.h828 virtual bool isLoadableInSafeBoot(void);
/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp4672 OSKext::isLoadableInSafeBoot(void) in isLoadableInSafeBoot() function in OSKext
5705 if (sSafeBoot && !isLoadableInSafeBoot()) { in load()
13626 } else if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {
13763 if (sSafeBoot && !isLoadableInSafeBoot()) {