Home
last modified time | relevance | path

Searched refs:sUserSpaceKextLogFilter (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.61.3/libkern/c++/
H A DOSKext.cpp525 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
14977 result = sUserSpaceKextLogFilter;
14978 sUserSpaceKextLogFilter = newUserLogFilter;
15038 oldLogFilter = sUserSpaceKextLogFilter;
15039 sUserSpaceKextLogFilter = newLogFilter;
15069 result = sUserSpaceKextLogFilter;
15204 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);