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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp209 static bool sSafeBoot = false; variable
624 sSafeBoot = PE_parse_boot_argn("-x", bootArgBuffer,
627 if (sSafeBoot) {
4699 if (sSafeBoot && !isLoadableInSafeBoot()) {
9328 if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {
9472 if (sSafeBoot && !isLoadableInSafeBoot()) {

Completed in 79 milliseconds