Home
last modified time | relevance | path

Searched refs:SERIAL_ERROR (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dser-base.c160 scb->bufcnt = SERIAL_ERROR; in fd_event()
186 scb->bufcnt = SERIAL_ERROR; in fd_event()
251 return SERIAL_ERROR; /* Got an error from select or in ser_base_wait_for()
403 return SERIAL_ERROR; in do_ser_base_readchar()
450 case SERIAL_ERROR: in generic_readchar()
513 return SERIAL_ERROR; in ser_base_flush_input()
Dserial.h110 SERIAL_ERROR = -1, /* General error. */ enumerator
Dserial.c79 case SERIAL_ERROR: in serial_logchar()
Dser-go32.c829 return SERIAL_ERROR; in dos_write()
DChangeLog-19992485 * serial.h (enum serial_rc): Replace #define SERIAL_ERROR,
2489 * ser-unix.c (generic_readchar): Make SERIAL_ERROR sticky.
2501 (SERIAL_ERROR): Delete comment about errno.
DChangeLog-19942971 SERIAL_ERROR here to simplify callers.
DChangeLog-20103258 * remote.c (readchar): Call pop_target in case of SERIAL_ERROR.
DChangeLog-20139865 (readchar) <SERIAL_ERROR>