Searched refs:SERIAL_TIMEOUT (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmonitor.c430 if (c == SERIAL_TIMEOUT)
496 if (c == SERIAL_TIMEOUT)
H A Docd.c758 case SERIAL_TIMEOUT:
H A Dremote-e7000.c207 if (c == SERIAL_TIMEOUT)
574 /* FIXME! this didn't seem right-> while (c != SERIAL_TIMEOUT)
H A Dremote-mips.c564 if (c == SERIAL_TIMEOUT)
605 SERIAL_TIMEOUT on timeout (since that's what serial_readchar()
637 if (ch == SERIAL_TIMEOUT && timeout == -1) /* Watchdog went off */
651 if (ch != SERIAL_TIMEOUT)
662 if ((ch == SERIAL_TIMEOUT || ch == '@')
710 if (ch == SERIAL_TIMEOUT)
747 if (ch == SERIAL_TIMEOUT)
778 if (ch == SERIAL_TIMEOUT)
908 if (rch == SERIAL_TIMEOUT)
1039 if (rch == SERIAL_TIMEOUT)
[all...]
H A Dremote-rdp.c191 if (c == SERIAL_TIMEOUT)
287 case SERIAL_TIMEOUT:
317 case SERIAL_TIMEOUT:
352 case SERIAL_TIMEOUT:
1021 while (res == SERIAL_TIMEOUT)
H A Dremote-sds.c694 case SERIAL_TIMEOUT:
818 case SERIAL_TIMEOUT:
897 if (c == SERIAL_TIMEOUT)
H A Dremote-st.c103 if (c == SERIAL_TIMEOUT)
H A Dremote-utils.c227 if (buf == SERIAL_TIMEOUT)
242 if (buf == SERIAL_TIMEOUT)
H A Dremote.c3893 case SERIAL_TIMEOUT:
3992 case SERIAL_TIMEOUT:
4011 case SERIAL_TIMEOUT:
4081 case SERIAL_TIMEOUT:
4102 if (check_0 == SERIAL_TIMEOUT || check_1 == SERIAL_TIMEOUT)
4236 if (c == SERIAL_TIMEOUT)
H A Dser-e7kpc.c336 return SERIAL_TIMEOUT;
H A Dser-go32.c629 return SERIAL_TIMEOUT;
H A Dser-unix.c425 otherwise SERIAL_TIMEOUT or SERIAL_ERROR.
467 return SERIAL_TIMEOUT;
548 char if successful. Returns SERIAL_TIMEOUT if timeout expired, EOF if line
590 return SERIAL_TIMEOUT;
614 return SERIAL_TIMEOUT;
896 otherwise SERIAL_TIMEOUT or SERIAL_ERROR. */
927 return SERIAL_TIMEOUT;
969 return SERIAL_TIMEOUT;
979 if (status != SERIAL_TIMEOUT)
985 a SERIAL_TIMEOUT, an
[all...]
H A Dserial.c86 case SERIAL_TIMEOUT:
598 if (c == SERIAL_TIMEOUT)
636 if (c == SERIAL_TIMEOUT)
H A Dserial.h64 SERIAL_TIMEOUT = -2, /* Timeout or data-not-ready during read. enumerator in enum:serial_rc
H A Dxmodem.c51 if (c == SERIAL_TIMEOUT)

Completed in 166 milliseconds