Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/c++/
H A DOSKext.cpp508 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
13867 result = sUserSpaceKextLogFilter;
13868 sUserSpaceKextLogFilter = newUserLogFilter;
13928 oldLogFilter = sUserSpaceKextLogFilter;
13929 sUserSpaceKextLogFilter = newLogFilter;
13959 result = sUserSpaceKextLogFilter;
14096 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);