Searched refs:sSafeBoot (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp208 static bool sSafeBoot = false; variable
620 sSafeBoot = PE_parse_boot_argn("-x", bootArgBuffer,
623 if (sSafeBoot) {
4382 if (sSafeBoot && !isLoadableInSafeBoot()) {
8954 if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {
9098 if (sSafeBoot && !isLoadableInSafeBoot()) {

Completed in 215 milliseconds