Home
last modified time | relevance | path

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

/xnu-10063.101.15/libkern/c++/
H A DOSKext.cpp564 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
15115 result = sUserSpaceKextLogFilter;
15116 sUserSpaceKextLogFilter = newUserLogFilter;
15176 oldLogFilter = sUserSpaceKextLogFilter;
15177 sUserSpaceKextLogFilter = newLogFilter;
15207 result = sUserSpaceKextLogFilter;
15342 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);