Home
last modified time | relevance | path

Searched refs:__ROUTINE__ (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSShared/
DDebugServices.h62 #define __ROUTINE__ __func__ macro
64 #define __ROUTINE__ __PRETTY_FUNCTION__ macro
66 #define __ROUTINE__ __FUNCTION__ macro
68 #define __ROUTINE__ "" macro
559 debug_print_assert( 0, #X, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
590 debug_print_assert( 0, #X, STR, __FILE__, __LINE__, __ROUTINE__ ); \
625 debug_print_assert( localErr, NULL, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
660 debug_print_assert( localErr, NULL, STR, __FILE__, __LINE__, __ROUTINE__ ); \
690 debug_print_assert( localErr, #TEST, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
739 debug_print_assert( 0, #X, NULL, __FILE__, __LINE__, __ROUTINE__ ); \
[all …]
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c272 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()
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()
415 dlog( kDebugLevelTrace, "%s end (ticks=%d)\n", __ROUTINE__, GetTickCount() ); in NSPStartup()
435 dlog( kDebugLevelTrace, "%s begin (ticks=%d)\n", __ROUTINE__, GetTickCount() ); in NSPCleanup()
436 dlog( kDebugLevelTrace, "%s (GUID=%U, refCount=%ld)\n", __ROUTINE__, inProviderID, gRefCount ); in NSPCleanup()
[all …]
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c1342 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()
1377 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in TCPEndRecv()
1575 …rror, DEBUG_NAME "%s: dst is not an IPv4 or IPv6 address (type=%d)\n", __ROUTINE__, inDstIP->type … in mDNSPlatformSendUDP()
3093 …dlog( kDebugLevelError, DEBUG_NAME "%s: unsupport socket family (%d)\n", __ROUTINE__, inAddr->sa_f… in SetupSocket()
3155 dlog( kDebugLevelError, DEBUG_NAME "%s: invalid sa_family %d", __ROUTINE__, inSA->sa_family ); in SockAddrToMDNSAddr()
3176 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in UDPBeginRecv()
3262 …dlog( kDebugLevelChatty, DEBUG_NAME "%s: err = %d, bytesTransferred = %d\n", __ROUTINE__, err, byt… in UDPEndRecv()
3267 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in UDPEndRecv()
3579 …ing, "%s: retrying GetAdaptersAddresses after %d failure(s) (%d %m)\n", __ROUTINE__, i, err, err ); in getifaddrs_ipv6()
[all …]
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp400 …dlog( kDebugLevelWarning, DEBUG_NAME "%s: unexpected wait result (result=0x%08X)\n", __ROUTINE__, … in ProcessingThread()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c1540 …ebugLevelWarning, DEBUG_NAME "%s: unexpected wait result (result=0x%08X)\n", __ROUTINE__, result ); in ServiceSpecificRun()