Lines Matching refs:msgLogSpec
9990 OSKextLogSpec msgLogSpec) argument
9999 theKext->reportOSMetaClassInstances(msgLogSpec);
10007 OSKext::reportOSMetaClassInstances(OSKextLogSpec msgLogSpec) argument
10023 msgLogSpec,
15121 OSKextLogSpec msgLogSpec, argument
15128 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
15129 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
15130 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
15166 OSKextLogSpec msgLogSpec, argument
15172 OSKextVLog(aKext, msgLogSpec, format, argList);
15179 OSKextLogSpec msgLogSpec, argument
15199 msgLogSpec = msgLogSpec | kOSKextLogKextOrGlobalMask;
15202 logForKernel = logSpecMatch(msgLogSpec, sKernelLogFilter);
15204 logForUser = logSpecMatch(msgLogSpec, sUserSpaceKextLogFilter);
15236 logSpecNum = OSNumber::withNumber(msgLogSpec, 8 * sizeof(msgLogSpec));
15253 color = colorForFlags(msgLogSpec);
15254 printf("%s%s%s\n", colorForFlags(msgLogSpec),