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

1234567891011

/freebsd-9.3-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-9.3-release/sys/dev/puc/
H A Dpuc_bus.h32 #include <sys/serial.h>
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-acard.c71 static void ata_serialize_init(struct ata_serialize *serial);
111 struct ata_serialize *serial; local
123 serial = malloc(sizeof(struct ata_serialize),
125 ata_serialize_init(serial);
126 ctlr->chipset_data = serial;
143 struct ata_serialize *serial; local
146 serial = ctlr->chipset_data;
147 mtx_destroy(&serial->locked_mtx);
148 free(serial, M_ATAPCI);
248 ata_serialize_init(struct ata_serialize *serial) argument
261 struct ata_serialize *serial; local
[all...]
/freebsd-9.3-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-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dsoa_6.h29 isc_uint32_t serial; /*%< host order */ member in struct:dns_rdata_soa
/freebsd-9.3-release/sys/dev/scc/
H A Dscc_bus.h32 #include <sys/serial.h>
/freebsd-9.3-release/sys/modules/ubser/
H A DMakefile4 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/u3g/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/uark/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/ubsa/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/ubser/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/uchcom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/ucom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/ucycom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/ufoma/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/uftdi/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/ugensa/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/uipaq/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/ulpt/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-9.3-release/sys/modules/usb/umcs/
H A DMakefile30 .PATH: $S/dev/usb/serial

Completed in 155 milliseconds

1234567891011