Home
last modified time | relevance | path

Searched refs:NOKERNINFO (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dtermios.h258 #define NOKERNINFO 0x02000000 /* no kernel output from VSTATUS */ macro
/xnu-10002.41.9/bsd/kern/
H A Dtty_dev.c1074 ((tp->t_lflag & NOKERNINFO) == 0)) {
H A Dtty.c783 if (!ISSET(lflag, NOKERNINFO)) { in ttyinput()