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_rtc.txt.const | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sys/linux/dev_rtc.txt.const (limited to 'sys/linux/dev_rtc.txt.const') diff --git a/sys/linux/dev_rtc.txt.const b/sys/linux/dev_rtc.txt.const new file mode 100644 index 000000000..f818cf96a --- /dev/null +++ b/sys/linux/dev_rtc.txt.const @@ -0,0 +1,28 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x +AT_FDCWD = 18446744073709551516 +RTC_AIE_OFF = 28674, mips64le:ppc64le:536899586 +RTC_AIE_ON = 28673, mips64le:ppc64le:536899585 +RTC_ALM_READ = 2149871624, mips64le:ppc64le:1076129800 +RTC_ALM_SET = 1076129799, mips64le:ppc64le:2149871623 +RTC_EPOCH_READ = 2148036621, 386:arm:2147774477, mips64le:ppc64le:1074294797 +RTC_EPOCH_SET = 1074294798, 386:arm:1074032654, mips64le:ppc64le:2148036622 +RTC_IRQP_READ = 2148036619, 386:arm:2147774475, mips64le:ppc64le:1074294795 +RTC_IRQP_SET = 1074294796, 386:arm:1074032652, mips64le:ppc64le:2148036620 +RTC_MAX_FREQ = 8192 +RTC_PIE_OFF = 28678, mips64le:ppc64le:536899590 +RTC_PIE_ON = 28677, mips64le:ppc64le:536899589 +RTC_PLL_GET = 2149609489, 386:arm:2149347345, mips64le:ppc64le:1075867665 +RTC_PLL_SET = 1075867666, 386:arm:1075605522, mips64le:ppc64le:2149609490 +RTC_RD_TIME = 2149871625, mips64le:ppc64le:1076129801 +RTC_SET_TIME = 1076129802, mips64le:ppc64le:2149871626 +RTC_UIE_OFF = 28676, mips64le:ppc64le:536899588 +RTC_UIE_ON = 28675, mips64le:ppc64le:536899587 +RTC_VL_CLR = 28692, mips64le:ppc64le:536899604 +RTC_VL_READ = 2147774483, mips64le:ppc64le:1074032659 +RTC_WIE_OFF = 28688, mips64le:ppc64le:536899600 +RTC_WIE_ON = 28687, mips64le:ppc64le:536899599 +RTC_WKALM_RD = 2150133776, mips64le:ppc64le:1076391952 +RTC_WKALM_SET = 1076391951, mips64le:ppc64le:2150133775 +__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