Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PF_ASYNC
usr/src/uts/common/io/tty_pts.c
1004
if (pty->pt_flags & PF_ASYNC)
usr/src/uts/common/io/tty_pts.c
1015
if (pty->pt_flags & PF_ASYNC)
usr/src/uts/common/io/tty_pts.c
994
if (pty->pt_flags & PF_ASYNC)
usr/src/uts/common/io/tty_pty.c
779
pty->pt_flags |= PF_ASYNC;
usr/src/uts/common/io/tty_pty.c
781
pty->pt_flags &= ~PF_ASYNC;