From 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Aug 2020 07:51:02 +0200 Subject: sys/linux: switch to the new .const format This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 --- sys/linux/dev_ppp.txt.const | 52 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 sys/linux/dev_ppp.txt.const (limited to 'sys/linux/dev_ppp.txt.const') diff --git a/sys/linux/dev_ppp.txt.const b/sys/linux/dev_ppp.txt.const new file mode 100644 index 000000000..fe5cd9b9f --- /dev/null +++ b/sys/linux/dev_ppp.txt.const @@ -0,0 +1,52 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x +AT_FDCWD = ??? +NPMODE_DROP = 1 +NPMODE_ERROR = 2 +NPMODE_PASS = 0 +NPMODE_QUEUE = 3 +PPPIOCATTACH = 1074033725, mips64le:ppc64le:2147775549 +PPPIOCATTCHAN = 1074033720, mips64le:ppc64le:2147775544 +PPPIOCCONNECT = 1074033722, mips64le:ppc64le:2147775546 +PPPIOCDISCONN = 29753, mips64le:ppc64le:536900665 +PPPIOCGDEBUG = 2147775553, mips64le:ppc64le:1074033729 +PPPIOCGFLAGS = 2147775578, mips64le:ppc64le:1074033754 +PPPIOCGIDLE = 2148561983, 386:arm:2148037695, mips64le:ppc64le:1074820159 +PPPIOCGNPMODE = 3221779532 +PPPIOCGUNIT = 2147775574, mips64le:ppc64le:1074033750 +PPPIOCNEWUNIT = 3221517374 +PPPIOCSACTIVE = 1074820166, 386:arm:1074295878, mips64le:ppc64le:2148561990 +PPPIOCSCOMPRESS = 1074820173, 386:arm:1074558029, mips64le:ppc64le:2148561997 +PPPIOCSDEBUG = 1074033728, mips64le:ppc64le:2147775552 +PPPIOCSFLAGS = 1074033753, mips64le:ppc64le:2147775577 +PPPIOCSMAXCID = 1074033745, mips64le:ppc64le:2147775569 +PPPIOCSMRRU = 1074033723, mips64le:ppc64le:2147775547 +PPPIOCSMRU = 1074033746, mips64le:ppc64le:2147775570 +PPPIOCSNPMODE = 1074295883, mips64le:ppc64le:2148037707 +PPPIOCSPASS = 1074820167, 386:arm:1074295879, mips64le:ppc64le:2148561991 +PPP_AT = 41 +PPP_ATCP = 32809 +PPP_CBCP = 49193 +PPP_CCP = 33021 +PPP_CCPFRAG = 33019 +PPP_CHAP = 49699 +PPP_COMP = 253 +PPP_COMPFRAG = 251 +PPP_IP = 33 +PPP_IPCP = 32801 +PPP_IPV6 = 87 +PPP_IPV6CP = 32855 +PPP_IPX = 43 +PPP_IPXCP = 32811 +PPP_LCP = 49185 +PPP_LQR = 49189 +PPP_MP = 61 +PPP_MPLSCP = 33021 +PPP_MPLS_MC = 643 +PPP_MPLS_UC = 641 +PPP_PAP = 49187 +PPP_VJC_COMP = 45 +PPP_VJC_UNCOMP = 47 +__NR_ioctl = 54, amd64:16, arm64:riscv64:29, mips64le:5015 +__NR_openat = 56, 386:295, amd64:257, arm:322, mips64le:5247, ppc64le:286, s390x:288 +__NR_write = 4, amd64:1, arm64:riscv64:64, mips64le:5001 -- cgit mrf-deployment