Home
last modified time | relevance | path

Searched refs:serial_ops (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dserial.c31 static std::vector<const struct serial_ops *> serial_ops_list;
43 static const struct serial_ops *serial_interface_lookup (const char *);
142 static const struct serial_ops *
145 for (const serial_ops *ops : serial_ops_list) in serial_interface_lookup()
153 serial_add_interface (const struct serial_ops *optable) in serial_add_interface()
176 new_serial (const struct serial_ops *ops) in new_serial()
189 static struct serial *serial_open_ops_1 (const struct serial_ops *ops,
197 const struct serial_ops *ops; in serial_open()
229 serial_open_ops_1 (const struct serial_ops *ops, const char *open_name) in serial_open_ops_1()
256 serial_open_ops (const struct serial_ops *ops) in serial_open_ops()
[all …]
Dserial.h37 struct serial_ops;
60 extern struct serial *serial_open_ops (const struct serial_ops *ops);
244 const struct serial_ops *ops; /* Function vector */
259 struct serial_ops struct
312 extern void serial_add_interface (const struct serial_ops * optable); argument
Dser-uds.c88 static const struct serial_ops uds_ops =
Dser-event.c127 static const struct serial_ops serial_event_ops =
Dser-mingw.c1221 static const struct serial_ops hardwire_ops =
1253 static const struct serial_ops tty_ops =
1283 static const struct serial_ops pipe_ops =
1313 static const struct serial_ops tcp_ops =
Dser-pipe.c214 static const struct serial_ops pipe_ops =
Dser-tcp.c441 static const struct serial_ops tcp_ops =
Dser-unix.c529 static const struct serial_ops hardwire_ops =
Dser-go32.c857 static const struct serial_ops dos_ops =
DChangeLog-20062576 * serial.h [USE_WIN32API] (struct serial_ops): Add done_wait_handle.
3670 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
DChangeLog-19993277 * serial.h (struct serial_ops): Add field ASYNC.
3451 (union serial_ops): Update.
DChangeLog-19934885 * ser-go32.c: Prototype it to death. Update serial_ops and add
4893 * serial.h (struct serial_ops): Get rid of restore, add
DChangeLog-20117558 * serial.h (struct serial_ops):
9623 (struct serial_ops): Add copy_tty_state callback.
DChangeLog-2013158 (struct serial_ops) <next>: Remove.
8578 (struct serial_ops) <write>: Change prototype -- take 'void *'
DChangeLog-20054125 * serial.c (struct serial_ops): Add read_prim and write_prim.
DChangeLog-20173764 (serial_ops::noflush_set_tty_state): Delete.
14949 * serial.h (serial_ops::name): Constify.
DChangeLog-19986538 * serial.h (struct serial_ops): Add drain_output, pointer to
DChangeLog-20072583 * serial.h (struct serial_ops): Document read_prim to return zero
DChangeLog-20102594 (struct serial_ops) <fdopen>: New field.
DChangeLog-201511449 (struct serial_ops): Add setparity field.
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git146904 of the serial_ops interface.