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

/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h70 OSKextLogSpec msgLogSpec,
76 OSKextLogSpec msgLogSpec,
128 OSKextLogSpec msgLogSpec,
452 OSKextLogSpec msgLogSpec);
454 OSKextLogSpec msgLogSpec);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkext_tools_util.h151 OSKextLogSpec msgLogSpec,
H A Dkext_tools_util.c910 OSKextLogSpec msgLogSpec,
917 OSKextLogSpec kextLogLevel = msgLogSpec & kOSKextLogLevelMask;
932 snprintf(messageLogSpec, sizeof(messageLogSpec), "0x%x", msgLogSpec);
962 OSKextLogSpec msgLogSpec,
974 OSKextLog(/* kext */ NULL, msgLogSpec,
983 OSKextLog(/* kext */ NULL, msgLogSpec,
908 tool_log( OSKextRef aKext __unused, OSKextLogSpec msgLogSpec, const char * format, ...) argument
960 log_CFError( OSKextRef aKext __unused, OSKextLogSpec msgLogSpec, CFErrorRef error) argument
/macosx-10.9.5/IOKitUser-907.100.13/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);
15437 OSKextLogSpec msgLogSpec,
15441 OSKextLogSpec msgLogSpec,
15448 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
15449 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
15450 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
15484 OSKextLogSpec msgLogSpec)
15487 msgLogSpec
15440 logSpecMatch( OSKextLogSpec msgLogSpec, OSKextLogSpec logFilter) argument
15482 __OSKextShouldLog( OSKextRef aKext, OSKextLogSpec msgLogSpec) argument
15495 OSKextLog( OSKextRef aKext, OSKextLogSpec msgLogSpec, const char * format, ...) argument
15509 OSKextVLog( OSKextRef aKext, OSKextLogSpec msgLogSpec, const char * format, va_list srcArgList) argument
15546 OSKextLogCFString( OSKextRef aKext, OSKextLogSpec msgLogSpec, CFStringRef format, ...) argument
15560 OSKextVLogCFString( OSKextRef aKext, OSKextLogSpec msgLogSpec, CFStringRef format, va_list srcArgList) argument
15673 OSKextLogSpec msgLogSpec; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp7587 OSKextLogSpec msgLogSpec)
7596 theKext->reportOSMetaClassInstances(msgLogSpec);
7605 OSKext::reportOSMetaClassInstances(OSKextLogSpec msgLogSpec) argument
7621 msgLogSpec,
9737 OSKextLogSpec msgLogSpec,
9744 OSKextLogSpec msgKextGlobal = msgLogSpec & kOSKextLogKextOrGlobalMask;
9745 OSKextLogSpec msgLevel = msgLogSpec & kOSKextLogLevelMask;
9746 OSKextLogSpec msgFlags = msgLogSpec & kOSKextLogFlagsMask;
9783 OSKextLogSpec msgLogSpec,
9789 OSKextVLog(aKext, msgLogSpec, forma
7585 reportOSMetaClassInstances( const char * kextIdentifier, OSKextLogSpec msgLogSpec) argument
9736 logSpecMatch( OSKextLogSpec msgLogSpec, OSKextLogSpec logFilter) argument
9781 OSKextLog( OSKext * aKext, OSKextLogSpec msgLogSpec, const char * format, ...) argument
9794 OSKextVLog( OSKext * aKext, OSKextLogSpec msgLogSpec, const char * format, va_list srcArgList) argument
[all...]

Completed in 210 milliseconds