Home
last modified time | relevance | path

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

/xnu-11215.61.5/libkern/c++/
H A DOSKext.cpp562 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
15129 result = sUserSpaceKextLogFilter;
15130 sUserSpaceKextLogFilter = newUserLogFilter;
15190 oldLogFilter = sUserSpaceKextLogFilter;
15191 sUserSpaceKextLogFilter = newLogFilter;
15221 result = sUserSpaceKextLogFilter;
15356 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);