Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dserial.h251 struct serial_ops struct
254 struct serial_ops *next; argument
255 int (*open) (struct serial *, const char *name);
256 void (*close) (struct serial *);
257 int (*fdopen) (struct serial *, int fd);
258 int (*readchar) (struct serial *, int timeout);
259 int (*write) (struct serial *, const char *str, int len);
261 int (*flush_output) (struct serial *);
263 int (*flush_input) (struct serial *);
264 int (*send_break) (struct serial *);
[all …]