Home
last modified time | relevance | path

Searched refs:get_tty_state (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dser-unix.c57 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()
Dserial.h273 serial_ttystate (*get_tty_state) (struct serial *); member
Dserial.c481 return scb->ops->get_tty_state (scb); in serial_get_tty_state()
DChangeLog-19933026 * 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
DChangeLog-19984337 (get_tty_state): Don't define errno here.
DChangeLog-20173752 (get_tty_state, set_tty_state): Drop termio and sgtty code, and