Home
last modified time | relevance | path

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

/xnu-11215.41.3/libkern/c++/ !
H A DOSKext.cpp562 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
15121 result = sUserSpaceKextLogFilter;
15122 sUserSpaceKextLogFilter = newUserLogFilter;
15182 oldLogFilter = sUserSpaceKextLogFilter;
15183 sUserSpaceKextLogFilter = newLogFilter;
15213 result = sUserSpaceKextLogFilter;
15348 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);