Searched refs:DTR (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A DMakefile64 DTR=README dMakefile regexp.3 tptregexp.h regexp.c regsub.c regerror.c \ macro
104 dtr: r makedtr $(DTR)
105 makedtr $(DTR) >dtr
/opensolaris-onvv-gate/usr/src/uts/i86pc/boot/
H A Dboot_serial.h52 #define DTR 0x01 macro
H A Dboot_console.c377 uchar_t mcr = DTR | RTS;
/opensolaris-onvv-gate/usr/src/uts/sun4/sys/
H A Dsudev.h126 #define DTR 0x01 /* Data Terminal Ready */ macro
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s60 #define DTR 0x01 /* Data Terminal Ready */ define
514 D16 movb $[RTS|DTR], %al / data term ready & req to send
535 D16 movb $[RTS|DTR], %al / data term ready & req to send
1035 D16 movb $[RTS|DTR], %al / 1 stop bit, 8bit word len
1056 D16 movb $[RTS|DTR], %al / 1 stop bit, 8bit word len
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c626 OUTB(MCR, (DTR | RTS| OUT2));
1009 /* Raise DTR on every open */
1011 OUTB(MCR, mcr|DTR);
1227 * not turn off DTR and RTS no matter what. Otherwise, if the
1228 * line has HUPCL set or is incompletely opened, turn off DTR
1233 /* turn off DTR, RTS but NOT interrupt to 386 */
1481 /* B0 has been issued, lower DTR */
1484 /* raise DTR */
1485 OUTB(MCR, DTR|RTS|OUT2);
2145 * Drop DTR, abor
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dasy.h123 #define DTR 0x01 /* Data Terminal Ready */ macro
321 timeout_id_t async_dtrtid; /* delaying DTR turn on */
383 #define ASYNC_DTR_DELAY 0x00010000 /* delaying DTR turn on */
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dasy.c72 int asy_min_dtr_low = 500000; /* tunable: minimum DTR down time */
616 /* cancel DTR hold timeout */
891 asy->asy_mcr |= RTS|DTR; /* do use RTS/DTR after open */
916 * and DTR/RTS raised here because it might be that
920 "asy%dattach: set ASY_IGNORE_CD, set RTS & DTR\n",
927 /* Property for not raising DTR/RTS */
933 "ASY_RTS_DTR_OFF set and DTR & RTS set\n",
946 "asy%dattach: clear ASY_IGNORE_CD, clear RTS & DTR\n",
1417 DTR | RT
[all...]

Completed in 115 milliseconds