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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp333 static bool sAutounloadEnabled = true; variable
1243 result = sAutounloadEnabled ? true : false;
1259 result = sAutounloadEnabled;
1260 sAutounloadEnabled = (flag ? true : false);
1261 if (!sAutounloadEnabled && sUnloadCallout) {
1265 if (sAutounloadEnabled != result) {
1270 sAutounloadEnabled ? "en" : "dis");

Completed in 143 milliseconds