Searched refs:kDebugLevelInfo (Results 1 – 7 of 7) sorted by relevance
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 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() 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/ControlPanel/ |
D | ControlPanel.cpp | 219 debug_set_property( kDebugPropertyTagPrintLevel, kDebugLevelInfo ); in CCPApp()
|
D | ControlPanelExe.cpp | 156 debug_set_property( kDebugPropertyTagPrintLevel, kDebugLevelInfo ); in CCPApp()
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 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() 2166 dlog( kDebugLevelInfo, DEBUG_NAME "session closed\n" ); in udsSupportRemoveFDFromEventLoop() 2208 dlog( kDebugLevelInfo, DEBUG_NAME "SystemWakeForNetworkAccess\n" ); in SystemWakeForNetworkAccess()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 289 #define kDebugLevelInfo 1000 macro
|
D | dnssd_clientstub.c | 61 #define LOG_INFO kDebugLevelInfo
|
D | DebugServices.c | 198 static DebugLevel gDebugPrintLevelMin = kDebugLevelInfo;
|