Searched refs:serial (Results 26 - 50 of 243) sorted by relevance

12345678910

/freebsd-10.0-release/sys/modules/usb/umct/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.0-release/sys/modules/usb/umodem/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.0-release/sys/modules/usb/umoscom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.0-release/sys/modules/usb/uplcom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.0-release/sys/modules/usb/uslcom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.0-release/sys/modules/usb/uvisor/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.0-release/sys/modules/usb/uvscom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dser-unix.c1 /* Serial interface for local (hardwired) serial ports on Un*x like systems
24 #include "serial.h"
68 static int hardwire_open (struct serial *scb, const char *name);
69 static void hardwire_raw (struct serial *scb);
70 static int wait_for (struct serial *scb, int timeout);
71 static int hardwire_readchar (struct serial *scb, int timeout);
72 static int do_hardwire_readchar (struct serial *scb, int timeout);
73 static int generic_readchar (struct serial *scb, int timeout,
74 int (*do_readchar) (struct serial *scb,
77 static int hardwire_setbaudrate (struct serial *sc
[all...]
H A Dser-pipe.c24 #include "serial.h"
37 static int pipe_open (struct serial *scb, const char *name);
38 static void pipe_close (struct serial *scb);
50 pipe_open (struct serial *scb, const char *name)
120 pipe_close (struct serial *scb)
H A Dxmodem.c22 #include "serial.h"
39 readchar (struct serial *desc, int timeout)
112 xmodem_init_xfer (struct serial *desc)
163 xmodem_send_packet (struct serial *desc, unsigned char *packet, int len, int hashmark)
249 xmodem_finish_xfer (struct serial *desc)
H A Dser-go32.c1 /* Remote serial interface for local (hardwired) serial ports for GO32.
28 #include "serial.h"
231 static int dos_open (struct serial *scb, const char *name);
232 static void dos_raw (struct serial *scb);
233 static int dos_readchar (struct serial *scb, int timeout);
234 static int dos_setbaudrate (struct serial *scb, int rate);
235 static int dos_write (struct serial *scb, const char *str, int len);
236 static void dos_close (struct serial *scb);
237 static serial_ttystate dos_get_tty_state (struct serial *sc
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_akey.c94 if(akeyid->serial) {
95 tmp = hex_to_string(akeyid->serial->data,
96 akeyid->serial->length);
97 X509V3_add_value("serial", tmp, &extlist);
106 * issuer: use the issuers cert issuer and serial number. The default is
121 ASN1_INTEGER *serial = NULL; local
174 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
175 if(!isname || !serial)
198 akeyid->serial = serial;
[all...]
H A Dv3_akeya.c69 ASN1_IMP_OPT(AUTHORITY_KEYID, serial, ASN1_INTEGER, 2)
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dberi-sim.dts114 serial@7f000000 {
121 serial@7f001000 {
126 serial@7f002000 {
H A Dtrimslice.dts111 serial0: serial@70006000 {
120 serial1: serial@70006040 {
129 serial2: serial@70006200 {
H A Dexynos5250.dtsi120 serial0: serial@12C00000 {
129 serial1: serial@12C10000 {
138 serial2: serial@12C20000 {
147 serial3: serial@12C30000 {
H A Dtegra20.dtsi64 serial@70006000 {
H A Dxlp-basic.dts50 serial0: serial@30100 {
H A Dea3250.dts101 serial0: serial@14000 {
111 serial1: serial@18000 {
121 serial2: serial@80000 {
131 serial3: serial@88000 {
141 serial4: serial@90000 {
151 serial5: serial@98000 {
161 serial6: serial@1c000 {
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-canusb-linux.c80 char *serial; member in struct:canusb_t
150 unsigned char serial[65]; local
169 n = libusb_get_string_descriptor_ascii(dh,desc.iSerialNumber,serial,64);
170 serial[n] = 0;
172 if ((devserial) && (strcmp(serial,devserial) != 0))
264 char *serial; local
268 serial = canusb->serial;
269 dev = canusb_opendevice(ctx, serial);
320 cmd[3] = 0; //Not a write to serial numbe
343 char *serial; local
[all...]
/freebsd-10.0-release/share/man/man8/
H A DMakefile21 rc.8 rc.serial.8 \
/freebsd-10.0-release/sys/dev/atkbdc/
H A Datkbdc_subr.h42 u_int32_t serial; member in struct:atkbdc_device
/freebsd-10.0-release/sys/geom/
H A Dgeom_ctl.h65 u_int serial; member in struct:gctl_req
/freebsd-10.0-release/contrib/tcpdump/
H A Drx.h64 u_int32_t serial; member in struct:rx_header
102 u_int32_t serial; /* # of packet that prompted the ack */ member in struct:rx_ackPacket
/freebsd-10.0-release/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c164 int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial) argument
168 if (a->serial == serial)
170 new_serial = ASN1_INTEGER_dup(serial);
176 ASN1_INTEGER_free(a->serial);
177 a->serial = new_serial;
183 return a->serial;

Completed in 144 milliseconds

12345678910