Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dtty.h186 #define TS_SIGINFO 0x00001 /* Ignore mask on dispatch SIGINFO */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dtty_pty.c1155 tp->t_state |= TS_SIGINFO; in ptyioctl()
H A Dtty.c2981 if (ISSET(tp->t_state, TS_SIGINFO)) { in ttysigintr()
2983 tp->t_state &= ~TS_SIGINFO; in ttysigintr()