Searched refs:isLoadableInSafeBoot (Results 1 – 2 of 2) sorted by relevance
918 virtual bool isLoadableInSafeBoot(void);
5000 OSKext::isLoadableInSafeBoot(void) in isLoadableInSafeBoot() function in OSKext6461 if (sSafeBoot && !isLoadableInSafeBoot()) { in load()14714 } else if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {14851 if (sSafeBoot && !isLoadableInSafeBoot()) {