Home
last modified time | relevance | path

Searched refs:NOFLSH (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/sys/
H A Dioctl_compat.h130 #define NOFLSH 0x80000000 /* no output flush on signal */ macro
149 #define LNOFLSH (NOFLSH>>16)
H A D_termios.h181 #define NOFLSH 0x80000000 /* don't flush after interrupt */ macro
/f-stack/freebsd/kern/
H A Dtty_compat.c329 flags |= lflag&(ECHO|TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatgetflags()
454 lflag &= ~(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags()
455 lflag |= flags&(TOSTOP|FLUSHO|PENDIN|NOFLSH); in ttcompatsetlflags()
H A Dtty_ttydisc.c972 if (!CMP_FLAG(l, NOFLSH)) in ttydisc_rint()
H A Dtty.c95 FLUSHO|NOKERNINFO|NOFLSH)