Lines Matching refs:msgLogSpec
10134 OSKextLogSpec msgLogSpec) argument
10143 theKext->reportOSMetaClassInstances(msgLogSpec);
10151 OSKext::reportOSMetaClassInstances(OSKextLogSpec msgLogSpec) argument
10167 msgLogSpec,
15273 OSKextLogSpec msgLogSpec, argument
15280 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
15281 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
15282 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
15318 OSKextLogSpec msgLogSpec, argument
15324 OSKextVLog(aKext, msgLogSpec, format, argList);
15331 OSKextLogSpec msgLogSpec, argument
15351 msgLogSpec = msgLogSpec | kOSKextLogKextOrGlobalMask;
15354 logForKernel = logSpecMatch(msgLogSpec, sKernelLogFilter);
15356 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);
15388 logSpecNum = OSNumber::withNumber(msgLogSpec, 8 * sizeof(msgLogSpec));
15405 color = colorForFlags(msgLogSpec);
15406 printf("%s%s%s\n", colorForFlags(msgLogSpec),