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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp379 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
9583 result = sUserSpaceKextLogFilter;
9584 sUserSpaceKextLogFilter = newUserLogFilter;
9647 oldLogFilter = sUserSpaceKextLogFilter;
9648 sUserSpaceKextLogFilter = newLogFilter;
9678 result = sUserSpaceKextLogFilter;
9823 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);

Completed in 148 milliseconds