Home
last modified time | relevance | path

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

/xnu-11417.121.6/libkern/c++/
H A DOSKext.cpp562 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
15145 result = sUserSpaceKextLogFilter;
15146 sUserSpaceKextLogFilter = newUserLogFilter;
15206 oldLogFilter = sUserSpaceKextLogFilter;
15207 sUserSpaceKextLogFilter = newLogFilter;
15237 result = sUserSpaceKextLogFilter;
15372 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);