Searched refs:typeFlags (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.h2900 * @param typeFlags Flags indicating which diagnostics to retrieve.
2918 OSKextDiagnosticsFlags typeFlags)
2926 * @param typeFlags Flags indicating which diagnostics to log.
2936 OSKextDiagnosticsFlags typeFlags)
2946 * @param typeFlags Flags indicating which diagnostics to flush.
2961 OSKextFlushDiagnostics(OSKextRef aKext, OSKextDiagnosticsFlags typeFlags)
H A DOSKext.c11942 OSKextDiagnosticsFlags typeFlags)
11957 if ((typeFlags & kOSKextDiagnosticsFlagValidation)) {
11967 if ((typeFlags & kOSKextDiagnosticsFlagAuthentication)) {
11977 if ((typeFlags & kOSKextDiagnosticsFlagDependencies)) {
11987 if ((typeFlags & kOSKextDiagnosticsFlagWarnings)) {
11998 if ((typeFlags & kOSKextDiagnosticsFlagBootLevel)) {
12068 OSKextDiagnosticsFlags typeFlags)
12074 diagnosticsDict = OSKextCopyDiagnostics(aKext, typeFlags);
12101 OSKextDiagnosticsFlags typeFlags; member in struct:__anon2268
12113 OSKextFlushDiagnostics(aKext, context->typeFlags);
11941 OSKextCopyDiagnostics(OSKextRef aKext, OSKextDiagnosticsFlags typeFlags) argument
12067 OSKextLogDiagnostics(OSKextRef aKext, OSKextDiagnosticsFlags typeFlags) argument
12124 OSKextFlushDiagnostics(OSKextRef aKext, OSKextDiagnosticsFlags typeFlags) argument
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c726 DebugOutputTypeFlags typeFlags; local
728 typeFlags = inFlags & kDebugOutputTypeFlagsTypeMask;
729 if( typeFlags == kDebugOutputTypeFlagsStdOut )
737 else if( typeFlags == kDebugOutputTypeFlagsStdErr )
745 else if( typeFlags == kDebugOutputTypeFlagsFile )
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp1573 extern "C" void (*malloc_logger)(uint32_t typeFlags, uintptr_t zone, uintptr_t size, uintptr_t pointer, uintptr_t returnValue, uint32_t numberOfFramesToSkip);
1587 static void record(uint32_t typeFlags, uintptr_t zone, uintptr_t size, void* pointer, void* returnValue, uint32_t numberOfFramesToSkip)
1589 malloc_logger(typeFlags, zone, size, reinterpret_cast<uintptr_t>(pointer), reinterpret_cast<uintptr_t>(returnValue), numberOfFramesToSkip);

Completed in 118 milliseconds