Lines Matching refs:OSKextLogSpec
555 static const OSKextLogSpec kDefaultKernelLogFilter = kOSKextLogBasicLevel |
557 static OSKextLogSpec sKernelLogFilter = kDefaultKernelLogFilter;
562 static OSKextLogSpec sUserSpaceKextLogFilter = kOSKextLogSilentFilter;
716 OSKextLogSpec logSpec = 0; in kxld_log_callback()
970 OSKextLogSpec bootLogFilter = kOSKextLogSilentFilter; in initialize()
3969 OSKextLogSpec clientLogFilter, in loadFromMkext()
10134 OSKextLogSpec msgLogSpec)
10151 OSKext::reportOSMetaClassInstances(OSKextLogSpec msgLogSpec)
10270 OSKextLogSpec clientLogFilter,
15116 OSKextLogSpec
15118 OSKextLogSpec newUserLogFilter,
15121 OSKextLogSpec result;
15174 OSKextLogSpec oldLogFilter;
15175 OSKextLogSpec newLogFilter = kOSKextLogSilentFilter;
15215 OSKextLogSpec
15218 OSKextLogSpec result;
15247 colorForFlags(OSKextLogSpec flags)
15249 OSKextLogSpec logLevel = flags & kOSKextLogLevelMask;
15273 OSKextLogSpec msgLogSpec,
15274 OSKextLogSpec logFilter)
15276 OSKextLogSpec filterKextGlobal = logFilter & kOSKextLogKextOrGlobalMask;
15277 OSKextLogSpec filterLevel = logFilter & kOSKextLogLevelMask;
15278 OSKextLogSpec filterFlags = logFilter & kOSKextLogFlagsMask;
15280 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
15281 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
15282 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
15318 OSKextLogSpec msgLogSpec,
15331 OSKextLogSpec msgLogSpec,