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

/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp372 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter; variable
9244 result = sUserSpaceKextLogFilter;
9245 sUserSpaceKextLogFilter = newUserLogFilter;
9308 oldLogFilter = sUserSpaceKextLogFilter;
9309 sUserSpaceKextLogFilter = newLogFilter;
9339 result = sUserSpaceKextLogFilter;
9484 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);

Completed in 30 milliseconds