Searched refs:HUPCL (Results 26 - 32 of 32) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dttcompat.c1030 ((struct termios *)datap->b_rptr)->c_cflag |= HUPCL;
1141 (CRTSCTS|CRTSXOFF|PAREXT|LOBLK|HUPCL)) | CREAD;
H A Dasy.c1877 * If line has HUPCL set or is incompletely opened fix up the modem
1880 DEBUGCONT1(ASY_DEBUG_MODEM, "asy%dclose: next check HUPCL flag\n",
1883 if ((async->async_ttycommon.t_cflag & HUPCL) ||
1886 "asy%dclose: HUPCL flag = %x, ASYNC_WOPEN flag = %x\n",
1888 async->async_ttycommon.t_cflag & HUPCL,
2807 "prevent HUPCL hanging\n");
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c3010 old_syscon_termios.c_cflag &= ~HUPCL;
3015 stored_syscon_termios.c_cflag &= ~HUPCL;
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dzs_async.c1063 * If line has HUPCL set or is incompletely opened,
1079 (za->za_ttycommon.t_cflag & HUPCL))) {
3376 if (za->za_ttycommon.t_cflag & HUPCL) printf(" t_cfl:HUPCL");
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1319 tios.c_cflag |= CS8 | CREAD | HUPCL;
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1832 * drop DTR and RTS if HUPCL is set
1834 if (pp->port_ttycommon.t_cflag & HUPCL) {
/opensolaris-onvv-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1228 * line has HUPCL set or is incompletely opened, turn off DTR
1231 if (!nohupcl && ((async->async_ttycommon.t_cflag & HUPCL) ||

Completed in 103 milliseconds

12