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

/macosx-10.10/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h70 OSKextLogSpec msgLogSpec,
76 OSKextLogSpec msgLogSpec,
128 OSKextLogSpec msgLogSpec,
441 OSKextLogSpec msgLogSpec);
443 OSKextLogSpec msgLogSpec);
/macosx-10.10/kext_tools-384.1.4/
H A Dkext_tools_util.h155 OSKextLogSpec msgLogSpec,
H A Dkext_tools_util.c1168 OSKextLogSpec msgLogSpec,
1175 OSKextLogSpec kextLogLevel = msgLogSpec & kOSKextLogLevelMask;
1190 snprintf(messageLogSpec, sizeof(messageLogSpec), "0x%x", msgLogSpec);
1220 OSKextLogSpec msgLogSpec,
1232 OSKextLog(/* kext */ NULL, msgLogSpec,
1241 OSKextLog(/* kext */ NULL, msgLogSpec,
1166 tool_log( OSKextRef aKext __unused, OSKextLogSpec msgLogSpec, const char * format, ...) argument
1218 log_CFError( OSKextRef aKext __unused, OSKextLogSpec msgLogSpec, CFErrorRef error) argument
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.h265 * @param msgLogSpec The log specification that triggered the log message.
270 * if <code>msgLogSpec</code> has any bits set.
279 OSKextLogSpec msgLogSpec,
343 OSKextLogSpec msgLogSpec,
392 OSKextLogSpec msgLogSpec,
H A DOSKext.c299 OSKextLogSpec msgLogSpec,
307 OSKextLogSpec msgLogSpec,
861 OSKextLogSpec msgLogSpec);
15479 OSKextLogSpec msgLogSpec,
15483 OSKextLogSpec msgLogSpec,
15490 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
15491 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
15492 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
15526 OSKextLogSpec msgLogSpec)
15529 msgLogSpec
15482 logSpecMatch( OSKextLogSpec msgLogSpec, OSKextLogSpec logFilter) argument
15524 __OSKextShouldLog( OSKextRef aKext, OSKextLogSpec msgLogSpec) argument
15537 OSKextLog( OSKextRef aKext, OSKextLogSpec msgLogSpec, const char * format, ...) argument
15551 OSKextVLog( OSKextRef aKext, OSKextLogSpec msgLogSpec, const char * format, va_list srcArgList) argument
15588 OSKextLogCFString( OSKextRef aKext, OSKextLogSpec msgLogSpec, CFStringRef format, ...) argument
15602 OSKextVLogCFString( OSKextRef aKext, OSKextLogSpec msgLogSpec, CFStringRef format, va_list srcArgList) argument
15715 OSKextLogSpec msgLogSpec; local
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp7262 OSKextLogSpec msgLogSpec)
7271 theKext->reportOSMetaClassInstances(msgLogSpec);
7280 OSKext::reportOSMetaClassInstances(OSKextLogSpec msgLogSpec) argument
7296 msgLogSpec,
9363 OSKextLogSpec msgLogSpec,
9370 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
9371 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
9372 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
9409 OSKextLogSpec msgLogSpec,
9415 OSKextVLog(aKext, msgLogSpec, forma
7260 reportOSMetaClassInstances( const char * kextIdentifier, OSKextLogSpec msgLogSpec) argument
9362 logSpecMatch( OSKextLogSpec msgLogSpec, OSKextLogSpec logFilter) argument
9407 OSKextLog( OSKext * aKext, OSKextLogSpec msgLogSpec, const char * format, ...) argument
9420 OSKextVLog( OSKext * aKext, OSKextLogSpec msgLogSpec, const char * format, va_list srcArgList) argument
[all...]

Completed in 229 milliseconds