Home
last modified time | relevance | path

Searched refs:DBG_CALL (Results 1 – 4 of 4) sorted by relevance

/external/qemu/slirp/
Ddebug.h16 #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); }
Dbootp.c47 if (slirp_debug & DBG_CALL) { fprintf(dfd, fmt, ## __VA_ARGS__); fflush(dfd); }
/external/qemu/slirp-android/
Ddebug.h16 #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); }
Dbootp.c48 if (slirp_debug & DBG_CALL) { fprintf(dfd, fmt, ## __VA_ARGS__); fflush(dfd); }