Home
last modified time | relevance | path

Searched refs:kDebugLevelInfo (Results 1 – 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c315 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()
1646 dlog( kDebugLevelInfo, "%s\n", msg ); in mDNSPlatformWriteDebugMsg()
1671 dlog( kDebugLevelInfo, "%s\n", msg ); in mDNSPlatformWriteLogMsg()
2205 dlog( kDebugLevelInfo, "%s\n", buffer ); in debugf_()
2313 …dlog( kDebugLevelInfo, DEBUG_NAME "nice name \"%.*s\"\n", inMDNS->nicelabel.c[ 0 ], &inMDNS->nicel… in SetupNiceName()
2326 if ( ok ) dlog( kDebugLevelInfo, DEBUG_NAME "netbios name \"%s\"\n", inMDNS->p->nbname ); in SetupNiceName()
2336 …if ( !err ) dlog( kDebugLevelInfo, DEBUG_NAME "netbios domain/workgroup \"%s\"\n", inMDNS->p->nbdo… in SetupNiceName()
2397 …dlog( kDebugLevelInfo, DEBUG_NAME "host name \"%.*s\"\n", inMDNS->hostlabel.c[ 0 ], &inMDNS->hostl… in SetupHostName()
2605 dlog( kDebugLevelInfo, DEBUG_NAME "Interface %40s (0x%08X) %##a\n", in SetupInterfaceList()
[all …]
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c999 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()
2166 dlog( kDebugLevelInfo, DEBUG_NAME "session closed\n" ); in udsSupportRemoveFDFromEventLoop()
2208 dlog( kDebugLevelInfo, DEBUG_NAME "SystemWakeForNetworkAccess\n" ); in SystemWakeForNetworkAccess()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanel.cpp219 debug_set_property( kDebugPropertyTagPrintLevel, kDebugLevelInfo ); in CCPApp()
DControlPanelExe.cpp156 debug_set_property( kDebugPropertyTagPrintLevel, kDebugLevelInfo ); in CCPApp()
/external/mdnsresponder/mDNSShared/
DDebugServices.h289 #define kDebugLevelInfo 1000 macro
Ddnssd_clientstub.c61 #define LOG_INFO kDebugLevelInfo
DDebugServices.c198 static DebugLevel gDebugPrintLevelMin = kDebugLevelInfo;