Home
last modified time | relevance | path

Searched refs:msgLogSpec (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/libkern/libkern/c++/
H A DOSKext.h80 OSKextLogSpec msgLogSpec,
85 OSKextLogSpec msgLogSpec,
245 OSKextLogSpec msgLogSpec,
402 OSKextLogSpec msgLogSpec);
646 OSKextLogSpec msgLogSpec);
/xnu-10002.61.3/libkern/c++/
H A DOSKext.cpp9990 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);
[all …]