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

  /external/qemu/slirp/
debug.h 18 #define DBG_ERROR 0x4
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/
debug.h 18 #define DBG_ERROR 0x4
19 #define DEBUG_DEFAULT DBG_CALL|DBG_MISC|DBG_ERROR
26 #define DEBUG_ERROR(x) if (slirp_debug & DBG_ERROR) {fprintf x ; fflush(dfd); }
  /device/moto/stingray/whisper/
SA_Phys_Linux.c 84 DBG_ERROR("Error unable to open device: %s", ttyPort);
93 DBG_ERROR("tcflush() error");
118 DBG_ERROR("Bad input");
126 DBG_ERROR("tcflush() error");
141 DBG_ERROR("tcflush() error");
161 DBG_ERROR("Test Write to %s unsuccessful", ttyPort);
167 DBG_ERROR("Read Error unable to read port: %d from device: %s", ttyFd, ttyPort);
211 DBG_ERROR("Timeout on select() occurred on port %d. Receive <%d> bytes", ttyFd, numBytesRead);
221 DBG_ERROR("SELECT returned EINTR ");
244 DBG_ERROR("Select Error. ERRNO = %d", errno)
    [all...]
Whisper_AccyMain.h 45 #define DBG_ERROR(fmt,x...) \
59 #define DBG_ERROR(fmt,x...) \
66 #define DBG_ERROR(fmt,x...) do{} while (0)
Whisper_AccyMain.c 148 DBG_ERROR("Failed opening %s, errno = %s", UART_SWITCH_STATE_PATH, strerror(errno));
155 DBG_ERROR("Failed opening %s, errno = %s", HID_SWITCH_STATE_PATH, strerror(errno));
165 DBG_ERROR("Error reading switch, returned %d", count);
185 DBG_ERROR("Failed to open HID Device:%s", hidDevice);
192 DBG_ERROR("ioctl cmd:HIDIOCGRAWINFO failed for %s", hidDevice);
200 DBG_ERROR("Device: %s not a HD dock", hidDevice);
265 DBG_ERROR("Select errored out. nready = %d, errno = %s", nready, strerror(errno));
275 DBG_ERROR("Pthread create failed. errno = %s", strerror(errno));
301 DBG_ERROR("pthread_getschedparam error. erno = %s", strerror(status));
310 DBG_ERROR("pthread_setschedparam error. erno = %s", strerror(status))
    [all...]

Completed in 3577 milliseconds