HomeSort by relevance Sort by last modified time
    Searched refs:DBG_CALL (Results 1 - 4 of 4) sorted by null

  /external/qemu/slirp/
debug.h 16 #define DBG_CALL 0x1
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('\n', dfd); fflush(dfd); }
24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); }
bootp.c 47 if (slirp_debug & DBG_CALL) { fprintf(dfd, fmt, ## __VA_ARGS__); fflush(dfd); }
  /external/qemu/slirp-android/
debug.h 16 #define DBG_CALL 0x1
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('\n', dfd); fflush(dfd); }
24 #define DEBUG_ARGS(x) if (slirp_debug & DBG_CALL) { fprintf x ; fflush(dfd); }
bootp.c 48 if (slirp_debug & DBG_CALL) { fprintf(dfd, fmt, ## __VA_ARGS__); fflush(dfd); }

Completed in 58 milliseconds