Searched refs:DBG_CALL (Results 1 – 4 of 4) sorted by relevance
/external/qemu/slirp/ |
D | debug.h | 16 #define DBG_CALL 0x1 macro 19 #define DEBUG_DEFAULT DBG_CALL|DBG_MISC|DBG_ERROR 22 #define DEBUG_CALL(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); } 23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\… 24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); }
|
D | bootp.c | 47 if (slirp_debug & DBG_CALL) { fprintf(dfd, fmt, ## __VA_ARGS__); fflush(dfd); }
|
/external/qemu/slirp-android/ |
D | debug.h | 16 #define DBG_CALL 0x1 macro 19 #define DEBUG_DEFAULT DBG_CALL|DBG_MISC|DBG_ERROR 22 #define DEBUG_CALL(x) if (slirp_debug & DBG_CALL) { fprintf(dfd, "%s...\n", x); fflush(dfd); } 23 #define DEBUG_ARG(x, y) if (slirp_debug & DBG_CALL) { fputc(' ', dfd); fprintf(dfd, x, y); fputc('\… 24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); }
|
D | bootp.c | 48 if (slirp_debug & DBG_CALL) { fprintf(dfd, fmt, ## __VA_ARGS__); fflush(dfd); }
|