Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/libkern/c++/
H A DOSKext.h80 OSKextLogSpec msgLogSpec,
85 OSKextLogSpec msgLogSpec,
241 OSKextLogSpec msgLogSpec,
394 OSKextLogSpec msgLogSpec);
637 OSKextLogSpec msgLogSpec);
/xnu-8796.121.2/libkern/c++/
H A DOSKext.cpp9958 OSKextLogSpec msgLogSpec) argument
9967 theKext->reportOSMetaClassInstances(msgLogSpec);
9975 OSKext::reportOSMetaClassInstances(OSKextLogSpec msgLogSpec) argument
9991 msgLogSpec,
15089 OSKextLogSpec msgLogSpec, argument
15096 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
15097 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
15098 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
15134 OSKextLogSpec msgLogSpec, argument
15140 OSKextVLog(aKext, msgLogSpec, format, argList);
[all …]