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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h70 OSKextLogSpec msgLogSpec,
76 OSKextLogSpec msgLogSpec,
133 OSKextLogSpec msgLogSpec,
460 OSKextLogSpec msgLogSpec);
462 OSKextLogSpec msgLogSpec);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp7264 OSKextLogSpec msgLogSpec)
7273 theKext->reportOSMetaClassInstances(msgLogSpec);
7282 OSKext::reportOSMetaClassInstances(OSKextLogSpec msgLogSpec) argument
7298 msgLogSpec,
9398 OSKextLogSpec msgLogSpec,
9405 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
9406 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
9407 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
9444 OSKextLogSpec msgLogSpec,
9450 OSKextVLog(aKext, msgLogSpec, forma
7262 reportOSMetaClassInstances( const char * kextIdentifier, OSKextLogSpec msgLogSpec) argument
9397 logSpecMatch( OSKextLogSpec msgLogSpec, OSKextLogSpec logFilter) argument
9442 OSKextLog( OSKext * aKext, OSKextLogSpec msgLogSpec, const char * format, ...) argument
9455 OSKextVLog( OSKext * aKext, OSKextLogSpec msgLogSpec, const char * format, va_list srcArgList) argument
[all...]

Completed in 82 milliseconds