diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-01 20:08:32 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-01 20:18:51 +0100 |
| commit | e86ddaca2eac4d5b854e7e2ec4b315302ff0e13f (patch) | |
| tree | 50ed41a93458987feb750426942622d1360b4c19 /sys/linux/tty_ppc64le.const | |
| parent | ad2c9da9fbaeee1d362730714d0a01e895ed2e20 (diff) | |
sys/syz-extract: save unsupported consts to the const files
We currently print unsupported consts to console during make extract.
But this is not very useful as there are too many output now.
This also does not allow to understand what's unsupported
in newly checked-in descriptions, or what's unsupported in all current
decriptions.
Save unsupported consts to the const files instead.
This solves all of the above problems.
Diffstat (limited to 'sys/linux/tty_ppc64le.const')
| -rw-r--r-- | sys/linux/tty_ppc64le.const | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/linux/tty_ppc64le.const b/sys/linux/tty_ppc64le.const index f1fc0ea10..48a63cde0 100644 --- a/sys/linux/tty_ppc64le.const +++ b/sys/linux/tty_ppc64le.const @@ -40,8 +40,16 @@ PIO_UNIMAP = 19303 PIO_UNIMAPCLR = 19304 PIO_UNISCRNMAP = 19306 TCFLSH = 536900639 +# TCGETA is not set +# TCGETS is not set TCSBRK = 536900637 TCSBRKP = 21541 +# TCSETA is not set +# TCSETAF is not set +# TCSETAW is not set +# TCSETS is not set +# TCSETSF is not set +# TCSETSW is not set TCXONC = 536900638 TIOCCBRK = 21544 TIOCCONS = 21533 @@ -52,6 +60,7 @@ TIOCGPGRP = 1074033783 TIOCGPTPEER = 536892481 TIOCGSID = 21545 TIOCGSOFTCAR = 21529 +# TIOCGWINSZ is not set TIOCLINUX = 21532 TIOCMBIC = 21527 TIOCMBIS = 21526 @@ -68,6 +77,7 @@ TIOCSLCKTRMIOS = 21591 TIOCSPGRP = 2147775606 TIOCSSOFTCAR = 21530 TIOCSTI = 21522 +# TIOCSWINSZ is not set VT_ACTIVATE = 22022 VT_DISALLOCATE = 22024 VT_GETMODE = 22017 |
