diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-28 19:16:42 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-28 19:16:42 +0100 |
| commit | 6deb6153100d00ca8afcbd776a401bbf09f49d65 (patch) | |
| tree | 4ea7d9be248e5ec23037f9edce32c7c316e153a8 /sys/linux/tty.txt | |
| parent | 30dc9443ebd109ee6983aaad2999a484312914e1 (diff) | |
sys/linux: fix some copy-paste errors
Diffstat (limited to 'sys/linux/tty.txt')
| -rw-r--r-- | sys/linux/tty.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/sys/linux/tty.txt b/sys/linux/tty.txt index cccbb77a9..a688d9797 100644 --- a/sys/linux/tty.txt +++ b/sys/linux/tty.txt @@ -12,12 +12,12 @@ openat$ptmx(fd const[AT_FDCWD], file ptr[in, string["/dev/ptmx"]], flags flags[o syz_open_pts(fd fd_tty, flags flags[open_flags]) fd_tty ioctl$TCGETS(fd fd_tty, cmd const[TCGETS], arg ptr[out, termios]) ioctl$TCSETS(fd fd_tty, cmd const[TCSETS], arg ptr[in, termios]) -ioctl$TCSETSW(fd fd_tty, cmd const[TCSETS], arg ptr[in, termios]) +ioctl$TCSETSW(fd fd_tty, cmd const[TCSETSW], arg ptr[in, termios]) ioctl$TCSETSF(fd fd_tty, cmd const[TCSETSF], arg ptr[in, termios]) ioctl$TCGETA(fd fd_tty, cmd const[TCGETA], arg ptr[out, termio]) -ioctl$TCSETA(fd fd_tty, cmd const[TCSETS], arg ptr[in, termio]) -ioctl$TCSETAW(fd fd_tty, cmd const[TCSETS], arg ptr[in, termio]) -ioctl$TCSETAF(fd fd_tty, cmd const[TCSETSF], arg ptr[in, termio]) +ioctl$TCSETA(fd fd_tty, cmd const[TCSETA], arg ptr[in, termio]) +ioctl$TCSETAW(fd fd_tty, cmd const[TCSETAW], arg ptr[in, termio]) +ioctl$TCSETAF(fd fd_tty, cmd const[TCSETAF], arg ptr[in, termio]) ioctl$TIOCGLCKTRMIOS(fd fd_tty, cmd const[TIOCGLCKTRMIOS], arg ptr[in, termios]) ioctl$TIOCSLCKTRMIOS(fd fd_tty, cmd const[TIOCSLCKTRMIOS], arg ptr[out, termios]) ioctl$TIOCGWINSZ(fd fd_tty, cmd const[TIOCGWINSZ], arg ptr[out, winsize]) @@ -36,8 +36,8 @@ ioctl$TIOCCONS(fd fd_tty, cmd const[TIOCCONS]) ioctl$TIOCSCTTY(fd fd_tty, cmd const[TIOCSCTTY], arg intptr) ioctl$TIOCNOTTY(fd fd_tty, cmd const[TIOCNOTTY]) ioctl$TIOCGPGRP(fd fd_tty, cmd const[TIOCGPGRP], arg ptr[out, pid]) -ioctl$TIOCSPGRP(fd fd_tty, cmd const[TIOCGPGRP], arg ptr[in, pid]) -ioctl$TIOCGSID(fd fd_tty, cmd const[TIOCGPGRP], arg ptr[out, pid]) +ioctl$TIOCSPGRP(fd fd_tty, cmd const[TIOCSPGRP], arg ptr[in, pid]) +ioctl$TIOCGSID(fd fd_tty, cmd const[TIOCGSID], arg ptr[out, pid]) ioctl$TIOCEXCL(fd fd_tty, cmd const[TIOCEXCL]) ioctl$TIOCNXCL(fd fd_tty, cmd const[TIOCNXCL]) ioctl$TIOCGETD(fd fd_tty, cmd const[TIOCGETD], arg ptr[out, int32]) @@ -46,10 +46,9 @@ ioctl$TIOCPKT(fd fd_tty, cmd const[TIOCPKT], arg ptr[in, int32]) ioctl$TIOCMGET(fd fd_tty, cmd const[TIOCMGET], arg ptr[out, int32]) ioctl$TIOCMSET(fd fd_tty, cmd const[TIOCMSET], arg ptr[in, int32]) ioctl$TIOCMBIC(fd fd_tty, cmd const[TIOCMBIC], arg ptr[in, int32]) -ioctl$TIOCMBIS(fd fd_tty, cmd const[TIOCMBIC], arg ptr[in, int32]) +ioctl$TIOCMBIS(fd fd_tty, cmd const[TIOCMBIS], arg ptr[in, int32]) ioctl$TIOCGSOFTCAR(fd fd_tty, cmd const[TIOCGSOFTCAR], arg ptr[out, int32]) ioctl$TIOCSSOFTCAR(fd fd_tty, cmd const[TIOCSSOFTCAR], arg ptr[in, int32]) -ioctl$TIOCTTYGSTRUCT(fd fd_tty, cmd const[TIOCSSOFTCAR], arg buffer[out]) # For the TIOCLINUX ioctl, see console_ioctl(4). @@ -64,10 +63,10 @@ ioctl$KDENABIO(fd fd_tty, cmd const[KDENABIO]) ioctl$KDDISABIO(fd fd_tty, cmd const[KDDISABIO]) ioctl$KDSETMODE(fd fd_tty, cmd const[KDSETMODE], arg intptr) ioctl$KDGETMODE(fd fd_tty, cmd const[KDGETMODE], arg ptr[out, intptr]) -ioctl$KDMKTONE(fd fd_tty, cmd const[KDGETMODE], arg intptr) +ioctl$KDMKTONE(fd fd_tty, cmd const[KDMKTONE], arg intptr) ioctl$KIOCSOUND(fd fd_tty, cmd const[KIOCSOUND], arg intptr) ioctl$GIO_CMAP(fd fd_tty, cmd const[GIO_CMAP], arg ptr[out, io_cmap]) -ioctl$PIO_CMAP(fd fd_tty, cmd const[GIO_CMAP], arg ptr[in, io_cmap]) +ioctl$PIO_CMAP(fd fd_tty, cmd const[PIO_CMAP], arg ptr[in, io_cmap]) ioctl$GIO_FONT(fd fd_tty, cmd const[GIO_FONT], arg buffer[out]) ioctl$GIO_FONTX(fd fd_tty, cmd const[GIO_FONTX], arg buffer[out]) ioctl$PIO_FONT(fd fd_tty, cmd const[PIO_FONT], arg buffer[in]) |
