HomeSort by: relevance | last modified time | path
    Searched defs:get_tty_state (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
ser-unix.c 57 static int get_tty_state (struct serial *scb,
82 get_tty_state (struct serial *scb, struct hardwire_ttystate *state) function
104 if (get_tty_state (scb, state))
196 if (get_tty_state (scb, &state))
197 gdb_printf (gdb_stderr, "get_tty_state failed: %s\n",
441 if (get_tty_state (scb, &state))
457 if (get_tty_state (scb, &state))
489 if (get_tty_state (scb, &state))
serial.h 273 serial_ttystate (*get_tty_state) (struct serial *); member in struct:serial_ops
  /src/external/gpl3/gdb.old/dist/gdb/
ser-unix.c 57 static int get_tty_state (struct serial *scb,
82 get_tty_state (struct serial *scb, struct hardwire_ttystate *state) function
104 if (get_tty_state (scb, state))
196 if (get_tty_state (scb, &state))
197 gdb_printf (gdb_stderr, "get_tty_state failed: %s\n",
441 if (get_tty_state (scb, &state))
457 if (get_tty_state (scb, &state))
489 if (get_tty_state (scb, &state))
serial.h 273 serial_ttystate (*get_tty_state) (struct serial *); member in struct:serial_ops

Completed in 24 milliseconds