Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp508 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
13869 result = sUserSpaceKextLogFilter;
13870 sUserSpaceKextLogFilter = newUserLogFilter;
13930 oldLogFilter = sUserSpaceKextLogFilter;
13931 sUserSpaceKextLogFilter = newLogFilter;
13961 result = sUserSpaceKextLogFilter;
14098 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);