Searched refs:DEBUG_NAME (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Headers/
H A DAppleUSBCDCWCM.h44 #define XTRACE(ID,A,B,STRING) {Log("%8p %8x %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(unsigned int)(A),(unsigned int)(B));}
45 #define XTRACEP(ID,A,B,STRING) {Log("%8p %8p %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(void *)(A),(unsigned int)(B));}
48 #define XTRACE(ID,A,B,STRING) {Log("%8p %8x %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(unsigned int)(A),(unsigned int)(B)); IOSleep(Sleep_Time);}
49 #define XTRACEP(ID,A,B,STRING) {Log("%8p %8p %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(void *)(A),(unsigned int)(B)); IOSleep(Sleep_Time);}
62 #define ALERT(A,B,STRING) Log("%8x %8x " DEBUG_NAME ": " STRING "\n", (unsigned int)(A), (unsigned int)(B))
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/Common/
H A DAppleUSBCDCACM.h49 #define XTRACE(ID,A,B,STRING) {Log("%8x %8x %8x " DEBUG_NAME ": " STRING "\n",(uintptr_t)(ID),(unsigned int)(A),(unsigned int)(B));}
50 #define XTRACEP(ID,A,B,STRING) {Log("%8x %p %p " DEBUG_NAME ": " STRING "\n",(uintptr_t)(ID),(void *)(A),(void *)(B));}
53 #define XTRACE(ID,A,B,STRING) {Log("%8x %8x %8x " DEBUG_NAME ": " STRING "\n",(unsigned int)(ID),(unsigned int)(A),(unsigned int)(B)); IOSleep(kSleepTime);}
54 #define XTRACEP(ID,A,B,STRING) {Log("%8x %p %p " DEBUG_NAME ": " STRING "\n",(unsigned int)(ID),(void *)(A),(void *)(B)); IOSleep(kSleepTime);}
58 #define XTRACE(ID,A,B,STRING) {XTRACE_HELPER(gXTrace, ID, A, B, DEBUG_NAME ": " STRING, true);}
59 #define XTRACEP(ID,A,B,STRING) {XTRACE_HELPER(gXTrace, ID, A, B, DEBUG_NAME ": " STRING, true);} //XTRACE(ID,A,B,STRING)
88 #define ALERT(A,B,STRING) Log("%8x %8x " DEBUG_NAME ": " STRING "\n", (unsigned int)(A), (unsigned int)(B))
89 #define ALERTP(A,B,STRING) Log("%p %p " DEBUG_NAME ": " STRING "\n", (void *)(A), (void *)(B))
91 //#define ALERTSPECIAL(A,B,STRING) Log("%8x %8x " DEBUG_NAME ": " STRING "\n", (unsigned int)(A), (unsigned int)(B))
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/Common/
H A DAppleUSBCDCECM.h46 #define XTRACE(ID,A,B,STRING) {Log("%8p %8x %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(unsigned int)(A),(unsigned int)(B));}
47 #define XTRACEP(ID,A,B,STRING) {Log("%8p %8p %8p " DEBUG_NAME ": " STRING "\n",(void *)(ID),(void *)(A),(void *)(B));}
50 #define XTRACE(ID,A,B,STRING) {Log("%8p %8x %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(unsigned int)(A),(unsigned int)(B)); IOSleep(Sleep_Time);}
51 #define XTRACEP(ID,A,B,STRING) {Log("%8p %8p %8p " DEBUG_NAME ": " STRING "\n",(void *)(ID),(void *)(A),(void *)(B)); IOSleep(Sleep_Time);}
80 #define ALERT(A,B,STRING) Log("%8x %8x " DEBUG_NAME ": " STRING "\n", (unsigned int)(A), (unsigned int)(B))
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSVxWorks/
H A DmDNSVxWorksIPv4Only.c95 #define DEBUG_NAME "[mDNS] " macro
301 dlog( kDebugLevelInfo, DEBUG_NAME "platform init\n" );
344 dlog( kDebugLevelInfo, DEBUG_NAME "platform init done (err=%ld)\n", err );
356 dlog( kDebugLevelInfo, DEBUG_NAME "platform close\n" );
390 dlog( kDebugLevelInfo, DEBUG_NAME "platform close done\n" );
411 dlog( kDebugLevelChatty, DEBUG_NAME "platform send UDP\n" );
457 dlog( kDebugLevelChatty, DEBUG_NAME "sent (to=%u.%u.%u.%u:%hu)\n",
463 dlog( kDebugLevelChatty, DEBUG_NAME "platform send UDP done\n" );
867 dlog( kDebugLevelInfo, DEBUG_NAME "nice name \"%.*s\"\n", inMDNS->nicelabel.c[ 0 ], &inMDNS->nicelabel.c[ 1 ] );
868 dlog( kDebugLevelInfo, DEBUG_NAME "hos
[all...]
H A DmDNSVxWorks.c26 #define DEBUG_NAME "[mDNS] " macro
301 dmsg( kDebugLevelNotice, DEBUG_NAME "CLOSED\n" );
352 dmsg( kDebugLevelError, DEBUG_NAME "%s: ERROR! destination is not an IPv4 or IPv6 address\n", __ROUTINE__ );
364 DEBUG_NAME "DROP: %4d bytes, DST=[%#39a]:%5hu, IF=%8s(%u) %#p\n",
371 DEBUG_NAME "SEND %4d bytes, DST=[%#39a]:%5hu, IF=%8s(%u) %#p\n",
826 dmsg( kDebugLevelVerbose, DEBUG_NAME "%s: %8s(%d), Flags 0x%08X, Family %8s(%2d)\n", __ROUTINE__,
860 dmsg( kDebugLevelInfo, DEBUG_NAME "%s: %8s(%d) skipping link-local alias\n", __ROUTINE__,
893 dmsg( kDebugLevelNotice, DEBUG_NAME "%s: %8s(%d), SIOCGIFAFLAG_IN6 not ready yet (0x%X)\n", __ROUTINE__,
963 dmsg( kDebugLevelInfo, DEBUG_NAME "Updating nicelabel to \"%#s\"\n", nicelabel.c );
969 dmsg( kDebugLevelInfo, DEBUG_NAME "Updatin
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/
H A DPoll.c114 #define DEBUG_NAME "[mDNSWin32] " macro
396 dlog( kDebugLevelChatty, DEBUG_NAME "starting workers\n" );
410 dlog( kDebugLevelChatty, DEBUG_NAME "waking up worker\n" );
439 dlog( kDebugLevelChatty, DEBUG_NAME "stopping workers\n" );
474 dlog( kDebugLevelChatty, DEBUG_NAME "removing worker %d\n", worker->id );
584 dlog( kDebugLevelChatty, DEBUG_NAME "Worker thread wakeup\n" );
597 dlog( kDebugLevelChatty, DEBUG_NAME "timeout\n" );
690 dlog( kDebugLevelVerbose, DEBUG_NAME, "entering WorkerMain()\n" );
697 dlog( kDebugLevelChatty, DEBUG_NAME, "worker thread %d will wait on main loop\n", worker->id );
704 dlog( kDebugLevelChatty, DEBUG_NAME "worke
[all...]
H A DmDNSWin32.c66 #define DEBUG_NAME "[mDNSWin32] " macro
303 dlog( kDebugLevelTrace, DEBUG_NAME "platform init\n" );
348 dlog( kDebugLevelInfo, DEBUG_NAME "HIHardware: %#s\n", inMDNS->HIHardware.c );
355 dlog( kDebugLevelInfo, DEBUG_NAME "HISoftware: %#s\n", inMDNS->HISoftware.c );
452 dlog( kDebugLevelTrace, DEBUG_NAME "platform init done (err=%d %m)\n", err, err );
464 dlog( kDebugLevelTrace, DEBUG_NAME "platform close\n" );
469 dlog( kDebugLevelTrace, DEBUG_NAME "tearing down smb registration thread\n" );
570 dlog( kDebugLevelTrace, DEBUG_NAME "platform close done\n" );
1123 dlog( kDebugLevelChatty, DEBUG_NAME "mDNSPlatformTCPCloseConnection 0x%x:%d\n", sock, sock->fd );
1152 dlog( kDebugLevelChatty, DEBUG_NAME "mDNSPlatformReadTC
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h47 #define XTRACE(ID,A,B,STRING) {Log("%8p %8x %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(unsigned int)(A),(unsigned int)(B));}
50 #define XTRACE(ID,A,B,STRING) {Log("%8p %8x %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(unsigned int)(A),(unsigned int)(B)); IOSleep(Sleep_Time);}
77 #define ALERT(A,B,STRING) Log("%8x %8x " DEBUG_NAME ": " STRING "\n", (unsigned int)(A), (unsigned int)(B))
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h49 #define XTRACE(ID,A,B,STRING) {Log("%8p %8x %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(unsigned int)(A),(unsigned int)(B));}
50 #define XTRACEP(ID,A,B,STRING) {Log("%8p %8p %8p " DEBUG_NAME ": " STRING "\n",(void *)(ID),(void *)(A),(void *)(B));}
53 #define XTRACE(ID,A,B,STRING) {Log("%8p %8x %8x " DEBUG_NAME ": " STRING "\n",(void *)(ID),(unsigned int)(A),(unsigned int)(B)); IOSleep(Sleep_Time);}
54 #define XTRACEP(ID,A,B,STRING) {Log("%8p %8p %8p " DEBUG_NAME ": " STRING "\n",(void *)(ID),(void *)(A),(void *)(B)); IOSleep(Sleep_Time);}
77 #define ALERT(A,B,STRING) Log("%8x %8x " DEBUG_NAME ": " STRING "\n", (unsigned int)(A), (unsigned int)(B))
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/SystemService/
H A DService.c67 #define DEBUG_NAME "[mDNSWin32] " macro
304 dlog( kDebugLevelTrace, DEBUG_NAME "exited (%d %m)\n", err, err );
998 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: SERVICE_CONTROL_STOP|SERVICE_CONTROL_SHUTDOWN\n" );
1008 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: PBT_APMSUSPEND\n" );
1026 dlog( kDebugLevelError, DEBUG_NAME "Timed out waiting for acknowledgement of machine sleep\n" );
1033 dlog( kDebugLevelError, DEBUG_NAME "Error waiting for acknowledgement of machine sleep: %d", GetLastError() );
1042 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: PBT_APMRESUMESUSPEND\n" );
1055 dlog( kDebugLevelNotice, DEBUG_NAME "ServiceControlHandler: event (0x%08X)\n", inControl );
1724 dlog( kDebugLevelVerbose, DEBUG_NAME "stopping...\n" );
1739 dlog( kDebugLevelInfo, DEBUG_NAME "PowerSuspendNotificatio
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp55 #define DEBUG_NAME "AppleUSBCDCWCM" macro
164 Log(DEBUG_NAME ": Version number - %s\n", VersionNumber);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp59 #define DEBUG_NAME "AppleUSBCDCECMData" macro
897 Log(DEBUG_NAME ": Version number - %s, Input buffers %d, Output buffers %d\n", VersionNumber, fInBufPool, fOutBufPool);
2640 Log("Ethernet [%s]: Link down on %s%d\n", DEBUG_NAME, fNetworkInterface->getNamePrefix(), fNetworkInterface->getUnitNumber());
2642 Log("Ethernet [%s]: Link down\n", DEBUG_NAME);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp59 #define DEBUG_NAME "AppleUSBCDC" macro
314 Log(DEBUG_NAME ": Version number - %s\n", VersionNumber);
/macosx-10.9.5/groff-38/groff/src/preproc/html/
H A Dpre-html.cpp135 # define DEBUG_NAME(text) DEBUG_TEXT(text) macro
136 # define DEBUG_FILE(name) DEBUG_NAME(DEBUG_FILE_DIR) "/" name
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp37 #define DEBUG_NAME "[dnssd.NET] " macro
400 dlog( kDebugLevelWarning, DEBUG_NAME "%s: unexpected wait result (result=0x%08X)\n", __ROUTINE__, ret );
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp57 #define DEBUG_NAME "AppleUSBCDCACMControl" macro
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp59 #define DEBUG_NAME "AppleUSBCDCEEM" macro
755 Log(DEBUG_NAME ": Version number - %s, Input buffers %d, Output buffers %d\n", VersionNumber, fInBufPool, fOutBufPool);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp57 #define DEBUG_NAME "AppleUSBCDCDMM" macro
866 Log(DEBUG_NAME ": Version number - %s\n", VersionNumber);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp62 #define DEBUG_NAME "AppleUSBCDCECMControl" macro
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp57 #define DEBUG_NAME "AppleUSBCDCACMData" macro
1357 IOLog(DEBUG_NAME ": Version number - %s, Input buffers %d, Output buffers %d\n", VersionNumber, fInBufPool, fOutBufPool);

Completed in 193 milliseconds