Searched refs:serial (Results 226 - 250 of 262) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/dev/usb/serial/
H A Dumodem.c109 #include <dev/usb/serial/usb_serial.h>
724 * Set the serial state in ucom driver based on
H A Duplcom.c62 * This driver supports several USB-to-RS232 serial adapters driven by
109 #include <dev/usb/serial/usb_serial.h>
H A Duslcom.c57 #include <dev/usb/serial/usb_serial.h>
H A Duftdi.c41 * FTDI FT232x, FT2232x, FT4232x, FT8U100AX and FT8U232xM serial adapters.
45 * pre-initialized (via an attached serial eeprom) to power-on into a mode such
81 #include <dev/usb/serial/usb_serial.h>
82 #include <dev/usb/serial/uftdi_reg.h>
923 * 232A, but if the serial number is also zero we know it's really a 232B.
H A Du3g.c64 #include <dev/usb/serial/usb_serial.h>
1154 * Set the serial state in ucom driver based on
H A Duipaq.c76 #include <dev/usb/serial/usb_serial.h>
1107 DPRINTF("IAD detected - not UIPAQ serial device\n");
H A Dusb_serial.c93 #include <dev/usb/serial/usb_serial.h>
245 * Setup a group of one or more serial ports.
/freebsd-9.3-release/sys/netgraph/atm/
H A Dng_atm.c889 sbuf_printf(&sbuf, "serial=%u esi=%6D hardware=%u software=%u\n",
890 mib->serial, mib->esi, ":", mib->hw_version, mib->sw_version);
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c648 v->attr.rr_entry.PX.serial);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_mx4200.c77 u_int serial; member in struct:ppsclockev
131 u_int lastserial; /* last pps serial number */
217 * Open serial port
1515 "mx4200_pps: time_pps_fetch: serial=%lu, %m\n",
1522 "mx4200_pps: assert_sequence serial not incrementing: %lu\n",
1528 * Check pps serial number against last one
H A Drefclock_parse.c14 * stamp latency for serial and PPS events.
77 * 9600/7E1 or 19200/8N1 serial line.
157 # include <linux/serial.h>
675 #define GUDE_EMC_USB_V20_BASEDELAY 0.425 /* USB serial<->USB converter FTDI232R */
2343 if (ev.serial != parse->ppsserial)
2360 parse->ppsserial = ev.serial;
4929 * The module has a serial I/O port for command/data and a 1 pulse-per-second
4942 * stream pushed onto the serial data interface to timestamp the Carrier
4950 * The receiver uses a serial message protocol called Trimble Standard
4958 * the values of data bytes can be anything. The serial interfac
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dx509v3.h241 ASN1_INTEGER *serial; member in struct:AUTHORITY_KEYID_st
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmonitor.c32 We communicate with MONITOR via either a direct serial line, or a TCP
51 #include "serial.h"
124 static struct serial *monitor_desc = NULL;
502 error ("GDB serial timeout has expired. Target detached.\n");
659 Thus the last thing that a procedure does with the serial line will
741 error ("Use `target %s DEVICE-NAME' to use a serial port, or \n\
H A Dremote.c1 /* Remote target communications for serial-line targets in custom GDB protocol
55 #include "serial.h"
370 static struct serial *remote_desc = NULL;
955 but the connection does not allow it (i.e., 7-bit serial connection
2156 static struct serial *
2163 serial connection is reliable and not the serial connection promising
2184 "serial device is attached to the remote system\n"
3559 NOTE: This can still lose if the serial line is not eight-bit
3865 puts_filtered ("Debugging a target over a serial lin
[all...]
H A Dutils.c45 #include "serial.h"
931 struct serial *gdb_stdout_serial = serial_fdopen (1);
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S229 call sio_init # setup the serial console
882 * Output character AL to the serial console.
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S227 call sio_init # setup the serial console
907 * Output character AL to the serial console.
/freebsd-9.3-release/sys/dev/rc/
H A Drc.c49 #include <sys/serial.h>
/freebsd-9.3-release/sys/dev/si/
H A Dsi.c2 * Device driver for Specialix range (SI/XIO) of serial line multiplexors.
50 #include <sys/serial.h>
75 * SI, XIO and SX range of serial multiplexor cards to FreeBSD on an ISA,
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devdns.c1182 u32 serial, refresh, retry, expire, minimum; local
1185 GET32(serial);
1193 (void)serial;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c30 #include <isc/serial.h>
H A Ddnssec.c31 #include <isc/serial.h>
H A Dtsig.c29 #include <isc/serial.h>
/freebsd-9.3-release/sys/dev/cy/
H A Dcy.c2 * cyclades cyclom-y serial driver
80 #include <sys/serial.h>
/freebsd-9.3-release/sys/dev/digi/
H A Ddigi.c52 #include <sys/serial.h>

Completed in 288 milliseconds

1234567891011