Searched refs:get_tty_state (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ser-unix.c | 57 static int get_tty_state (struct serial *scb, 82 get_tty_state (struct serial *scb, struct hardwire_ttystate *state) in get_tty_state() function 104 if (get_tty_state (scb, state)) in hardwire_get_tty_state() 196 if (get_tty_state (scb, &state)) in hardwire_raw() 441 if (get_tty_state (scb, &state)) in hardwire_setbaudrate() 457 if (get_tty_state (scb, &state)) in hardwire_setstopbits() 489 if (get_tty_state (scb, &state)) in hardwire_setparity()
|
| D | serial.h | 273 serial_ttystate (*get_tty_state) (struct serial *); member
|
| D | serial.c | 481 return scb->ops->get_tty_state (scb); in serial_get_tty_state()
|
| D | ChangeLog-1993 | 3026 * ser-unix.c (get_tty_state): if a descriptor is not a tty, then 4894 get_tty_state and set_tty_state. Define protoypes and macros for
|
| D | ChangeLog-1998 | 4337 (get_tty_state): Don't define errno here.
|
| D | ChangeLog-2017 | 3752 (get_tty_state, set_tty_state): Drop termio and sgtty code, and
|