Home
last modified time | relevance | path

Searched refs:set_tty_state (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dser-unix.c59 static int set_tty_state (struct serial *scb,
91 set_tty_state (struct serial *scb, struct hardwire_ttystate *state) in set_tty_state() function
130 return set_tty_state (scb, state); in hardwire_set_tty_state()
221 if (set_tty_state (scb, &state)) in hardwire_raw()
447 if (set_tty_state (scb, &state)) in hardwire_setbaudrate()
478 return set_tty_state (scb, &state); in hardwire_setstopbits()
511 return set_tty_state (scb, &state); in hardwire_setparity()
Dserial.h275 int (*set_tty_state) (struct serial *, serial_ttystate); member
Dserial.c493 return scb->ops->set_tty_state (scb, ttystate); in serial_set_tty_state()
DChangeLog-1993322 * ser-unix.c (set_tty_state): set the rest of the terminal state
3029 (set_tty_state): if process group is -1, do not reset the
3466 * ser-unix.c (set_tty_state): Don't ignore errors setting process
3469 from set_tty_state.
4894 get_tty_state and set_tty_state. Define protoypes and macros for
DChangeLog-20173752 (get_tty_state, set_tty_state): Drop termio and sgtty code, and