Searched refs:serial (Results 176 - 200 of 262) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/dev/quicc/
H A Dquicc_core.c40 #include <sys/serial.h>
/freebsd-9.3-release/sys/dev/usb/serial/
H A Duark.c56 #include <dev/usb/serial/usb_serial.h>
H A Dubser.c69 * BWCT serial adapter driver
100 #include <dev/usb/serial/usb_serial.h>
260 "of serial ports: %s\n",
465 DPRINTF("invalid serial number!\n");
H A Ducycom.c66 #include <dev/usb/serial/usb_serial.h>
H A Dumcs.c28 * This driver supports several multiport USB-to-RS232 serial adapters driven
73 #include <dev/usb/serial/usb_serial.h>
75 #include <dev/usb/serial/umcs.h>
82 static SYSCTL_NODE(_hw_usb, OID_AUTO, umcs, CTLFLAG_RW, 0, "USB umcs quadport serial adapter");
H A Dubsa.c86 #include <dev/usb/serial/usb_serial.h>
H A Duchcom.c62 * Driver for WinChipHead CH341/340, the worst USB-serial chip in the
94 #include <dev/usb/serial/usb_serial.h>
H A Dumct.c75 #include <dev/usb/serial/usb_serial.h>
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.c159 return (udev->serial ? udev->serial : "");
2168 free(udev->serial, M_USB);
2325 /* get serial number string */
2328 udev->serial = strdup(temp_ptr, M_USB);
/freebsd-9.3-release/tools/tools/sysbuild/
H A Dsysbuild.sh81 # serial console ?
554 log_it serial console
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpkcs7.h88 ASN1_INTEGER *serial; member in struct:pkcs7_issuer_and_serial_st
H A Dpk7_doit.c328 ri->issuer_and_serial->serial);
888 x509 = X509_find_by_issuer_and_serial(cert, ias->issuer, ias->serial);
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc244 // The file is uniquely identified by the volume serial number along
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks43 o CAM_QUIRK_NOSERIAL - do not send an inquiry for serial number.
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509.h986 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
1033 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
1246 ASN1_INTEGER *serial); variable
/freebsd-9.3-release/contrib/gdb/gdb/
H A Docd.c37 #include "serial.h"
68 static struct serial *ocd_desc = NULL;
736 puts_filtered ("Debugging a target over a serial line.\n");
H A Dremote-sds.c1 /* Remote target communications for serial-line targets using SDS' protocol.
48 #include "serial.h"
121 other form of hairy serial connection, I would think 2 seconds would
130 static struct serial *sds_desc = NULL;
197 error ("To open a remote debug connection, you need to specify what serial\n\
669 puts_filtered ("Debugging over a serial connection, using SDS protocol.\n");
1068 sds_ops.to_longname = "Remote serial target with SDS protocol";
1069 sds_ops.to_doc = "Use a remote computer via a serial line; using the SDS protocol.\n\
1070 Specify the serial device it is connected to (e.g. /dev/ttya).";
/freebsd-9.3-release/crypto/openssh/
H A Dauth2-pubkey.c217 auth_info(authctxt, "%s ID %s (serial %llu) CA %s %s%s%s",
219 (unsigned long long)key->cert->serial,
H A Dkey.c1306 to->serial = from->serial;
1419 if ((!v00 && buffer_get_int64_ret(&key->cert->serial, b) != 0) ||
2042 /* -v01 certs have a serial number next */
2044 buffer_put_int64(&k->cert->certblob, k->cert->serial);
/freebsd-9.3-release/lib/bind/dns/dns/
H A Drdatastruct.h312 isc_uint32_t serial; /*%< host order */ member in struct:dns_rdata_soa
/freebsd-9.3-release/sbin/atacontrol/
H A Datacontrol.c185 printf("serial number %.20s\n", parm->serial);
/freebsd-9.3-release/sys/dev/ata/
H A Data-disk.c146 strlcpy(adp->disk->d_ident, atadev->param.serial,
/freebsd-9.3-release/sys/dev/ciss/
H A Dcissreg.h648 char serial[40]; member in struct:ciss_bmic_id_pdrive
/freebsd-9.3-release/sys/dev/pst/
H A Dpst-iop.h521 u_int8_t serial[256]; member in struct:i2o_lct_entry::i2o_device_identity
/freebsd-9.3-release/sys/dev/scc/
H A Dscc_core.c37 #include <sys/serial.h>

Completed in 332 milliseconds

1234567891011