Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dttydefaults.h81 #define TTYDEF_CFLAG (CREAD | CS8 | HUPCL)
H A Dtermios.h214 #define HUPCL 0x00004000 /* hang up on last close */ macro
/xnu-10002.41.9/bsd/kern/
H A Dtty_compat.c599 if ((cflag & HUPCL) == 0) { in ttcompatgetflags()
783 cflag &= ~HUPCL; in ttcompatsetlflags()
785 cflag |= HUPCL; in ttcompatsetlflags()
H A Dtty.c1269 SET(tp->t_cflag, HUPCL); in ttioctl_locked()