Home
last modified time | relevance | path

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

/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp507 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
13875 result = sUserSpaceKextLogFilter;
13876 sUserSpaceKextLogFilter = newUserLogFilter;
13936 oldLogFilter = sUserSpaceKextLogFilter;
13937 sUserSpaceKextLogFilter = newLogFilter;
13967 result = sUserSpaceKextLogFilter;
14104 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);