Home
last modified time | relevance | path

Searched refs:HUPCL (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydefaults.h55 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A D_termios.h137 #define HUPCL 0x00004000 /* hang up on last close */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c315 if ((cflag&HUPCL) == 0) in ttcompatgetflags()
451 cflag &= ~HUPCL; in ttcompatsetlflags()
453 cflag |= HUPCL; in ttcompatsetlflags()
H A Dtty.c97 HUPCL|CLOCAL|CCTS_OFLOW|CRTS_IFLOW|CDTR_IFLOW|\