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_block.txt.const | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 sys/linux/dev_block.txt.const (limited to 'sys/linux/dev_block.txt.const') diff --git a/sys/linux/dev_block.txt.const b/sys/linux/dev_block.txt.const new file mode 100644 index 000000000..379ac8037 --- /dev/null +++ b/sys/linux/dev_block.txt.const @@ -0,0 +1,39 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x +AT_FDCWD = ??? +BLKALIGNOFF = 4730, mips64le:ppc64le:536875642 +BLKBSZGET = 2148012656, 386:arm:2147750512, mips64le:ppc64le:1074270832 +BLKBSZSET = 1074270833, 386:arm:1074008689, mips64le:ppc64le:2148012657 +BLKDISCARD = 4727, mips64le:ppc64le:536875639 +BLKFLSBUF = 4705, mips64le:ppc64le:536875617 +BLKFRASET = 4708, mips64le:ppc64le:536875620 +BLKGETSIZE = 4704, mips64le:ppc64le:536875616 +BLKGETSIZE64 = 2148012658, 386:arm:2147750514, mips64le:ppc64le:1074270834 +BLKIOMIN = 4728, mips64le:ppc64le:536875640 +BLKIOOPT = 4729, mips64le:ppc64le:536875641 +BLKPBSZGET = 4731, mips64le:ppc64le:536875643 +BLKPG = 4713, mips64le:ppc64le:536875625 +BLKRAGET = 4707, mips64le:ppc64le:536875619 +BLKREPORTZONE = 3222278786 +BLKRESETZONE = 1074795139, mips64le:ppc64le:2148536963 +BLKROGET = 4702, mips64le:ppc64le:536875614 +BLKROSET = 4701, mips64le:ppc64le:536875613 +BLKROTATIONAL = 4734, mips64le:ppc64le:536875646 +BLKRRPART = 4703, mips64le:ppc64le:536875615 +BLKSECDISCARD = 4733, mips64le:ppc64le:536875645 +BLKSECTGET = 4711, mips64le:ppc64le:536875623 +BLKTRACESETUP = 3225948787, 386:3225424499 +BLKTRACESTART = 4724, mips64le:ppc64le:536875636 +BLKTRACESTOP = 4725, mips64le:ppc64le:536875637 +BLKTRACETEARDOWN = 4726, mips64le:ppc64le:536875638 +BLKTRACE_BDEV_SIZE = 32 +BLKZEROOUT = 4735, mips64le:ppc64le:536875647 +HDIO_GETGEO = 769 +IOC_PR_CLEAR = 1074819277, mips64le:ppc64le:2148561101 +IOC_PR_PREEMPT = 1075343563, mips64le:ppc64le:2149085387 +IOC_PR_PREEMPT_ABORT = 1075343564, mips64le:ppc64le:2149085388 +IOC_PR_REGISTER = 1075343560, mips64le:ppc64le:2149085384 +IOC_PR_RELEASE = 1074819274, mips64le:ppc64le:2148561098 +IOC_PR_RESERVE = 1074819273, mips64le:ppc64le:2148561097 +__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 -- cgit mrf-deployment