Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h924 virtual bool isLoadableInSafeBoot(void);
/xnu-11215/libkern/c++/
H A DOSKext.cpp5134 OSKext::isLoadableInSafeBoot(void) in isLoadableInSafeBoot() function in OSKext
6595 if (sSafeBoot && !isLoadableInSafeBoot()) { in load()
14866 } else if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {
15003 if (sSafeBoot && !isLoadableInSafeBoot()) {