/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 271 dlog( kDebugLevelTrace, "\n" ); in DllMain() 272 dlog( kDebugLevelVerbose, "%s: process attach\n", __ROUTINE__ ); in DllMain() 279 dlog( kDebugLevelVerbose, "%s: process detach\n", __ROUTINE__ ); in DllMain() 283 dlog( kDebugLevelVerbose, "%s: thread attach\n", __ROUTINE__ ); in DllMain() 287 dlog( kDebugLevelVerbose, "%s: thread detach\n", __ROUTINE__ ); in DllMain() 291 dlog( kDebugLevelNotice, "%s: unknown reason code (%d)\n", __ROUTINE__, inReason ); in DllMain() 309 dlog( kDebugLevelTrace, "DllRegisterServer\n" ); in DllRegisterServer() 343 dlog( kDebugLevelTrace, "DllUnregisterServer\n" ); in DllUnregisterServer() 370 dlog( kDebugLevelTrace, "%s begin (ticks=%d)\n", __ROUTINE__, GetTickCount() ); in NSPStartup() 371 dlog( kDebugLevelTrace, "%s (GUID=%U, refCount=%ld)\n", __ROUTINE__, inProviderID, gRefCount ); in NSPStartup() [all …]
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 284 dlog( kDebugLevelTrace, DEBUG_NAME "platform init\n" ); in mDNSPlatformInit() 315 dlog( kDebugLevelInfo, DEBUG_NAME "HIHardware: %#s\n", inMDNS->HIHardware.c ); in mDNSPlatformInit() 322 dlog( kDebugLevelInfo, DEBUG_NAME "HISoftware: %#s\n", inMDNS->HISoftware.c ); in mDNSPlatformInit() 425 dlog( kDebugLevelTrace, DEBUG_NAME "platform init done (err=%d %m)\n", err, err ); in mDNSPlatformInit() 437 dlog( kDebugLevelTrace, DEBUG_NAME "platform close\n" ); in mDNSPlatformClose() 442 dlog( kDebugLevelTrace, DEBUG_NAME "tearing down smb registration thread\n" ); in mDNSPlatformClose() 547 dlog( kDebugLevelTrace, DEBUG_NAME "platform close done\n" ); in mDNSPlatformClose() 1259 dlog( kDebugLevelChatty, DEBUG_NAME "adding TCPSocket 0x%x:%d\n", sock, sock->fd ); in TCPAddSocket() 1342 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in TCPBeginRecv() 1374 …dlog( kDebugLevelChatty, DEBUG_NAME "%s: error = %d, bytesTransferred = %d\n", __ROUTINE__, error,… in TCPEndRecv() [all …]
|
D | VPCDetect.cpp | 161 dlog( kDebugLevelTrace, "Virtual PC detected" ); in IsVPCRunning()
|
/external/libdaemon/libdaemon/ |
D | Makefile.am | 27 dlog.h \ 38 dlog.c \
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1185 #define dlog( ... ) DebugPrintF( __VA_ARGS__ ) macro 1187 #define dlog( ARGS... ) DebugPrintF( ## ARGS ) macro 1189 #define dlog DebugPrintF macro 1193 #define dlog( ... ) macro 1195 #define dlog( ARGS... ) macro 1197 #define dlog while( 0 ) macro 1271 #define DebugLogMsg dlog
|
D | DebugServices.c | 2437 dlog( kDebugLevelError, "invalid NumVersion stage (0x%02X)\n", stage ); in DebugNumVersionToString() 2690 …require_noerr_action_string( -3, require11, dlog( kDebugLevelMax, "action 1 (expected)\n" ), "requ… in DebugServicesTest() 2693 …require_noerr_action_string( 0, require12, dlog( kDebugLevelMax, "action 2\n" ), "require_noerr_ac… in DebugServicesTest() 2706 require_noerr_action( -5, require15, dlog( kDebugLevelMax, "SHOULD SEE: action 3 (expected)\n" ) ); in DebugServicesTest() 2709 require_noerr_action( 0, require16, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: action 4\n" ) ); in DebugServicesTest() 2714 …require_noerr_action_quiet( -4, require17, dlog( kDebugLevelMax, "SHOULD SEE: action 5 (expected)\… in DebugServicesTest() 2717 require_noerr_action_quiet( 0, require18, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: action 6\n" ) ); in DebugServicesTest() 2722 …require_action( 0 && "SHOULD SEE", require19, dlog( kDebugLevelMax, "SHOULD SEE: action 7 (expecte… in DebugServicesTest() 2725 …require_action( 1 && "SHOULD *NOT* SEE", require20, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: actio… in DebugServicesTest() 2730 require_action_quiet( 0, require21, dlog( kDebugLevelMax, "SHOULD SEE: action 9 (expected)\n" ) ); in DebugServicesTest() [all …]
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 326 dlog( kDebugLevelTrace, DEBUG_NAME "exited (%d %m)\n", err, err ); in Main() 999 dlog( kDebugLevelInfo, DEBUG_NAME "HandlePowerSuspend\n" ); in HandlePowerSuspend() 1021 dlog( kDebugLevelInfo, DEBUG_NAME "HandlePowerResumeSuspend\n" ); in HandlePowerResumeSuspend() 1054 …dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: SERVICE_CONTROL_STOP|SERVICE_CONTROL_SHU… in ServiceControlHandler() 1064 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: PBT_APMSUSPEND\n" ); in ServiceControlHandler() 1070 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: PBT_APMRESUMESUSPEND\n" ); in ServiceControlHandler() 1078 dlog( kDebugLevelNotice, DEBUG_NAME "ServiceControlHandler: event (0x%08X)\n", inControl ); in ServiceControlHandler() 1337 dlog( kDebugLevelChatty - 1, DEBUG_NAME "timeout\n" ); in ServiceSpecificRun() 1342 dlog( kDebugLevelChatty - 1, DEBUG_NAME "i/o completion\n" ); in ServiceSpecificRun() 1349 dlog( kDebugLevelVerbose, DEBUG_NAME "stopping...\n" ); in ServiceSpecificRun() [all …]
|
/external/libdaemon/ |
D | Android.bp | 7 "libdaemon/dlog.c",
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ConfigPropertySheet.cpp | 117 dlog( kDebugLevelError, "OnSocket: window error\n" ); in OnDataReady()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.c | 243 if (!insn->dlog) in CONSUME_FUNC() 250 insn->dlog(insn->dlogArg, buffer); in CONSUME_FUNC() 1602 insn->dlog = logger; in decodeInstruction()
|
D | X86DisassemblerDecoder.h | 427 dlog_t dlog; member
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 270 if (!insn->dlog) in CONSUME_FUNC() 277 insn->dlog(insn->dlogArg, buffer); in CONSUME_FUNC() 1876 insn->dlog = logger; in decodeInstruction()
|
D | X86DisassemblerDecoder.h | 534 dlog_t dlog; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 276 if (!insn->dlog) in CONSUME_FUNC() 283 insn->dlog(insn->dlogArg, buffer); in CONSUME_FUNC() 1934 insn->dlog = logger; in decodeInstruction()
|
D | X86DisassemblerDecoder.h | 534 dlog_t dlog; member
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | DNSSDService.cpp | 172 dlog( kDebugLevelTrace, "FinalRelease()\n" ); in FinalRelease() 1292 dlog( kDebugLevelTrace, "Stop()\n" ); in Stop()
|
/external/capstone/arch/X86/ |
D | X86DisassemblerDecoder.h | 619 dlog_t dlog; member
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.cpp | 400 …dlog( kDebugLevelWarning, DEBUG_NAME "%s: unexpected wait result (result=0x%08X)\n", __ROUTINE__, … in ProcessingThread()
|