Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dser-unix.c79 static int get_tty_state (struct serial *scb,
117 get_tty_state (struct serial *scb, struct hardwire_ttystate *state) in get_tty_state() function
183 if (get_tty_state (scb, state)) in hardwire_get_tty_state()
307 if (get_tty_state (scb, &state)) in hardwire_drain_output()
390 if (get_tty_state (scb, &state)) in hardwire_raw()
486 if (get_tty_state (scb, &state)) in wait_for()
794 if (get_tty_state (scb, &state)) in hardwire_setbaudrate()
825 if (get_tty_state (scb, &state)) in hardwire_setstopbits()
1355 ops->get_tty_state = hardwire_get_tty_state; in _initialize_ser_hardwire()
Dser-pipe.c152 ops->get_tty_state = ser_unix_nop_get_tty_state; in _initialize_ser_pipe()
Dserial.h219 serial_ttystate (*get_tty_state) (struct serial *); member
Dser-tcp.c222 ops->get_tty_state = ser_unix_nop_get_tty_state; in _initialize_ser_tcp()
Dserial.c440 return scb->ops->get_tty_state (scb); in serial_get_tty_state()