Searched refs:serial_ops (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-e7kpc.c405 static struct serial_ops e7000pc_ops =
H A Dser-go32.c844 static struct serial_ops dos_ops =
H A Dser-pipe.c135 static struct serial_ops pipe_ops;
140 struct serial_ops *ops = XMALLOC (struct serial_ops);
141 memset (ops, 0, sizeof (struct serial_ops));
H A Dser-tcp.c210 struct serial_ops *ops = XMALLOC (struct serial_ops);
211 memset (ops, 0, sizeof (struct serial_ops));
H A Dser-unix.c1342 struct serial_ops *ops = XMALLOC (struct serial_ops);
1343 memset (ops, 0, sizeof (struct serial_ops));
H A Dserial.c37 static struct serial_ops *serial_ops_list = NULL;
53 static struct serial_ops *serial_interface_lookup (char *);
152 static struct serial_ops *
155 struct serial_ops *ops;
165 serial_add_interface (struct serial_ops *optable)
177 struct serial_ops *ops;
242 struct serial_ops *ops;
H A Dserial.h184 struct serial_ops *ops; /* Function vector */
205 struct serial_ops struct
208 struct serial_ops *next;
237 extern void serial_add_interface (struct serial_ops * optable);

Completed in 97 milliseconds