Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDtty.h77 #define TF_ASYNC 0x00100 /* Asynchronous I/O enabled. */ macro
/freebsd-11-stable/sys/kern/
HDtty.c1493 if (tp->t_flags & TF_ASYNC && tp->t_sigio != NULL) in tty_wakeup()
1627 tp->t_flags |= TF_ASYNC; in tty_generic_ioctl()
1629 tp->t_flags &= ~TF_ASYNC; in tty_generic_ioctl()
2232 { TF_ASYNC, 'Y' },
/freebsd-11-stable/usr.sbin/pstat/
HDpstat.c314 { TF_ASYNC, 'Y' },