From e86ddaca2eac4d5b854e7e2ec4b315302ff0e13f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 1 Feb 2018 20:08:32 +0100 Subject: 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. --- sys/linux/tty_ppc64le.const | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sys/linux/tty_ppc64le.const') 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 -- cgit mrf-deployment