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

<<11

/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_usie.c73 #include <dev/usb/serial/usb_serial.h>
H A Duhso.c68 #include <dev/usb/serial/usb_serial.h>
115 * The first one has 2,3 or 4 interfaces with a multiplexed serial port
116 * and packet interface on the first interface and bulk serial ports
132 #define UHSO_IF_MUX 0x02 /* Multiplexed serial port */
143 * Multiplexed serial port destination sub-port names
381 /* Config for the multiplexed serial ports */
414 /* Config for interfaces with normal bulk serial ports */
614 CTLFLAG_RD, &sc->sc_ttys, 0, "Number of attached serial ports");
910 * interface then we most likely have a multiplexed serial port
921 UHSO_DPRINTF(1, "Trying to attach mux. serial\
[all...]
/freebsd-9.3-release/sys/kern/
H A Dtty.c54 #include <sys/serial.h>
/freebsd-9.3-release/usr.sbin/ctladm/
H A Dctladm.c1162 err_desc.serial = delete_id;
1240 printf("Error injection succeeded, serial number is %ju\n",
1241 (uintmax_t)err_desc.serial);
3767 "-S serial_num : SCSI VPD page 0x80 serial number\n"
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.c93 * Use the serial number and device ID provided by the backend, rather than
2837 * XXX KDM check to make sure the serial number is unique,
2842 new_err_desc->serial = lun->error_serial;
2843 err_desc->serial = lun->error_serial;
2867 if (desc->serial != delete_desc->serial)
2878 "error serial %ju on LUN %u\n", __func__,
2879 delete_desc->serial, delete_desc->lun_id);
9020 * If we don't have a LUN, we just leave the serial number as
9030 * Note that we're using a non-unique serial numbe
[all...]
/freebsd-9.3-release/sys/dev/cx/
H A Dif_cx.c42 #include <sys/serial.h>
1458 CX_DEBUG2 (d, ("cx_open (serial)\n"));
/freebsd-9.3-release/sys/dev/sio/
H A Dsio.c65 #include <sys/serial.h>
339 if (comconsole < 0) /* serial console not selected? */
477 * Turn off MCR_IENABLE for all likely serial ports. An unused
2319 * Read the serial port specified and try to figure out what speed
2320 * it's currently running at. We're assuming the serial port has
2324 * If the value read from the serial port doesn't make sense, return 0.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmaster.c29 #include <isc/serial.h>
/freebsd-9.3-release/sys/dev/syscons/
H A Dsyscons.c58 #include <sys/serial.h>
/freebsd-9.3-release/sys/pc98/cbus/
H A Dsio.c95 #include <sys/serial.h>
676 if (comconsole < 0) /* serial console not selected? */
857 * Turn off MCR_IENABLE for all likely serial ports. An unused
3486 * Read the serial port specified and try to figure out what speed
3487 * it's currently running at. We're assuming the serial port has
3491 * If the value read from the serial port doesn't make sense, return 0.
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c28 #include <isc/serial.h>
/freebsd-9.3-release/contrib/ntp/
H A Dconfigure1760 --enable-HOPFSERIAL + hopf serial clock device
30840 return pce->serial;
32576 ac_fn_c_check_header_mongrel "$LINENO" "linux/serial.h" "ac_cv_header_linux_serial_h" "$ac_includes_default"
32592 #include <linux/serial.h>
33096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hopf serial clock device" >&5
33097 $as_echo_n "checking for hopf serial clock device... " >&6; }
[all...]

Completed in 424 milliseconds

<<11