Home
last modified time | relevance | path

Searched refs:DEBUG_NAME (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c61 #define DEBUG_NAME "[mDNSWin32] " macro
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()
[all …]
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c66 #define DEBUG_NAME "[mDNSWin32] " macro
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()
[all …]
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp37 #define DEBUG_NAME "[dnssd.NET] " macro
400 …dlog( kDebugLevelWarning, DEBUG_NAME "%s: unexpected wait result (result=0x%08X)\n", __ROUTINE__, … in ProcessingThread()