Home | History | Annotate | Download | only in whisper

Lines Matching refs:DBG_ERROR

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);
283 DBG_ERROR("Write Failed with errno = %d", errno);
287 DBG_ERROR("ERROR. write less than requested<%d>. written: %i",nwritten, len*8);
339 DBG_ERROR("Write Failed with errno = %d", errno);
361 DBG_ERROR("WakeUp Error unable to read port: %d, Bytes Read = %d", ttyFd, bytes_read);
369 DBG_ERROR("tcflush() error");
377 DBG_ERROR("WakeUp Fail");
401 DBG_ERROR("Write Failed errno = %d", errno);
427 DBG_ERROR("Error returned by tcgetattr. errno = %d", errno);
435 DBG_ERROR("Error returned by tcsetattr. errno = %d", errno);