Home
last modified time | relevance | path

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

/external/u-boot/tools/gdb/
Dserial.c99 return SERIAL_ERROR; in serialreadchar()
105 return SERIAL_ERROR; in serialreadchar()
Dserial.h9 #define SERIAL_ERROR -1 /* General error, see errno for details */ macro
Dremote.c608 case SERIAL_ERROR: in readchar()