Home
last modified time | relevance | path

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

/xnu-8792.61.2/libkern/c++/
H A DOSKext.cpp515 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
14867 result = sUserSpaceKextLogFilter;
14868 sUserSpaceKextLogFilter = newUserLogFilter;
14928 oldLogFilter = sUserSpaceKextLogFilter;
14929 sUserSpaceKextLogFilter = newLogFilter;
14959 result = sUserSpaceKextLogFilter;
15096 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);