Home
last modified time | relevance | path

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

/xnu-8796.101.5/libkern/libkern/c++/
H A DOSKext.h905 virtual bool isLoadableInSafeBoot(void);
/xnu-8796.101.5/libkern/c++/
H A DOSKext.cpp4983 OSKext::isLoadableInSafeBoot(void) in isLoadableInSafeBoot() function in OSKext
6437 if (sSafeBoot && !isLoadableInSafeBoot()) { in load()
14682 } else if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {
14819 if (sSafeBoot && !isLoadableInSafeBoot()) {