Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/c++/
H A DOSKext.cpp525 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
14945 result = sUserSpaceKextLogFilter;
14946 sUserSpaceKextLogFilter = newUserLogFilter;
15006 oldLogFilter = sUserSpaceKextLogFilter;
15007 sUserSpaceKextLogFilter = newLogFilter;
15037 result = sUserSpaceKextLogFilter;
15174 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);