| /illumos-gate/usr/src/man/man4d/ |
| H A D | usbftdi.4d | 51 .SS "Soft Carrier Capabilities" 56 connections, or are otherwise somewhat casual about the state of the Carrier 62 enables \fBsoft carrier\fR mode where the kernel does \fBnot\fR block opens 66 This behavior also matches the default \fBignore carrier detect\fR behavior of 71 The \fBhardware carrier\fR behavior (the driver's internal default) can be 82 port without the carrier detect signal being asserted, either through hardware 89 which drops Data Terminal Ready, after which Carrier Detect usually drops as 90 well. When the carrier is detected again with the \fB/dev/cua\fR device 99 If the \fB/dev/term\fR line is opened successfully (usually only when carrier 100 is recognized on the modem, though see \fBSoft Carrier Capabilities\fR section
|
| H A D | usbsprl.4d | 51 you can open a port without the carrier detect signal being asserted, either 57 (which drops Data Terminal Ready, after which Carrier Detect usually drops as 58 well) and carrier is detected again. A non-blocking \fB/dev/term\fR open 63 carrier is recognized on the modem), the corresponding \fB/dev/cua\fR line
|
| H A D | asy.4d | 64 \fB/dev/cua/\fR\fIn, \fR it is possible to open a port without the \fBCarrier 92 Terminal Ready\fR, after which \fBCarrier Detect\fR will usually drop as well) 93 and carrier is detected again. A non-blocking open will return an error. If the 95 carrier is recognized on the modem), the corresponding \fB/dev/cua/\fR\fIn\fR
|
| H A D | usbsacm.4d | 55 you can open a port without the carrier detect signal being asserted, either 67 (which drops Data Terminal Ready, after which Carrier Detect usually drops as 68 well) and carrier is detected again. A non-blocking /dev/term open returns an 72 If the /dev/term line is opened successfully (usually only when carrier is
|
| H A D | usbsksp.4d | 59 you can open a port without the carrier detect signal being asserted, either 70 (which drops Data Terminal Ready, after which Carrier Detect usually drops as 71 well) and carrier is detected again. A non-blocking \fB/dev/term\fR open 76 carrier is recognized on the modem), the corresponding \fB/dev/cua\fR line
|
| H A D | dnet.4d | 111 The \fBdnet\fR driver incorrectly counts carrier lost or no carrier errors 112 while in full-duplex mode. There is no carrier signal present when in
|
| /illumos-gate/usr/src/man/man8/ |
| H A D | ttyadm.8 | 55 Set the connect-on-carrier flag for the port. If the \fB-c\fR flag is set, 100 actually monitoring it, as with software carrier. 165 Set the software carrier value. \fBy\fR will turn software carrier on. \fBn\fR 166 will turn software carrier off.
|
| H A D | chat.8 | 251 often "CONNECTED" or "NO CARRIER" or "BUSY." If the modem fails to connect to 257 ABORT BUSY ABORT 'NO CARRIER' '' ATZ OK ATDT5551212 CONNECT 269 NO CARRIER string is received, it aborts for the same reason. 365 ABORT 'NO CARRIER' 403 ABORT "NO CARRIER"
|
| /illumos-gate/usr/src/cmd/consadm/ |
| H A D | consadm.c | 62 #define E_NO_CARRIER 3 /* Exit status for no carrier */ 266 /* handle lack of carrier on open */ 610 * fallback in event of carrier loss on the serial console. 725 "no carrier on %s, device will not be monitored.\n"), in fallbackdaemon() 753 "no carrier on %s, device will not be monitored.\n"), in fallbackdaemon() 773 /* no point polling if no devices with carrier */ in fallbackdaemon() 802 "lost carrier, unsetting console %s\n"), in fallbackdaemon() 805 "%s: lost carrier, unsetting auxiliary device %s", in fallbackdaemon() 911 /* Only verify carrier if it's an add operation */ in verifyarg() 914 warn(gettext("failure, no carrier on %s\n"), dev); in verifyarg() [all …]
|
| /illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/ |
| H A D | usbser_var.h | 111 kcondvar_t port_car_cv; /* port carrier cv */ 167 * will block in open(9E) until the CD (Carrier Detect) pin comes up, 172 * [2] tty mode open may be blocked waiting for carrier. 217 USBSER_FL_CARR_ON = 0x0004, /* carrier is on */ 223 USBSER_FL_IGNORE_CD = 0x0100, /* ignore carrier detect */
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
| H A D | usbftdi.conf | 30 # - in particular carrier detect, which is often left floating. 35 # carrier detect line; set this property to zero, or comment it out to
|
| /illumos-gate/usr/src/man/man4i/ |
| H A D | termio.4i | 1848 carrier detect 1865 The software carrier mode can be enabled or disabled using the 1868 If the software carrier flag for a line is off, 1869 the line pays attention to the hardware carrier detect (DCD) signal. 1875 If the software carrier flag is on, the line behaves as if 1879 The software carrier flag is usually turned on for locally connected terminals 1893 will not wait for the carrier. 2119 carrier detect input, the local system clock will be calibrated to it. 2137 depending on whether the software carrier detect is turned on or off. 2147 to turn off software carrier, or
|
| /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
| H A D | ofmtbig.awk | 49 #FreeBSD grape.carrier.kiev.ua 3.0-CURRENT FreeBSD 3.0-CURRENT #121: Thu Sep 3 51 #1:21:44 EEST 1998 archer@grape.carrier.kiev.ua:/usr/src/sys/compile/GRAPE
|
| /illumos-gate/usr/src/cmd/tip/aculib/ |
| H A D | dn11.c | 58 * open line - will return on carrier in dn_dialer() 62 (void) printf("lost carrier..."); in dn_dialer()
|
| H A D | v831.c | 64 * open line - will return on carrier in v831_dialer() 71 (void) printf("lost carrier..."); in v831_dialer()
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | dkerr.c | 66 "No carrier tone was detected", /* code 8 - no carrier tone det. */
|
| /illumos-gate/usr/src/uts/sun/io/eri/ |
| H A D | eri_phy.h | 55 #define ERI_PHY_FCSC 19 /* False Carrier Sense Counter */ 207 * Register 19 False Carrier Sense Counter 208 * This 16-bit counter is incremented for each false carrier event (i.e. carrier
|
| /illumos-gate/usr/src/uts/common/io/hme/ |
| H A D | hme_phy.h | 50 #define HME_PHY_FCSC 19 /* False Carrier Sense Counter */ 206 * Register 19 False Carrier Sense Counter 207 * This 16-bit counter is incremented for each false carrier event (i.e. carrier
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | asy.h | 225 #define ASY_MSR_DDCD 0x08 /* Delta Data Carrier Detect */ 229 #define ASY_MSR_DCD 0x80 /* Data Carrier Detect */ 376 uchar_t asy_mcr; /* soft carrier bits */ 457 #define ASYNC_CARR_ON 0x00000008 /* carrier on last time we looked */
|
| /illumos-gate/usr/src/uts/sun/sys/ |
| H A D | ser_async.h | 113 #define ZAS_CARR_ON 0x00000008 /* carrier on last time we looked */ 122 #define ZAS_SOFTC_ATTN 0x00000400 /* check soft carrier state in close */
|
| /illumos-gate/usr/src/uts/common/io/usb/clients/usbser/ |
| H A D | usbser.c | 1354 * wait for carrier (if necessary); 1385 * if tty open thread is sleeping waiting for carrier in usbser_open_setup() 1643 * check carrier in usbser_open_line_setup() 1652 * check carrier and wait if needed 1666 * check carrier in usbser_open_carrier_check() 1681 * 3) opening in dial-out mode, or 4) carrier is already on in usbser_open_carrier_check() 1690 * block until carrier up (only in tty mode) in usbser_open_carrier_check() 1693 "usbser_open_carrier_check: waiting for carrier..."); in usbser_open_carrier_check() 2392 * check carrier in usbser_status_proc_cb() 2396 * carrier present in usbser_status_proc_cb() [all …]
|
| /illumos-gate/usr/src/cmd/ttymon/ |
| H A D | tmpmtab.c | 71 "soft-carrier" in read_pmtab() 459 log("soft-carrier:\t%s", gptr->p_softcar); in dump_pmtab() 601 * Set the state of soft-carrier. in insert_pmtab() 638 * Set the state of soft-carrier. in insert_pmtab()
|
| /illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/ |
| H A D | myisp-chat.tmpl | 33 ABORT 'NO CARRIER'
|
| /illumos-gate/usr/src/uts/common/io/afe/ |
| H A D | afeimpl.h | 249 #define TXSTAT_CARRLOST 0x00000800U /* lost carrier */ 250 #define TXSTAT_NOCARR 0x00000400U /* no carrier */
|
| /illumos-gate/usr/src/uts/sun4/sys/ |
| H A D | sudev.h | 136 #define DDCD 0x08 /* Delta Data Carrier Detect */ 140 #define DCD 0x80 /* Data Carrier Detect */ 335 #define ASYNC_CARR_ON 0x00000008 /* carrier on last time we looked */
|