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

123456789

/freebsd-10.3-release/sys/modules/usb/umoscom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.3-release/sys/modules/usb/uplcom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.3-release/sys/modules/usb/uslcom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.3-release/sys/modules/usb/uvisor/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.3-release/sys/modules/usb/uvscom/
H A DMakefile30 .PATH: $S/dev/usb/serial
/freebsd-10.3-release/sys/dev/scc/
H A Dscc_bus.h32 #include <sys/serial.h>
/freebsd-10.3-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.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_akey.c99 if (akeyid->serial) {
100 tmp = hex_to_string(akeyid->serial->data, akeyid->serial->length);
101 X509V3_add_value("serial", tmp, &extlist);
111 * issuer: use the issuers cert issuer and serial number. The default is
127 ASN1_INTEGER *serial = NULL; local
172 serial = M_ASN1_INTEGER_dup(X509_get_serialNumber(cert));
173 if (!isname || !serial) {
195 akeyid->serial = serial;
[all...]
H A Dv3_akeya.c70 ASN1_IMP_OPT(AUTHORITY_KEYID, serial, ASN1_INTEGER, 2)
/freebsd-10.3-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.3-release/contrib/ncurses/ncurses/
H A DMakefile.in168 serial = $(srcdir)/tty
207 ./expanded.c : $(serial)/MKexpanded.sh
208 sh -e $(serial)/MKexpanded.sh "$(CPP)" $(CPPFLAGS) > $@
265 hardscroll$x : $(serial)/hardscroll.c $(TEST_DEPS)
266 @ECHO_LINK@ $(LIBTOOL_LINK) -o $@ $(CFLAGS_DEFAULT) -DSCROLLDEBUG $(serial)/hardscroll.c $(TEST_LDFLAGS)
268 hashmap$x : $(serial)/hashmap.c $(serial)/hardscroll.c $(TEST_DEPS)
269 @ECHO_LINK@ $(LIBTOOL_LINK) -o $@ $(CFLAGS_DEFAULT) -DHASHDEBUG $(serial)/hashmap.c $(serial)/hardscroll.c $(TEST_LDFLAGS)
271 lib_mvcur$x : $(serial)/lib_mvcu
[all...]
/freebsd-10.3-release/sys/geom/
H A Dgeom_ctl.h65 u_int serial; member in struct:gctl_req
/freebsd-10.3-release/sys/dev/atkbdc/
H A Datkbdc_subr.h42 u_int32_t serial; member in struct:atkbdc_device
/freebsd-10.3-release/share/man/man8/
H A DMakefile22 rc.8 rc.serial.8 \
/freebsd-10.3-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.3-release/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c162 int TS_TST_INFO_set_serial(TS_TST_INFO *a, const ASN1_INTEGER *serial) argument
166 if (a->serial == serial)
168 new_serial = ASN1_INTEGER_dup(serial);
173 ASN1_INTEGER_free(a->serial);
174 a->serial = new_serial;
180 return a->serial;
H A Dts_rsp_print.c181 const ASN1_INTEGER *serial; local
202 /* Print serial number. */
204 serial = TS_TST_INFO_get_serial(a);
205 if (serial == NULL)
208 TS_ASN1_INTEGER_print_bio(bio, serial);
/freebsd-10.3-release/crypto/openssl/crypto/x509/
H A Dx509_set.c77 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial) argument
84 if (in != serial) {
85 in = M_ASN1_INTEGER_dup(serial);
H A Dx509cset.c124 * sort the data so it will be written in serial number order
152 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial) argument
159 if (in != serial) {
160 in = M_ASN1_INTEGER_dup(serial);
/freebsd-10.3-release/contrib/ntp/lib/isc/
H A Dserial.c18 /* $Id: serial.c,v 1.12 2007/06/19 23:47:17 tbox Exp $ */
24 #include <isc/serial.h>
/freebsd-10.3-release/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.h65 u_int serial; /* card serial number (device specific) */ member in struct:atmif_mib
/freebsd-10.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c82 ASN1_INTEGER *serial; local
90 serial = X509_get_serialNumber(subject);
93 serial = NULL;
96 return OCSP_cert_id_new(dgst, iname, ikey, serial);

Completed in 1094 milliseconds

123456789