Searched refs:serial (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dser-unix.h25 struct serial;
30 extern int ser_unix_nop_flush_output (struct serial *scb);
31 extern int ser_unix_flush_input (struct serial *scb);
32 extern int ser_unix_nop_send_break (struct serial *scb);
33 extern void ser_unix_nop_raw (struct serial *scb);
34 extern serial_ttystate ser_unix_nop_get_tty_state (struct serial *scb);
35 extern int ser_unix_nop_set_tty_state (struct serial *scb,
37 extern void ser_unix_nop_print_tty_state (struct serial *scb,
40 extern int ser_unix_nop_noflush_set_tty_state (struct serial *scb,
43 extern int ser_unix_nop_setbaudrate (struct serial *sc
[all...]
H A Dxmodem.h21 struct serial;
23 int xmodem_init_xfer (struct serial *desc);
24 void send_xmodem_packet (struct serial *desc, unsigned char *packet, int len,
26 void xmodem_finish_xfer (struct serial *desc);
H A Dserial.h1 /* Remote serial support interface definitions for GDB, the GNU Debugger.
34 struct serial;
36 /* Try to open NAME. Returns a new `struct serial *' on success, NULL
42 extern struct serial *serial_open (const char *name);
44 /* Open a new serial stream using a file handle. */
46 extern struct serial *serial_fdopen (const int fd);
50 extern void serial_close (struct serial *scb);
54 extern void serial_un_fdopen (struct serial *scb);
56 /* Read one char from the serial device with TIMEOUT seconds to wait
72 extern int serial_readchar (struct serial *sc
181 struct serial struct
[all...]
H A Dsrec.h21 struct serial;
23 void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
H A Dser-e7kpc.c1 /* Remote serial interface using Renesas E7000 PC ISA card in a PC
24 #include "serial.h"
36 static int e7000pc_open (struct serial *scb, const char *name);
37 static void e7000pc_raw (struct serial *scb);
38 static int e7000pc_readchar (struct serial *scb, int timeout);
39 static int e7000pc_setbaudrate (struct serial *scb, int rate);
40 static int e7000pc_write (struct serial *scb, const char *str, int len);
41 static void e7000pc_close (struct serial *scb);
42 static serial_ttystate e7000pc_get_tty_state (struct serial *scb);
43 static int e7000pc_set_tty_state (struct serial *sc
[all...]
H A Dserial.c1 /* Generic serial interface routines
25 #include "serial.h"
31 /* Is serial being debugged? */
35 /* Linked list of serial I/O handlers */
39 /* This is the last serial stream opened. Used by connect command. */
41 static struct serial *last_serial_opened = NULL;
45 static struct serial *scb_base;
173 struct serial *
176 struct serial *scb;
204 scb = XMALLOC (struct serial);
[all...]
/freebsd-10.1-release/sys/dev/puc/
H A Dpuc_bus.h32 #include <sys/serial.h>
/freebsd-10.1-release/sys/boot/fdt/dts/arm/
H A Dwandboard-dual.dts52 console:serial@02020000 { status = "okay"; };
53 serial@021e8000 { status = "disabled"; };
54 serial@021ec000 { status = "disabled"; };
55 serial@021f0000 { status = "disabled"; };
56 serial@021f4000 { status = "disabled"; };
H A Dwandboard-quad.dts52 console:serial@02020000 { status = "okay"; };
53 serial@021e8000 { status = "disabled"; };
54 serial@021ec000 { status = "disabled"; };
55 serial@021f0000 { status = "disabled"; };
56 serial@021f4000 { status = "disabled"; };
H A Dwandboard-solo.dts52 console:serial@02020000 { status = "okay"; };
53 serial@021e8000 { status = "disabled"; };
54 serial@021ec000 { status = "disabled"; };
55 serial@021f0000 { status = "disabled"; };
56 serial@021f4000 { status = "disabled"; };
H A Drk3188-radxa.dts47 uart2: serial@20064000 {
H A Dtegra20-paz00.dts54 serial0: serial@70006000 {
/freebsd-10.1-release/sys/contrib/dts/arm/
H A Devk-pro3.dts25 usart0: serial@fffb0000 {
29 usart2: serial@fffb8000 {
H A Dat91-ariag25.dts72 usart0: serial@f801c000 {
79 usart1: serial@f8020000 {
87 usart2: serial@f8024000 {
94 usart3: serial@f8028000 {
119 * Change to "okay" if you need additional serial ports
121 uart0: serial@f8040000 {
125 uart1: serial@f8044000 {
135 dbgu: serial@fffff200 {
H A Dat91-foxg20.dts56 usart0: serial@fffb0000 {
65 usart1: serial@fffb4000 {
69 usart2: serial@fffb8000 {
78 usart3: serial@fffd0000 {
82 uart0: serial@fffd4000 {
86 uart1: serial@fffd8000 {
90 dbgu: serial@fffff200 {
H A Dethernut5.dts25 dbgu: serial@fffff200 {
29 usart0: serial@fffb0000 {
33 usart1: serial@fffb4000 {
/freebsd-10.1-release/crypto/openssh/regress/
H A Dkrl.sh21 # A specification that revokes some certificates by serial numbers
22 # The serial pattern is chosen to ensure the KRL includes list, range and
25 serial: 1-4
26 serial: 10
27 serial: 15
28 serial: 30
29 serial: 50
30 serial: 999
32 serial: 500
33 serial
[all...]
/freebsd-10.1-release/sys/dev/scc/
H A Dscc_bus.h32 #include <sys/serial.h>
/freebsd-10.1-release/sys/modules/ubser/
H A DMakefile4 .PATH: $S/dev/usb/serial
/freebsd-10.1-release/sys/modules/usb/u3g/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.1-release/sys/modules/usb/uark/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.1-release/sys/modules/usb/ubsa/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.1-release/sys/modules/usb/ubser/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.1-release/sys/modules/usb/uchcom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.1-release/sys/modules/usb/ucom/
H A DMakefile30 .PATH: $S/dev/usb/serial

Completed in 211 milliseconds

1234567891011>>