Searched defs:DBG_ERROR (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/slirp/
H A Ddebug.h18 #define DBG_ERROR 0x4 macro
19 #define DEBUG_DEFAULT DBG_CALL|DBG_MISC|DBG_ERROR
26 #define DEBUG_ERROR(x) if (slirp_debug & DBG_ERROR) {fprintf x ; fflush(dfd); }
/external/qemu/slirp-android/
H A Ddebug.h18 #define DBG_ERROR 0x4 macro
19 #define DEBUG_DEFAULT DBG_CALL|DBG_MISC|DBG_ERROR
26 #define DEBUG_ERROR(x) if (slirp_debug & DBG_ERROR) {fprintf x ; fflush(dfd); }

Completed in 162 milliseconds