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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp208 static bool sSafeBoot = false; variable
618 sSafeBoot = PE_parse_boot_argn("-x", bootArgBuffer,
621 if (sSafeBoot) {
4367 if (sSafeBoot && !isLoadableInSafeBoot()) {
8989 if (!sSafeBoot || !filterSafeBootFlag || theKext->isLoadableInSafeBoot()) {
9133 if (sSafeBoot && !isLoadableInSafeBoot()) {

Completed in 503 milliseconds