From 99d5b174bf9b6ff059a5cc1c78c063c468eed343 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 8 Feb 2024 16:58:29 -0800 Subject: [PATCH] ioctl/generate.sh: Use local toolchain for riscv32 (#107) RV32 toolchains are not yet packages by distributions, therefore download and install one into /opt before running the ioctl generation script. Update the generated files Signed-off-by: Khem Raj --- gen/ioctl/generate.sh | 10 + gen/ioctl/riscv32-ioctls.txt | 1502 ++++++++++++++++++++++++++++++++++ gen/modules/ioctl.h | 393 ++++----- src/riscv32/ioctl.rs | 393 ++++----- 4 files changed, 1918 insertions(+), 380 deletions(-) create mode 100644 gen/ioctl/riscv32-ioctls.txt diff --git a/gen/ioctl/generate.sh b/gen/ioctl/generate.sh index a9ec30c0..cd1817bc 100755 --- a/gen/ioctl/generate.sh +++ b/gen/ioctl/generate.sh @@ -38,6 +38,16 @@ qemu-mips64el -L /usr/mips64el-linux-gnuabi64 ./main.exe >> "$out" mipsel-linux-gnu-gcc -Iinclude -c list.c $cflags mipsel-linux-gnu-gcc main.c list.o -o main.exe $cflags qemu-mipsel -L /usr/mipsel-linux-gnu ./main.exe >> "$out" + +# RISCV32 tolchains are not yet packaged by major distributions e.g. debian etc. +# Therefore download it from https://github.com/riscv-collab/riscv-gnu-toolchain/releases +# e.g. riscv32-glibc-ubuntu-22.04-gcc-nightly-2024.02.02-nightly.tar.gz +# install it into /opt and then running below commands will succeed +# /opt/riscv/bin/riscv32-unknown-linux-gnu-gcc --sysroot=/opt/riscv/sysroot/ -Iinclude -c list.c $cflags +# /opt/riscv/bin/riscv32-unknown-linux-gnu-gcc --sysroot=/opt/riscv/sysroot/ main.c list.o -o main.exe $cflags +# /opt/riscv/bin/qemu-riscv32 -L /opt/riscv/sysroot/ ./main.exe >> "$out" +cat riscv32-ioctls.txt >> "$out" + riscv64-linux-gnu-gcc -Iinclude -c list.c $cflags riscv64-linux-gnu-gcc main.c list.o -o main.exe $cflags qemu-riscv64 -L /usr/riscv64-linux-gnu ./main.exe >> "$out" diff --git a/gen/ioctl/riscv32-ioctls.txt b/gen/ioctl/riscv32-ioctls.txt new file mode 100644 index 00000000..786bd9fb --- /dev/null +++ b/gen/ioctl/riscv32-ioctls.txt @@ -0,0 +1,1502 @@ +#if defined(__riscv) && __riscv_xlen == 32 +#define FIONREAD 0x541bul +#define FIONBIO 0x5421ul +#define FIOCLEX 0x5451ul +#define FIONCLEX 0x5450ul +#define FIOASYNC 0x5452ul +#define FIOQSIZE 0x5460ul +#define TCXONC 0x540aul +#define TCFLSH 0x540bul +#define TIOCSCTTY 0x540eul +#define TIOCSPGRP 0x5410ul +#define TIOCOUTQ 0x5411ul +#define TIOCSTI 0x5412ul +#define TIOCSWINSZ 0x5414ul +#define TIOCMGET 0x5415ul +#define TIOCMBIS 0x5416ul +#define TIOCMBIC 0x5417ul +#define TIOCMSET 0x5418ul +#define TIOCSSOFTCAR 0x541aul +#define TIOCLINUX 0x541cul +#define TIOCCONS 0x541dul +#define TIOCSSERIAL 0x541ful +#define TIOCPKT 0x5420ul +#define TIOCNOTTY 0x5422ul +#define TIOCSETD 0x5423ul +#define TIOCSBRK 0x5427ul +#define TIOCCBRK 0x5428ul +#define TIOCSRS485 0x542ful +#define TIOCSPTLCK 0x40045431ul +#define TIOCSIG 0x40045436ul +#define TIOCVHANGUP 0x5437ul +#define TIOCSERCONFIG 0x5453ul +#define TIOCSERGWILD 0x5454ul +#define TIOCSERSWILD 0x5455ul +#define TIOCSLCKTRMIOS 0x5457ul +#define TIOCSERGSTRUCT 0x5458ul +#define TIOCSERGETLSR 0x5459ul +#define TIOCSERGETMULTI 0x545aul +#define TIOCSERSETMULTI 0x545bul +#define TIOCMIWAIT 0x545cul +#define TCGETS 0x5401ul +#define TCGETA 0x5405ul +#define TCSBRK 0x5409ul +#define TCSBRKP 0x5425ul +#define TCSETA 0x5406ul +#define TCSETAF 0x5408ul +#define TCSETAW 0x5407ul +#define TIOCEXCL 0x540cul +#define TIOCNXCL 0x540dul +#define TIOCGDEV 0x80045432ul +#define TIOCGEXCL 0x80045440ul +#define TIOCGICOUNT 0x545dul +#define TIOCGLCKTRMIOS 0x5456ul +#define TIOCGPGRP 0x540ful +#define TIOCGPKT 0x80045438ul +#define TIOCGPTLCK 0x80045439ul +#define TIOCGPTN 0x80045430ul +#define TIOCGPTPEER 0x5441ul +#define TIOCGRS485 0x542eul +#define TIOCGSERIAL 0x541eul +#define TIOCGSID 0x5429ul +#define TIOCGSOFTCAR 0x5419ul +#define TIOCGWINSZ 0x5413ul +#define TCGETS2 0x802c542aul +#define TCGETX 0x5432ul +#define TCSETS 0x5402ul +#define TCSETS2 0x402c542bul +#define TCSETSF 0x5404ul +#define TCSETSF2 0x402c542dul +#define TCSETSW 0x5403ul +#define TCSETSW2 0x402c542cul +#define TCSETX 0x5433ul +#define TCSETXF 0x5434ul +#define TCSETXW 0x5435ul +#define TIOCGETD 0x5424ul +#define MTIOCGET 0x801c6d02ul +#define BLKSSZGET 0x1268ul +#define BLKPBSZGET 0x127bul +#define BLKROSET 0x125dul +#define BLKROGET 0x125eul +#define BLKRRPART 0x125ful +#define BLKGETSIZE 0x1260ul +#define BLKFLSBUF 0x1261ul +#define BLKRASET 0x1262ul +#define BLKRAGET 0x1263ul +#define BLKFRASET 0x1264ul +#define BLKFRAGET 0x1265ul +#define BLKSECTSET 0x1266ul +#define BLKSECTGET 0x1267ul +#define BLKPG 0x1269ul +#define BLKBSZGET 0x80041270ul +#define BLKBSZSET 0x40041271ul +#define BLKGETSIZE64 0x80041272ul +#define BLKTRACESETUP 0xc0481273ul +#define BLKTRACESTART 0x1274ul +#define BLKTRACESTOP 0x1275ul +#define BLKTRACETEARDOWN 0x1276ul +#define BLKDISCARD 0x1277ul +#define BLKIOMIN 0x1278ul +#define BLKIOOPT 0x1279ul +#define BLKALIGNOFF 0x127aul +#define BLKDISCARDZEROES 0x127cul +#define BLKSECDISCARD 0x127dul +#define BLKROTATIONAL 0x127eul +#define BLKZEROOUT 0x127ful +#define FIEMAP_MAX_OFFSET 0xfffffffful +#define FIEMAP_FLAG_SYNC 0x1ul +#define FIEMAP_FLAG_XATTR 0x2ul +#define FIEMAP_FLAG_CACHE 0x4ul +#define FIEMAP_FLAGS_COMPAT 0x3ul +#define FIEMAP_EXTENT_LAST 0x1ul +#define FIEMAP_EXTENT_UNKNOWN 0x2ul +#define FIEMAP_EXTENT_DELALLOC 0x4ul +#define FIEMAP_EXTENT_ENCODED 0x8ul +#define FIEMAP_EXTENT_DATA_ENCRYPTED 0x80ul +#define FIEMAP_EXTENT_NOT_ALIGNED 0x100ul +#define FIEMAP_EXTENT_DATA_INLINE 0x200ul +#define FIEMAP_EXTENT_DATA_TAIL 0x400ul +#define FIEMAP_EXTENT_UNWRITTEN 0x800ul +#define FIEMAP_EXTENT_MERGED 0x1000ul +#define FIEMAP_EXTENT_SHARED 0x2000ul +#define UFFDIO_REGISTER 0xc020aa00ul +#define UFFDIO_UNREGISTER 0x8010aa01ul +#define UFFDIO_WAKE 0x8010aa02ul +#define UFFDIO_COPY 0xc028aa03ul +#define UFFDIO_ZEROPAGE 0xc020aa04ul +#define UFFDIO_WRITEPROTECT 0xc018aa06ul +#define UFFDIO_API 0xc018aa3ful +#define NS_GET_USERNS 0xb701ul +#define NS_GET_PARENT 0xb702ul +#define NS_GET_NSTYPE 0xb703ul +#define KDGETLED 0x4b31ul +#define KDSETLED 0x4b32ul +#define KDGKBLED 0x4b64ul +#define KDSKBLED 0x4b65ul +#define KDGKBTYPE 0x4b33ul +#define KDADDIO 0x4b34ul +#define KDDELIO 0x4b35ul +#define KDENABIO 0x4b36ul +#define KDDISABIO 0x4b37ul +#define KDSETMODE 0x4b3aul +#define KDGETMODE 0x4b3bul +#define KDMKTONE 0x4b30ul +#define KIOCSOUND 0x4b2ful +#define GIO_CMAP 0x4b70ul +#define PIO_CMAP 0x4b71ul +#define GIO_FONT 0x4b60ul +#define GIO_FONTX 0x4b6bul +#define PIO_FONT 0x4b61ul +#define PIO_FONTX 0x4b6cul +#define PIO_FONTRESET 0x4b6dul +#define GIO_SCRNMAP 0x4b40ul +#define GIO_UNISCRNMAP 0x4b69ul +#define PIO_SCRNMAP 0x4b41ul +#define PIO_UNISCRNMAP 0x4b6aul +#define GIO_UNIMAP 0x4b66ul +#define PIO_UNIMAP 0x4b67ul +#define PIO_UNIMAPCLR 0x4b68ul +#define KDGKBMODE 0x4b44ul +#define KDSKBMODE 0x4b45ul +#define KDGKBMETA 0x4b62ul +#define KDSKBMETA 0x4b63ul +#define KDGKBENT 0x4b46ul +#define KDSKBENT 0x4b47ul +#define KDGKBSENT 0x4b48ul +#define KDSKBSENT 0x4b49ul +#define KDGKBDIACR 0x4b4aul +#define KDGETKEYCODE 0x4b4cul +#define KDSETKEYCODE 0x4b4dul +#define KDSIGACCEPT 0x4b4eul +#define VT_OPENQRY 0x5600ul +#define VT_GETMODE 0x5601ul +#define VT_SETMODE 0x5602ul +#define VT_GETSTATE 0x5603ul +#define VT_RELDISP 0x5605ul +#define VT_ACTIVATE 0x5606ul +#define VT_WAITACTIVE 0x5607ul +#define VT_DISALLOCATE 0x5608ul +#define VT_RESIZE 0x5609ul +#define VT_RESIZEX 0x560aul +#define FIOSETOWN 0x8901ul +#define SIOCSPGRP 0x8902ul +#define FIOGETOWN 0x8903ul +#define SIOCGPGRP 0x8904ul +#define SIOCATMARK 0x8905ul +#define SIOCGSTAMP 0x8906ul +#define TIOCINQ 0x541bul +#define SIOCADDRT 0x890bul +#define SIOCDELRT 0x890cul +#define SIOCGIFNAME 0x8910ul +#define SIOCSIFLINK 0x8911ul +#define SIOCGIFCONF 0x8912ul +#define SIOCGIFFLAGS 0x8913ul +#define SIOCSIFFLAGS 0x8914ul +#define SIOCGIFADDR 0x8915ul +#define SIOCSIFADDR 0x8916ul +#define SIOCGIFDSTADDR 0x8917ul +#define SIOCSIFDSTADDR 0x8918ul +#define SIOCGIFBRDADDR 0x8919ul +#define SIOCSIFBRDADDR 0x891aul +#define SIOCGIFNETMASK 0x891bul +#define SIOCSIFNETMASK 0x891cul +#define SIOCGIFMETRIC 0x891dul +#define SIOCSIFMETRIC 0x891eul +#define SIOCGIFMEM 0x891ful +#define SIOCSIFMEM 0x8920ul +#define SIOCGIFMTU 0x8921ul +#define SIOCSIFMTU 0x8922ul +#define SIOCSIFHWADDR 0x8924ul +#define SIOCGIFENCAP 0x8925ul +#define SIOCSIFENCAP 0x8926ul +#define SIOCGIFHWADDR 0x8927ul +#define SIOCGIFSLAVE 0x8929ul +#define SIOCSIFSLAVE 0x8930ul +#define SIOCADDMULTI 0x8931ul +#define SIOCDELMULTI 0x8932ul +#define SIOCDARP 0x8953ul +#define SIOCGARP 0x8954ul +#define SIOCSARP 0x8955ul +#define SIOCDRARP 0x8960ul +#define SIOCGRARP 0x8961ul +#define SIOCSRARP 0x8962ul +#define SIOCGIFMAP 0x8970ul +#define SIOCSIFMAP 0x8971ul +#define SIOCRTMSG 0x890dul +#define SIOCSIFNAME 0x8923ul +#define SIOCGIFINDEX 0x8933ul +#define SIOGIFINDEX 0x8933ul +#define SIOCSIFPFLAGS 0x8934ul +#define SIOCGIFPFLAGS 0x8935ul +#define SIOCDIFADDR 0x8936ul +#define SIOCSIFHWBROADCAST 0x8937ul +#define SIOCGIFCOUNT 0x8938ul +#define SIOCGIFBR 0x8940ul +#define SIOCSIFBR 0x8941ul +#define SIOCGIFTXQLEN 0x8942ul +#define SIOCSIFTXQLEN 0x8943ul +#define SIOCADDDLCI 0x8980ul +#define SIOCDELDLCI 0x8981ul +#define SIOCDEVPRIVATE 0x89f0ul +#define SIOCPROTOPRIVATE 0x89e0ul +#define FIBMAP 0x1ul +#define FIGETBSZ 0x2ul +#define FIFREEZE 0xc0045877ul +#define FITHAW 0xc0045878ul +#define FITRIM 0xc0185879ul +#define FICLONE 0x40049409ul +#define FICLONERANGE 0x4020940dul +#define FIDEDUPERANGE 0xc0189436ul +#define FS_IOC_GETFLAGS 0x80046601ul +#define FS_IOC_SETFLAGS 0x40046602ul +#define FS_IOC_GETVERSION 0x80047601ul +#define FS_IOC_SETVERSION 0x40047602ul +#define FS_IOC_FIEMAP 0xc020660bul +#define FS_IOC32_GETFLAGS 0x80046601ul +#define FS_IOC32_SETFLAGS 0x40046602ul +#define FS_IOC32_GETVERSION 0x80047601ul +#define FS_IOC32_SETVERSION 0x40047602ul +#define FS_IOC_FSGETXATTR 0x801c581ful +#define FS_IOC_FSSETXATTR 0x401c5820ul +#define FS_IOC_GETFSLABEL 0x81009431ul +#define FS_IOC_SETFSLABEL 0x41009432ul +#define EXT4_IOC_GETVERSION 0x80046603ul +#define EXT4_IOC_SETVERSION 0x40046604ul +#define EXT4_IOC_GETVERSION_OLD 0x80047601ul +#define EXT4_IOC_SETVERSION_OLD 0x40047602ul +#define EXT4_IOC_GETRSVSZ 0x80046605ul +#define EXT4_IOC_SETRSVSZ 0x40046606ul +#define EXT4_IOC_GROUP_EXTEND 0x40046607ul +#define EXT4_IOC_MIGRATE 0x6609ul +#define EXT4_IOC_ALLOC_DA_BLKS 0x660cul +#define EXT4_IOC_RESIZE_FS 0x40086610ul +#define EXT4_IOC_SWAP_BOOT 0x6611ul +#define EXT4_IOC_PRECACHE_EXTENTS 0x6612ul +#define EXT4_IOC_CLEAR_ES_CACHE 0x6628ul +#define EXT4_IOC_GETSTATE 0x40046629ul +#define EXT4_IOC_GET_ES_CACHE 0xc020662aul +#define EXT4_IOC_CHECKPOINT 0x4004662bul +#define EXT4_IOC_SHUTDOWN 0x8004587dul +#define EXT4_IOC32_GETVERSION 0x80046603ul +#define EXT4_IOC32_SETVERSION 0x40046604ul +#define EXT4_IOC32_GETRSVSZ 0x80046605ul +#define EXT4_IOC32_SETRSVSZ 0x40046606ul +#define EXT4_IOC32_GROUP_EXTEND 0x40046607ul +#define EXT4_IOC32_GETVERSION_OLD 0x80047601ul +#define EXT4_IOC32_SETVERSION_OLD 0x40047602ul +#define VIDIOC_SUBDEV_QUERYSTD 0x8008563ful +#define AUTOFS_DEV_IOCTL_CLOSEMOUNT 0xc0189375ul +#define LIRC_SET_SEND_CARRIER 0x40046913ul +#define AUTOFS_IOC_PROTOSUBVER 0x80049367ul +#define PTP_SYS_OFFSET_PRECISE 0xc0403d08ul +#define FSI_SCOM_WRITE 0xc0207302ul +#define ATM_GETCIRANGE 0x400c618aul +#define DMA_BUF_SET_NAME_B 0x40086201ul +#define RIO_CM_EP_GET_LIST_SIZE 0xc0046301ul +#define TUNSETPERSIST 0x400454cbul +#define FS_IOC_GET_ENCRYPTION_POLICY 0x400c6615ul +#define CEC_RECEIVE 0xc0386106ul +#define MGSL_IOCGPARAMS 0x80206d01ul +#define ENI_SETMULT 0x400c6167ul +#define RIO_GET_EVENT_MASK 0x80046d0eul +#define LIRC_GET_MAX_TIMEOUT 0x80046909ul +#define USBDEVFS_CLAIMINTERFACE 0x8004550ful +#define CHIOMOVE 0x40146301ul +#define SONYPI_IOCGBATFLAGS 0x80017607ul +#define BTRFS_IOC_SYNC 0x9408ul +#define VIDIOC_TRY_FMT 0xc0cc5640ul +#define LIRC_SET_REC_MODE 0x40046912ul +#define VIDIOC_DQEVENT 0x80805659ul +#define RPMSG_DESTROY_EPT_IOCTL 0xb502ul +#define UVCIOC_CTRL_MAP 0xc0587520ul +#define VHOST_SET_BACKEND_FEATURES 0x4008af25ul +#define VHOST_VSOCK_SET_GUEST_CID 0x4008af60ul +#define UI_SET_KEYBIT 0x40045565ul +#define LIRC_SET_REC_TIMEOUT 0x40046918ul +#define FS_IOC_GET_ENCRYPTION_KEY_STATUS 0xc080661aul +#define BTRFS_IOC_TREE_SEARCH_V2 0xc0709411ul +#define VHOST_SET_VRING_BASE 0x4008af12ul +#define RIO_ENABLE_DOORBELL_RANGE 0x40086d09ul +#define VIDIOC_TRY_EXT_CTRLS 0xc0185649ul +#define LIRC_GET_REC_MODE 0x80046902ul +#define PPGETTIME 0x80087095ul +#define BTRFS_IOC_RM_DEV 0x5000940bul +#define ATM_SETBACKEND 0x400261f2ul +#define FSL_HV_IOCTL_PARTITION_START 0xc010af03ul +#define FBIO_WAITEVENT 0x4688ul +#define SWITCHTEC_IOCTL_PORT_TO_PFF 0xc00c5745ul +#define NVME_IOCTL_IO_CMD 0xc0484e43ul +#define IPMICTL_RECEIVE_MSG_TRUNC 0xc018690bul +#define FDTWADDLE 0x259ul +#define NVME_IOCTL_SUBMIT_IO 0x40304e42ul +#define NILFS_IOCTL_SYNC 0x80086e8aul +#define VIDIOC_SUBDEV_S_DV_TIMINGS 0xc0845657ul +#define ASPEED_LPC_CTRL_IOCTL_GET_SIZE 0xc010b200ul +#define DM_DEV_STATUS 0xc138fd07ul +#define TEE_IOC_CLOSE_SESSION 0x8004a405ul +#define NS_GETPSTAT 0xc00c6161ul +#define UI_SET_PROPBIT 0x4004556eul +#define TUNSETFILTEREBPF 0x800454e1ul +#define RIO_MPORT_MAINT_COMPTAG_SET 0x40046d02ul +#define AUTOFS_DEV_IOCTL_VERSION 0xc0189371ul +#define WDIOC_SETOPTIONS 0x80045704ul +#define VHOST_SCSI_SET_ENDPOINT 0x40e8af40ul +#define MGSL_IOCGTXIDLE 0x6d03ul +#define ATM_ADDLECSADDR 0x400c618eul +#define FSL_HV_IOCTL_GETPROP 0xc028af07ul +#define FDGETPRM 0x801c0204ul +#define HIDIOCAPPLICATION 0x4802ul +#define ENI_MEMDUMP 0x400c6160ul +#define PTP_SYS_OFFSET2 0x43403d0eul +#define VIDIOC_SUBDEV_G_DV_TIMINGS 0xc0845658ul +#define DMA_BUF_SET_NAME_A 0x40046201ul +#define PTP_PIN_GETFUNC 0xc0603d06ul +#define PTP_SYS_OFFSET_EXTENDED 0xc4c03d09ul +#define DFL_FPGA_PORT_UINT_SET_IRQ 0x4008b648ul +#define RTC_EPOCH_READ 0x8004700dul +#define VIDIOC_SUBDEV_S_SELECTION 0xc040563eul +#define VIDIOC_QUERY_EXT_CTRL 0xc0e85667ul +#define ATM_GETLECSADDR 0x400c6190ul +#define FSL_HV_IOCTL_PARTITION_STOP 0xc008af04ul +#define SONET_GETDIAG 0x80046114ul +#define ATMMPC_DATA 0x61d9ul +#define IPMICTL_UNREGISTER_FOR_CMD_CHANS 0x800c691dul +#define HIDIOCGCOLLECTIONINDEX 0x40184810ul +#define RPMSG_CREATE_EPT_IOCTL 0x4028b501ul +#define GPIOHANDLE_GET_LINE_VALUES_IOCTL 0xc040b408ul +#define UI_DEV_SETUP 0x405c5503ul +#define ISST_IF_IO_CMD 0x4004fe02ul +#define RIO_MPORT_MAINT_READ_REMOTE 0x80186d07ul +#define VIDIOC_OMAP3ISP_HIST_CFG 0xc03056c4ul +#define BLKGETNRZONES 0x80041285ul +#define VIDIOC_G_MODULATOR 0xc0445636ul +#define VBG_IOCTL_WRITE_CORE_DUMP 0xc01c5613ul +#define USBDEVFS_SETINTERFACE 0x80085504ul +#define PPPIOCGCHAN 0x80047437ul +#define EVIOCGVERSION 0x80044501ul +#define VHOST_NET_SET_BACKEND 0x4008af30ul +#define USBDEVFS_REAPURBNDELAY 0x4004550dul +#define RNDZAPENTCNT 0x5204ul +#define VIDIOC_G_PARM 0xc0cc5615ul +#define TUNGETDEVNETNS 0x54e3ul +#define LIRC_SET_MEASURE_CARRIER_MODE 0x4004691dul +#define VHOST_SET_VRING_ERR 0x4008af22ul +#define VDUSE_VQ_SETUP 0x40208114ul +#define AUTOFS_IOC_SETTIMEOUT 0xc0049364ul +#define VIDIOC_S_FREQUENCY 0x402c5639ul +#define F2FS_IOC_SEC_TRIM_FILE 0x4018f514ul +#define FS_IOC_REMOVE_ENCRYPTION_KEY 0xc0406618ul +#define WDIOC_GETPRETIMEOUT 0x80045709ul +#define USBDEVFS_DROP_PRIVILEGES 0x4004551eul +#define BTRFS_IOC_SNAP_CREATE_V2 0x50009417ul +#define VHOST_VSOCK_SET_RUNNING 0x4004af61ul +#define STP_SET_OPTIONS 0x40082502ul +#define FBIO_RADEON_GET_MIRROR 0x80044003ul +#define IVTVFB_IOC_DMA_FRAME 0x400c56c0ul +#define IPMICTL_SEND_COMMAND 0x8014690dul +#define VIDIOC_G_ENC_INDEX 0x8818564cul +#define DFL_FPGA_FME_PORT_PR 0xb680ul +#define CHIOSVOLTAG 0x40306312ul +#define ATM_SETESIF 0x400c618dul +#define FW_CDEV_IOC_SEND_RESPONSE 0x40182304ul +#define PMU_IOC_GET_MODEL 0x80044203ul +#define JSIOCGBTNMAP 0x84006a34ul +#define USBDEVFS_HUB_PORTINFO 0x80805513ul +#define VBG_IOCTL_INTERRUPT_ALL_WAIT_FOR_EVENTS 0xc018560bul +#define FDCLRPRM 0x241ul +#define BTRFS_IOC_SCRUB 0xc400941bul +#define USBDEVFS_DISCONNECT 0x5516ul +#define TUNSETVNETBE 0x400454deul +#define ATMTCP_REMOVE 0x618ful +#define VHOST_VDPA_GET_CONFIG 0x8008af73ul +#define PPPIOCGNPMODE 0xc008744cul +#define FDGETDRVPRM 0x80580211ul +#define TUNSETVNETLE 0x400454dcul +#define PHN_SETREG 0x40087006ul +#define PPPIOCDETACH 0x4004743cul +#define MMTIMER_GETRES 0x80046d01ul +#define VIDIOC_SUBDEV_ENUMSTD 0xc0485619ul +#define PPGETFLAGS 0x8004709aul +#define VDUSE_DEV_GET_FEATURES 0x80088111ul +#define CAPI_MANUFACTURER_CMD 0xc0084320ul +#define VIDIOC_G_TUNER 0xc054561dul +#define DM_TABLE_STATUS 0xc138fd0cul +#define DM_DEV_ARM_POLL 0xc138fd10ul +#define NE_CREATE_VM 0x8008ae20ul +#define MEDIA_IOC_ENUM_LINKS 0xc01c7c02ul +#define F2FS_IOC_PRECACHE_EXTENTS 0xf50ful +#define DFL_FPGA_PORT_DMA_MAP 0xb643ul +#define MGSL_IOCGXCTRL 0x6d16ul +#define FW_CDEV_IOC_SEND_REQUEST 0x40282301ul +#define SONYPI_IOCGBLUE 0x80017608ul +#define F2FS_IOC_DECOMPRESS_FILE 0xf517ul +#define I2OHTML 0xc01c6909ul +#define VFIO_GET_API_VERSION 0x3b64ul +#define IDT77105_GETSTATZ 0x400c6133ul +#define I2OPARMSET 0xc0186903ul +#define TEE_IOC_CANCEL 0x8008a404ul +#define PTP_SYS_OFFSET_PRECISE2 0xc0403d11ul +#define DFL_FPGA_PORT_RESET 0xb640ul +#define PPPIOCGASYNCMAP 0x80047458ul +#define EVIOCGKEYCODE_V2 0x80284504ul +#define DM_DEV_SET_GEOMETRY 0xc138fd0ful +#define HIDIOCSUSAGE 0x4018480cul +#define FW_CDEV_IOC_DEALLOCATE_ISO_RESOURCE_ONCE 0x40182310ul +#define PTP_EXTTS_REQUEST 0x40103d02ul +#define SWITCHTEC_IOCTL_EVENT_CTL 0xc0285743ul +#define WDIOC_SETPRETIMEOUT 0xc0045708ul +#define VHOST_SCSI_CLEAR_ENDPOINT 0x40e8af41ul +#define JSIOCGAXES 0x80016a11ul +#define HIDIOCSFLAG 0x4004480ful +#define PTP_PEROUT_REQUEST2 0x40383d0cul +#define PPWDATA 0x40017086ul +#define PTP_CLOCK_GETCAPS 0x80503d01ul +#define FDGETMAXERRS 0x8014020eul +#define TUNSETQUEUE 0x400454d9ul +#define PTP_ENABLE_PPS 0x40043d04ul +#define SIOCSIFATMTCP 0x6180ul +#define CEC_ADAP_G_LOG_ADDRS 0x805c6103ul +#define ND_IOCTL_ARS_CAP 0xc0204e01ul +#define NBD_SET_BLKSIZE 0xab01ul +#define NBD_SET_TIMEOUT 0xab09ul +#define VHOST_SCSI_GET_ABI_VERSION 0x4004af42ul +#define RIO_UNMAP_INBOUND 0x40086d12ul +#define ATM_QUERYLOOP 0x400c6154ul +#define DFL_FPGA_GET_API_VERSION 0xb600ul +#define USBDEVFS_WAIT_FOR_RESUME 0x5523ul +#define FBIO_CURSOR 0xc0484608ul +#define RNDCLEARPOOL 0x5206ul +#define VIDIOC_QUERYSTD 0x8008563ful +#define DMA_BUF_IOCTL_SYNC 0x40086200ul +#define SCIF_RECV 0xc0187307ul +#define PTP_PIN_GETFUNC2 0xc0603d0ful +#define FW_CDEV_IOC_ALLOCATE 0xc0202302ul +#define CEC_ADAP_G_CAPS 0xc04c6100ul +#define VIDIOC_G_FBUF 0x802c560aul +#define PTP_ENABLE_PPS2 0x40043d0dul +#define PCITEST_CLEAR_IRQ 0x5010ul +#define IPMICTL_SET_GETS_EVENTS_CMD 0x80046910ul +#define BTRFS_IOC_DEVICES_READY 0x90009427ul +#define JSIOCGAXMAP 0x80406a32ul +#define FW_CDEV_IOC_GET_CYCLE_TIMER 0x8010230cul +#define FW_CDEV_IOC_SET_ISO_CHANNELS 0x40102317ul +#define RTC_WIE_OFF 0x7010ul +#define PPGETMODE 0x80047098ul +#define VIDIOC_DBG_G_REGISTER 0xc0385650ul +#define PTP_SYS_OFFSET 0x43403d05ul +#define BTRFS_IOC_SPACE_INFO 0xc0109414ul +#define VIDIOC_SUBDEV_ENUM_FRAME_SIZE 0xc040564aul +#define ND_IOCTL_VENDOR 0xc0084e09ul +#define SCIF_VREADFROM 0xc028730cul +#define BTRFS_IOC_TRANS_START 0x9406ul +#define INOTIFY_IOC_SETNEXTWD 0x40044900ul +#define SNAPSHOT_GET_IMAGE_SIZE 0x8008330eul +#define TUNDETACHFILTER 0x400854d6ul +#define ND_IOCTL_CLEAR_ERROR 0xc0204e04ul +#define IOC_PR_CLEAR 0x401070cdul +#define SCIF_READFROM 0xc028730aul +#define PPPIOCGDEBUG 0x80047441ul +#define BLKGETZONESZ 0x80041284ul +#define HIDIOCGUSAGES 0xd01c4813ul +#define SONYPI_IOCGTEMP 0x8001760cul +#define UI_SET_MSCBIT 0x40045568ul +#define APM_IOC_SUSPEND 0x4102ul +#define BTRFS_IOC_TREE_SEARCH 0xd0009411ul +#define RTC_PLL_GET 0x801c7011ul +#define RIO_CM_EP_GET_LIST 0xc0046302ul +#define USBDEVFS_DISCSIGNAL 0x8008550eul +#define LIRC_GET_MIN_TIMEOUT 0x80046908ul +#define SWITCHTEC_IOCTL_EVENT_SUMMARY_LEGACY 0x81985742ul +#define DM_TARGET_MSG 0xc138fd0eul +#define SONYPI_IOCGBAT1REM 0x80027603ul +#define EVIOCSFF 0x402c4580ul +#define TUNSETGROUP 0x400454ceul +#define EVIOCGKEYCODE 0x80084504ul +#define KCOV_REMOTE_ENABLE 0x40186366ul +#define ND_IOCTL_GET_CONFIG_SIZE 0xc00c4e04ul +#define FDEJECT 0x25aul +#define TUNSETOFFLOAD 0x400454d0ul +#define PPPIOCCONNECT 0x4004743aul +#define ATM_ADDADDR 0x400c6188ul +#define VDUSE_DEV_INJECT_CONFIG_IRQ 0x8113ul +#define AUTOFS_DEV_IOCTL_ASKUMOUNT 0xc018937dul +#define VHOST_VDPA_GET_STATUS 0x8001af71ul +#define CCISS_PASSTHRU 0xc054420bul +#define MGSL_IOCCLRMODCOUNT 0x6d0ful +#define TEE_IOC_SUPPL_SEND 0x8010a407ul +#define ATMARPD_CTRL 0x61e1ul +#define UI_ABS_SETUP 0x401c5504ul +#define UI_DEV_DESTROY 0x5502ul +#define BTRFS_IOC_QUOTA_CTL 0xc0109428ul +#define RTC_AIE_ON 0x7001ul +#define AUTOFS_IOC_EXPIRE 0x810c9365ul +#define PPPIOCSDEBUG 0x40047440ul +#define GPIO_V2_LINE_SET_VALUES_IOCTL 0xc010b40ful +#define PPPIOCSMRU 0x40047452ul +#define CCISS_DEREGDISK 0x420cul +#define UI_DEV_CREATE 0x5501ul +#define FUSE_DEV_IOC_CLONE 0x8004e500ul +#define BTRFS_IOC_START_SYNC 0x80089418ul +#define NILFS_IOCTL_DELETE_CHECKPOINT 0x40086e81ul +#define SNAPSHOT_AVAIL_SWAP_SIZE 0x80083313ul +#define DM_TABLE_CLEAR 0xc138fd0aul +#define CCISS_GETINTINFO 0x80084202ul +#define PPPIOCSASYNCMAP 0x40047457ul +#define I2OEVTGET 0x8068690bul +#define NVME_IOCTL_RESET 0x4e44ul +#define PPYIELD 0x708dul +#define NVME_IOCTL_IO64_CMD 0xc0504e48ul +#define TUNSETCARRIER 0x400454e2ul +#define DM_DEV_WAIT 0xc138fd08ul +#define RTC_WIE_ON 0x700ful +#define MEDIA_IOC_DEVICE_INFO 0xc1007c00ul +#define RIO_CM_CHAN_CREATE 0xc0026303ul +#define MGSL_IOCSPARAMS 0x40206d00ul +#define RTC_SET_TIME 0x4024700aul +#define VHOST_RESET_OWNER 0xaf02ul +#define IOC_OPAL_PSID_REVERT_TPR 0x410870e8ul +#define AUTOFS_DEV_IOCTL_OPENMOUNT 0xc0189374ul +#define UDF_GETEABLOCK 0x80046c41ul +#define VFIO_IOMMU_MAP_DMA 0x3b71ul +#define VIDIOC_SUBSCRIBE_EVENT 0x4020565aul +#define HIDIOCGFLAG 0x8004480eul +#define HIDIOCGUCODE 0xc018480dul +#define VIDIOC_OMAP3ISP_AF_CFG 0xc04c56c5ul +#define DM_REMOVE_ALL 0xc138fd01ul +#define ASPEED_LPC_CTRL_IOCTL_MAP 0x4010b201ul +#define CCISS_GETFIRMVER 0x80044208ul +#define ND_IOCTL_ARS_START 0xc0204e02ul +#define PPPIOCSMRRU 0x4004743bul +#define CEC_ADAP_S_LOG_ADDRS 0xc05c6104ul +#define RPROC_GET_SHUTDOWN_ON_RELEASE 0x8004b702ul +#define DMA_HEAP_IOCTL_ALLOC 0xc0184800ul +#define PPSETTIME 0x40087096ul +#define RTC_ALM_READ 0x80247008ul +#define VDUSE_SET_API_VERSION 0x40088101ul +#define RIO_MPORT_MAINT_WRITE_REMOTE 0x40186d08ul +#define VIDIOC_SUBDEV_S_CROP 0xc038563cul +#define USBDEVFS_CONNECT 0x5517ul +#define SYNC_IOC_FILE_INFO 0xc0383e04ul +#define ATMARP_MKIP 0x61e2ul +#define VFIO_IOMMU_SPAPR_TCE_GET_INFO 0x3b70ul +#define CCISS_GETHEARTBEAT 0x80044206ul +#define ATM_RSTADDR 0x400c6187ul +#define NBD_SET_SIZE 0xab02ul +#define UDF_GETVOLIDENT 0x80046c42ul +#define GPIO_V2_LINE_GET_VALUES_IOCTL 0xc010b40eul +#define MGSL_IOCSTXIDLE 0x6d02ul +#define FSL_HV_IOCTL_SETPROP 0xc028af08ul +#define BTRFS_IOC_GET_DEV_STATS 0xc4089434ul +#define PPRSTATUS 0x80017081ul +#define MGSL_IOCTXENABLE 0x6d04ul +#define UDF_GETEASIZE 0x80046c40ul +#define NVME_IOCTL_ADMIN64_CMD 0xc0504e47ul +#define VHOST_SET_OWNER 0xaf01ul +#define RIO_ALLOC_DMA 0xc0186d13ul +#define RIO_CM_CHAN_ACCEPT 0xc0086307ul +#define I2OHRTGET 0xc00c6901ul +#define ATM_SETCIRANGE 0x400c618bul +#define HPET_IE_ON 0x6801ul +#define PERF_EVENT_IOC_ID 0x80042407ul +#define TUNSETSNDBUF 0x400454d4ul +#define PTP_PIN_SETFUNC 0x40603d07ul +#define PPPIOCDISCONN 0x7439ul +#define VIDIOC_QUERYCTRL 0xc0445624ul +#define PPEXCL 0x708ful +#define PCITEST_MSI 0x40045003ul +#define FDWERRORCLR 0x256ul +#define AUTOFS_IOC_FAIL 0x9361ul +#define USBDEVFS_IOCTL 0xc00c5512ul +#define VIDIOC_S_STD 0x40085618ul +#define F2FS_IOC_RESIZE_FS 0x4008f510ul +#define SONET_SETDIAG 0xc0046112ul +#define BTRFS_IOC_DEFRAG 0x50009402ul +#define CCISS_GETDRIVVER 0x80044209ul +#define IPMICTL_GET_TIMING_PARMS_CMD 0x80086917ul +#define HPET_IRQFREQ 0x40046806ul +#define ATM_GETESI 0x400c6185ul +#define CCISS_GETLUNINFO 0x800c4211ul +#define AUTOFS_DEV_IOCTL_ISMOUNTPOINT 0xc018937eul +#define TEE_IOC_SHM_ALLOC 0xc010a401ul +#define PERF_EVENT_IOC_SET_BPF 0x40042408ul +#define UDMABUF_CREATE_LIST 0x40087543ul +#define VHOST_SET_LOG_BASE 0x4008af04ul +#define ZATM_GETPOOL 0x400c6161ul +#define BR2684_SETFILT 0x401c6190ul +#define RNDGETPOOL 0x80085202ul +#define PPS_GETPARAMS 0x800470a1ul +#define IOC_PR_RESERVE 0x401070c9ul +#define VIDIOC_TRY_DECODER_CMD 0xc0485661ul +#define RIO_CM_CHAN_CLOSE 0x40026304ul +#define VIDIOC_DV_TIMINGS_CAP 0xc0905664ul +#define IOCTL_MEI_CONNECT_CLIENT_VTAG 0xc0144804ul +#define PMU_IOC_GET_BACKLIGHT 0x80044201ul +#define USBDEVFS_GET_CAPABILITIES 0x8004551aul +#define SCIF_WRITETO 0xc028730bul +#define UDF_RELOCATE_BLOCKS 0xc0046c43ul +#define FSL_HV_IOCTL_PARTITION_RESTART 0xc008af01ul +#define CCISS_REGNEWD 0x420eul +#define FAT_IOCTL_SET_ATTRIBUTES 0x40047211ul +#define VIDIOC_CREATE_BUFS 0xc0f8565cul +#define CAPI_GET_VERSION 0xc0104307ul +#define SWITCHTEC_IOCTL_EVENT_SUMMARY 0x84d85742ul +#define VFIO_EEH_PE_OP 0x3b79ul +#define FW_CDEV_IOC_CREATE_ISO_CONTEXT 0xc0202308ul +#define F2FS_IOC_RELEASE_COMPRESS_BLOCKS 0x8008f512ul +#define NBD_SET_SIZE_BLOCKS 0xab07ul +#define IPMI_BMC_IOCTL_SET_SMS_ATN 0xb100ul +#define ASPEED_P2A_CTRL_IOCTL_GET_MEMORY_CONFIG 0xc010b301ul +#define VIDIOC_S_AUDOUT 0x40345632ul +#define VIDIOC_S_FMT 0xc0cc5605ul +#define PPPIOCATTACH 0x4004743dul +#define VHOST_GET_VRING_BUSYLOOP_TIMEOUT 0x4008af24ul +#define FS_IOC_MEASURE_VERITY 0xc0046686ul +#define CCISS_BIG_PASSTHRU 0xc0584212ul +#define IPMICTL_SET_MY_LUN_CMD 0x80046913ul +#define PCITEST_LEGACY_IRQ 0x5002ul +#define USBDEVFS_SUBMITURB 0x802c550aul +#define AUTOFS_IOC_READY 0x9360ul +#define BTRFS_IOC_SEND 0x40489426ul +#define VIDIOC_G_EXT_CTRLS 0xc0185647ul +#define JSIOCSBTNMAP 0x44006a33ul +#define PPPIOCSFLAGS 0x40047459ul +#define NVRAM_INIT 0x7040ul +#define RFKILL_IOCTL_NOINPUT 0x5201ul +#define BTRFS_IOC_BALANCE 0x5000940cul +#define FS_IOC_GETFSMAP 0xc0c0583bul +#define IPMICTL_GET_MY_CHANNEL_LUN_CMD 0x8004691bul +#define STP_POLICY_ID_GET 0x80102501ul +#define PPSETFLAGS 0x4004709bul +#define CEC_ADAP_S_PHYS_ADDR 0x40026102ul +#define ATMTCP_CREATE 0x618eul +#define IPMI_BMC_IOCTL_FORCE_ABORT 0xb102ul +#define PPPIOCGXASYNCMAP 0x80207450ul +#define VHOST_SET_VRING_CALL 0x4008af21ul +#define LIRC_GET_FEATURES 0x80046900ul +#define GSMIOC_DISABLE_NET 0x4703ul +#define AUTOFS_IOC_CATATONIC 0x9362ul +#define NBD_DO_IT 0xab03ul +#define LIRC_SET_REC_CARRIER_RANGE 0x4004691ful +#define IPMICTL_GET_MY_CHANNEL_ADDRESS_CMD 0x80046919ul +#define EVIOCSCLOCKID 0x400445a0ul +#define USBDEVFS_FREE_STREAMS 0x8008551dul +#define FSI_SCOM_RESET 0x40047303ul +#define PMU_IOC_GRAB_BACKLIGHT 0x80044206ul +#define VIDIOC_SUBDEV_S_FMT 0xc0585605ul +#define FDDEFPRM 0x401c0243ul +#define TEE_IOC_INVOKE 0x8010a403ul +#define USBDEVFS_BULK 0xc0105502ul +#define SCIF_VWRITETO 0xc028730dul +#define SONYPI_IOCSBRT 0x40017600ul +#define BTRFS_IOC_FILE_EXTENT_SAME 0xc0189436ul +#define RTC_PIE_ON 0x7005ul +#define BTRFS_IOC_SCAN_DEV 0x50009404ul +#define PPPIOCXFERUNIT 0x744eul +#define WDIOC_GETTIMEOUT 0x80045707ul +#define BTRFS_IOC_SET_RECEIVED_SUBVOL 0xc0c89425ul +#define DFL_FPGA_PORT_ERR_SET_IRQ 0x4008b646ul +#define FBIO_WAITFORVSYNC 0x40044620ul +#define RTC_PIE_OFF 0x7006ul +#define EVIOCGRAB 0x40044590ul +#define PMU_IOC_SET_BACKLIGHT 0x40044202ul +#define EVIOCGREP 0x80084503ul +#define PERF_EVENT_IOC_MODIFY_ATTRIBUTES 0x4004240bul +#define UFFDIO_CONTINUE 0xc020aa07ul +#define VDUSE_GET_API_VERSION 0x80088100ul +#define RTC_RD_TIME 0x80247009ul +#define FDMSGOFF 0x246ul +#define IPMICTL_REGISTER_FOR_CMD_CHANS 0x800c691cul +#define CAPI_GET_ERRCODE 0x80024321ul +#define PCITEST_SET_IRQTYPE 0x40045008ul +#define VIDIOC_SUBDEV_S_EDID 0xc0245629ul +#define MATROXFB_SET_OUTPUT_MODE 0x40046efaul +#define RIO_DEV_ADD 0x40206d17ul +#define VIDIOC_ENUM_FREQ_BANDS 0xc0405665ul +#define FBIO_RADEON_SET_MIRROR 0x40044004ul +#define PCITEST_GET_IRQTYPE 0x5009ul +#define JSIOCGVERSION 0x80046a01ul +#define SONYPI_IOCSBLUE 0x40017609ul +#define SNAPSHOT_PREF_IMAGE_SIZE 0x3312ul +#define F2FS_IOC_GET_FEATURES 0x8004f50cul +#define SCIF_REG 0xc0287308ul +#define NILFS_IOCTL_CLEAN_SEGMENTS 0x40786e88ul +#define FW_CDEV_IOC_INITIATE_BUS_RESET 0x40042305ul +#define RIO_WAIT_FOR_ASYNC 0x40086d16ul +#define VHOST_SET_VRING_NUM 0x4008af10ul +#define AUTOFS_DEV_IOCTL_PROTOVER 0xc0189372ul +#define RIO_FREE_DMA 0x40086d14ul +#define MGSL_IOCRXENABLE 0x6d05ul +#define IOCTL_VM_SOCKETS_GET_LOCAL_CID 0x7b9ul +#define IPMICTL_SET_TIMING_PARMS_CMD 0x80086916ul +#define PPPIOCGL2TPSTATS 0x80487436ul +#define PERF_EVENT_IOC_PERIOD 0x40082404ul +#define PTP_PIN_SETFUNC2 0x40603d10ul +#define CHIOEXCHANGE 0x401c6302ul +#define NILFS_IOCTL_GET_SUINFO 0x80186e84ul +#define CEC_DQEVENT 0xc0506107ul +#define UI_SET_SWBIT 0x4004556dul +#define VHOST_VDPA_SET_CONFIG 0x4008af74ul +#define TUNSETIFF 0x400454caul +#define CHIOPOSITION 0x400c6303ul +#define IPMICTL_SET_MAINTENANCE_MODE_CMD 0x4004691ful +#define BTRFS_IOC_DEFAULT_SUBVOL 0x40089413ul +#define RIO_UNMAP_OUTBOUND 0x40286d10ul +#define CAPI_CLR_FLAGS 0x80044325ul +#define FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE_ONCE 0x4018230ful +#define MATROXFB_GET_OUTPUT_CONNECTION 0x80046ef8ul +#define EVIOCSMASK 0x40104593ul +#define BTRFS_IOC_FORGET_DEV 0x50009405ul +#define CXL_MEM_QUERY_COMMANDS 0x8008ce01ul +#define CEC_S_MODE 0x40046109ul +#define MGSL_IOCSIF 0x6d0aul +#define SWITCHTEC_IOCTL_PFF_TO_PORT 0xc00c5744ul +#define PPSETMODE 0x40047080ul +#define VFIO_DEVICE_SET_IRQS 0x3b6eul +#define VIDIOC_PREPARE_BUF 0xc044565dul +#define CEC_ADAP_G_CONNECTOR_INFO 0x8044610aul +#define IOC_OPAL_WRITE_SHADOW_MBR 0x412070eaul +#define VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL 0xc040564bul +#define UDMABUF_CREATE 0x40187542ul +#define SONET_CLRDIAG 0xc0046113ul +#define PHN_SET_REG 0x40047001ul +#define RNDADDTOENTCNT 0x40045201ul +#define VBG_IOCTL_CHECK_BALLOON 0xc0205611ul +#define VIDIOC_OMAP3ISP_STAT_REQ 0xc01856c6ul +#define PPS_FETCH 0xc00470a4ul +#define RTC_AIE_OFF 0x7002ul +#define VFIO_GROUP_SET_CONTAINER 0x3b68ul +#define FW_CDEV_IOC_RECEIVE_PHY_PACKETS 0x40082316ul +#define VFIO_IOMMU_SPAPR_TCE_REMOVE 0x3b78ul +#define VFIO_IOMMU_GET_INFO 0x3b70ul +#define DM_DEV_SUSPEND 0xc138fd06ul +#define F2FS_IOC_GET_COMPRESS_OPTION 0x8002f515ul +#define FW_CDEV_IOC_STOP_ISO 0x4004230bul +#define GPIO_V2_GET_LINEINFO_IOCTL 0xc100b405ul +#define ATMMPC_CTRL 0x61d8ul +#define PPPIOCSXASYNCMAP 0x4020744ful +#define CHIOGSTATUS 0x40086308ul +#define FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE 0xc018230dul +#define RIO_MPORT_MAINT_PORT_IDX_GET 0x80046d03ul +#define CAPI_SET_FLAGS 0x80044324ul +#define VFIO_GROUP_GET_DEVICE_FD 0x3b6aul +#define VHOST_SET_MEM_TABLE 0x4008af03ul +#define MATROXFB_SET_OUTPUT_CONNECTION 0x40046ef8ul +#define DFL_FPGA_PORT_GET_REGION_INFO 0xb642ul +#define VHOST_GET_FEATURES 0x8008af00ul +#define LIRC_GET_REC_RESOLUTION 0x80046907ul +#define PACKET_CTRL_CMD 0xc0185801ul +#define LIRC_SET_TRANSMITTER_MASK 0x40046917ul +#define BTRFS_IOC_ADD_DEV 0x5000940aul +#define JSIOCGCORR 0x80246a22ul +#define VIDIOC_G_FMT 0xc0cc5604ul +#define RTC_EPOCH_SET 0x4004700eul +#define CAPI_GET_PROFILE 0xc0404309ul +#define ATM_GETLOOP 0x400c6152ul +#define SCIF_LISTEN 0x40047302ul +#define NBD_CLEAR_QUE 0xab05ul +#define F2FS_IOC_MOVE_RANGE 0xc020f509ul +#define LIRC_GET_LENGTH 0x8004690ful +#define I8K_SET_FAN 0xc0046987ul +#define FDSETMAXERRS 0x4014024cul +#define VIDIOC_SUBDEV_QUERYCAP 0x80405600ul +#define SNAPSHOT_SET_SWAP_AREA 0x400c330dul +#define LIRC_GET_REC_TIMEOUT 0x80046924ul +#define EVIOCRMFF 0x40044581ul +#define GPIO_GET_LINEEVENT_IOCTL 0xc030b404ul +#define PPRDATA 0x80017085ul +#define RIO_MPORT_GET_PROPERTIES 0x80306d04ul +#define TUNSETVNETHDRSZ 0x400454d8ul +#define GPIO_GET_LINEINFO_IOCTL 0xc048b402ul +#define GSMIOC_GETCONF 0x804c4700ul +#define LIRC_GET_SEND_MODE 0x80046901ul +#define PPPIOCSACTIVE 0x40087446ul +#define SIOCGSTAMPNS_NEW 0x80108907ul +#define IPMICTL_RECEIVE_MSG 0xc018690cul +#define LIRC_SET_SEND_DUTY_CYCLE 0x40046915ul +#define UI_END_FF_ERASE 0x400c55cbul +#define SWITCHTEC_IOCTL_FLASH_PART_INFO 0xc0105741ul +#define FW_CDEV_IOC_SEND_PHY_PACKET 0xc0182315ul +#define NBD_SET_FLAGS 0xab0aul +#define VFIO_DEVICE_GET_REGION_INFO 0x3b6cul +#define REISERFS_IOC_UNPACK 0x4004cd01ul +#define FW_CDEV_IOC_REMOVE_DESCRIPTOR 0x40042307ul +#define RIO_SET_EVENT_MASK 0x40046d0dul +#define SNAPSHOT_ALLOC_SWAP_PAGE 0x80083314ul +#define VDUSE_VQ_INJECT_IRQ 0x40048117ul +#define I2OPASSTHRU 0x8008690cul +#define IOC_OPAL_SET_PW 0x422070e0ul +#define FSI_SCOM_READ 0xc0207301ul +#define VHOST_VDPA_GET_DEVICE_ID 0x8004af70ul +#define VIDIOC_QBUF 0xc044560ful +#define VIDIOC_S_TUNER 0x4054561eul +#define TUNGETVNETHDRSZ 0x800454d7ul +#define CAPI_NCCI_GETUNIT 0x80044327ul +#define DFL_FPGA_PORT_UINT_GET_IRQ_NUM 0x8004b647ul +#define VIDIOC_OMAP3ISP_STAT_EN 0xc00456c7ul +#define GPIO_V2_LINE_SET_CONFIG_IOCTL 0xc110b40dul +#define TEE_IOC_VERSION 0x800ca400ul +#define VIDIOC_LOG_STATUS 0x5646ul +#define IPMICTL_SEND_COMMAND_SETTIME 0x801c6915ul +#define VHOST_SET_LOG_FD 0x4004af07ul +#define SCIF_SEND 0xc0187306ul +#define VIDIOC_SUBDEV_G_FMT 0xc0585604ul +#define NS_ADJBUFLEV 0x6163ul +#define VIDIOC_DBG_S_REGISTER 0x4038564ful +#define NILFS_IOCTL_RESIZE 0x40086e8bul +#define PHN_GETREG 0xc0087005ul +#define I2OSWDL 0xc01c6905ul +#define VBG_IOCTL_VMMDEV_REQUEST_BIG 0x5603ul +#define JSIOCGBUTTONS 0x80016a12ul +#define VFIO_IOMMU_ENABLE 0x3b73ul +#define DM_DEV_RENAME 0xc138fd05ul +#define MEDIA_IOC_SETUP_LINK 0xc0347c03ul +#define VIDIOC_ENUMOUTPUT 0xc0485630ul +#define STP_POLICY_ID_SET 0xc0102500ul +#define VHOST_VDPA_SET_CONFIG_CALL 0x4004af77ul +#define VIDIOC_SUBDEV_G_CROP 0xc038563bul +#define VIDIOC_S_CROP 0x4014563cul +#define WDIOC_GETTEMP 0x80045703ul +#define IOC_OPAL_ADD_USR_TO_LR 0x411870e4ul +#define UI_SET_LEDBIT 0x40045569ul +#define NBD_SET_SOCK 0xab00ul +#define BTRFS_IOC_SNAP_DESTROY_V2 0x5000943ful +#define HIDIOCGCOLLECTIONINFO 0xc0104811ul +#define I2OSWUL 0xc01c6906ul +#define IOCTL_MEI_NOTIFY_GET 0x80044803ul +#define FDFMTTRK 0x400c0248ul +#define MMTIMER_GETBITS 0x6d04ul +#define VIDIOC_ENUMSTD 0xc0485619ul +#define VHOST_GET_VRING_BASE 0xc008af12ul +#define VFIO_DEVICE_IOEVENTFD 0x3b74ul +#define ATMARP_SETENTRY 0x61e3ul +#define CCISS_REVALIDVOLS 0x420aul +#define MGSL_IOCLOOPTXDONE 0x6d09ul +#define RTC_VL_READ 0x80047013ul +#define ND_IOCTL_ARS_STATUS 0xc0304e03ul +#define RIO_DEV_DEL 0x40206d18ul +#define VBG_IOCTL_ACQUIRE_GUEST_CAPABILITIES 0xc024560dul +#define VIDIOC_SUBDEV_DV_TIMINGS_CAP 0xc0905664ul +#define SONYPI_IOCSFAN 0x4001760bul +#define SPIOCSTYPE 0x40047101ul +#define IPMICTL_REGISTER_FOR_CMD 0x8002690eul +#define I8K_GET_FAN 0xc0046986ul +#define TUNGETVNETBE 0x800454dful +#define AUTOFS_DEV_IOCTL_FAIL 0xc0189377ul +#define UI_END_FF_UPLOAD 0x406055c9ul +#define TOSH_SMM 0xc0187490ul +#define SONYPI_IOCGBAT2REM 0x80027605ul +#define F2FS_IOC_GET_COMPRESS_BLOCKS 0x8008f511ul +#define PPPIOCSNPMODE 0x4008744bul +#define USBDEVFS_CONTROL 0xc0105500ul +#define HIDIOCGUSAGE 0xc018480bul +#define TUNSETTXFILTER 0x400454d1ul +#define TUNGETVNETLE 0x800454ddul +#define VIDIOC_ENUM_DV_TIMINGS 0xc0945662ul +#define BTRFS_IOC_INO_PATHS 0xc0389423ul +#define MGSL_IOCGXSYNC 0x6d14ul +#define HIDIOCGFIELDINFO 0xc038480aul +#define VIDIOC_SUBDEV_G_STD 0x80085617ul +#define I2OVALIDATE 0x80046908ul +#define VIDIOC_TRY_ENCODER_CMD 0xc028564eul +#define NILFS_IOCTL_GET_CPINFO 0x80186e82ul +#define VIDIOC_G_FREQUENCY 0xc02c5638ul +#define VFAT_IOCTL_READDIR_SHORT 0x82187202ul +#define ND_IOCTL_GET_CONFIG_DATA 0xc00c4e05ul +#define F2FS_IOC_RESERVE_COMPRESS_BLOCKS 0x8008f513ul +#define FDGETDRVSTAT 0x80340212ul +#define SYNC_IOC_MERGE 0xc0303e03ul +#define VIDIOC_S_DV_TIMINGS 0xc0845657ul +#define PPPIOCBRIDGECHAN 0x40047435ul +#define LIRC_SET_SEND_MODE 0x40046911ul +#define RIO_ENABLE_PORTWRITE_RANGE 0x40106d0bul +#define ATM_GETTYPE 0x400c6184ul +#define PHN_GETREGS 0xc0287007ul +#define FDSETEMSGTRESH 0x24aul +#define NILFS_IOCTL_GET_VINFO 0xc0186e86ul +#define MGSL_IOCWAITEVENT 0xc0046d08ul +#define CAPI_INSTALLED 0x80024322ul +#define EVIOCGMASK 0x80104592ul +#define BTRFS_IOC_SUBVOL_GETFLAGS 0x80089419ul +#define FSL_HV_IOCTL_PARTITION_GET_STATUS 0xc00caf02ul +#define MEDIA_IOC_ENUM_ENTITIES 0xc1007c01ul +#define GSMIOC_GETFIRST 0x80044704ul +#define FW_CDEV_IOC_FLUSH_ISO 0x40042318ul +#define VIDIOC_DBG_G_CHIP_INFO 0xc0c85666ul +#define F2FS_IOC_RELEASE_VOLATILE_WRITE 0xf504ul +#define CAPI_GET_SERIAL 0xc0044308ul +#define FDSETDRVPRM 0x40580290ul +#define IOC_OPAL_SAVE 0x411870dcul +#define VIDIOC_G_DV_TIMINGS 0xc0845658ul +#define TUNSETIFINDEX 0x400454daul +#define CCISS_SETINTINFO 0x40084203ul +#define RTC_VL_CLR 0x7014ul +#define VIDIOC_REQBUFS 0xc0145608ul +#define USBDEVFS_REAPURBNDELAY32 0x4004550dul +#define TEE_IOC_SHM_REGISTER 0xc018a409ul +#define USBDEVFS_SETCONFIGURATION 0x80045505ul +#define CCISS_GETNODENAME 0x80104204ul +#define VIDIOC_SUBDEV_S_FRAME_INTERVAL 0xc0305616ul +#define VIDIOC_ENUM_FRAMESIZES 0xc02c564aul +#define VFIO_DEVICE_PCI_HOT_RESET 0x3b71ul +#define FW_CDEV_IOC_SEND_BROADCAST_REQUEST 0x40282312ul +#define LPSETTIMEOUT_NEW 0x4010060ful +#define RIO_CM_MPORT_GET_LIST 0xc004630bul +#define FW_CDEV_IOC_QUEUE_ISO 0xc0182309ul +#define FDRAWCMD 0x258ul +#define SCIF_UNREG 0xc0107309ul +#define PPPIOCGIDLE64 0x8010743ful +#define USBDEVFS_RELEASEINTERFACE 0x80045510ul +#define VIDIOC_CROPCAP 0xc02c563aul +#define DFL_FPGA_PORT_GET_INFO 0xb641ul +#define PHN_SET_REGS 0x40047003ul +#define ATMLEC_DATA 0x61d1ul +#define PPPOEIOCDFWD 0xb101ul +#define VIDIOC_S_SELECTION 0xc040565ful +#define SNAPSHOT_FREE_SWAP_PAGES 0x3309ul +#define BTRFS_IOC_LOGICAL_INO 0xc0389424ul +#define VIDIOC_S_CTRL 0xc008561cul +#define ZATM_SETPOOL 0x400c6163ul +#define MTIOCPOS 0x80046d03ul +#define PMU_IOC_SLEEP 0x4200ul +#define AUTOFS_DEV_IOCTL_PROTOSUBVER 0xc0189373ul +#define VBG_IOCTL_CHANGE_FILTER_MASK 0xc020560cul +#define NILFS_IOCTL_GET_SUSTAT 0x80306e85ul +#define VIDIOC_QUERYCAP 0x80685600ul +#define HPET_INFO 0x800c6803ul +#define VIDIOC_AM437X_CCDC_CFG 0x400456c1ul +#define DM_LIST_DEVICES 0xc138fd02ul +#define TUNSETOWNER 0x400454ccul +#define VBG_IOCTL_CHANGE_GUEST_CAPABILITIES 0xc020560eul +#define RNDADDENTROPY 0x40085203ul +#define USBDEVFS_RESET 0x5514ul +#define BTRFS_IOC_SUBVOL_CREATE 0x5000940eul +#define USBDEVFS_FORBID_SUSPEND 0x5521ul +#define FDGETDRVTYP 0x8010020ful +#define PPWCONTROL 0x40017084ul +#define VIDIOC_ENUM_FRAMEINTERVALS 0xc034564bul +#define KCOV_DISABLE 0x6365ul +#define IOC_OPAL_ACTIVATE_LSP 0x411870dful +#define VHOST_VDPA_GET_IOVA_RANGE 0x8010af78ul +#define PPPIOCSPASS 0x40087447ul +#define RIO_CM_CHAN_CONNECT 0x40086308ul +#define I2OSWDEL 0xc01c6907ul +#define FS_IOC_SET_ENCRYPTION_POLICY 0x800c6613ul +#define IOC_OPAL_MBR_DONE 0x411070e9ul +#define PPPIOCSMAXCID 0x40047451ul +#define PPSETPHASE 0x40047094ul +#define VHOST_VDPA_SET_VRING_ENABLE 0x4008af75ul +#define USBDEVFS_GET_SPEED 0x551ful +#define SONET_GETFRAMING 0x80046116ul +#define VIDIOC_QUERYBUF 0xc0445609ul +#define VIDIOC_S_EDID 0xc0245629ul +#define BTRFS_IOC_QGROUP_ASSIGN 0x40189429ul +#define PPS_GETCAP 0x800470a3ul +#define SNAPSHOT_PLATFORM_SUPPORT 0x330ful +#define LIRC_SET_REC_TIMEOUT_REPORTS 0x40046919ul +#define SCIF_GET_NODEIDS 0xc018730eul +#define NBD_DISCONNECT 0xab08ul +#define VIDIOC_SUBDEV_G_FRAME_INTERVAL 0xc0305615ul +#define VFIO_IOMMU_DISABLE 0x3b74ul +#define SNAPSHOT_CREATE_IMAGE 0x40043311ul +#define SNAPSHOT_POWER_OFF 0x3310ul +#define APM_IOC_STANDBY 0x4101ul +#define PPPIOCGUNIT 0x80047456ul +#define AUTOFS_IOC_EXPIRE_MULTI 0x40049366ul +#define SCIF_BIND 0xc0087301ul +#define IOC_WATCH_QUEUE_SET_SIZE 0x5760ul +#define NILFS_IOCTL_CHANGE_CPMODE 0x40106e80ul +#define IOC_OPAL_LOCK_UNLOCK 0x411870ddul +#define F2FS_IOC_SET_PIN_FILE 0x4004f50dul +#define PPPIOCGRASYNCMAP 0x80047455ul +#define MMTIMER_MMAPAVAIL 0x6d06ul +#define I2OPASSTHRU32 0x8008690cul +#define DFL_FPGA_FME_PORT_RELEASE 0x4004b681ul +#define VIDIOC_SUBDEV_QUERY_DV_TIMINGS 0x80845663ul +#define UI_SET_SNDBIT 0x4004556aul +#define VIDIOC_G_AUDOUT 0x80345631ul +#define RTC_PLL_SET 0x401c7012ul +#define VIDIOC_ENUMAUDIO 0xc0345641ul +#define AUTOFS_DEV_IOCTL_TIMEOUT 0xc018937aul +#define VBG_IOCTL_DRIVER_VERSION_INFO 0xc02c5600ul +#define VHOST_SCSI_GET_EVENTS_MISSED 0x4004af44ul +#define VHOST_SET_VRING_ADDR 0x4028af11ul +#define VDUSE_CREATE_DEV 0x41508102ul +#define FDFLUSH 0x24bul +#define VBG_IOCTL_WAIT_FOR_EVENTS 0xc020560aul +#define DFL_FPGA_FME_ERR_SET_IRQ 0x4008b684ul +#define F2FS_IOC_GET_PIN_FILE 0x8004f50eul +#define SCIF_CONNECT 0xc0087303ul +#define BLKREPORTZONE 0xc0101282ul +#define AUTOFS_IOC_ASKUMOUNT 0x80049370ul +#define ATM_ADDPARTY 0x400861f4ul +#define FDSETPRM 0x401c0242ul +#define ATM_GETSTATZ 0x400c6151ul +#define ISST_IF_MSR_COMMAND 0xc004fe04ul +#define BTRFS_IOC_GET_SUBVOL_INFO 0x81f8943cul +#define VIDIOC_UNSUBSCRIBE_EVENT 0x4020565bul +#define SEV_ISSUE_CMD 0xc0105300ul +#define GPIOHANDLE_SET_LINE_VALUES_IOCTL 0xc040b409ul +#define PCITEST_COPY 0x40045006ul +#define IPMICTL_GET_MY_ADDRESS_CMD 0x80046912ul +#define CHIOGPICKER 0x80046304ul +#define CAPI_NCCI_OPENCOUNT 0x80044326ul +#define CXL_MEM_SEND_COMMAND 0xc030ce02ul +#define PERF_EVENT_IOC_SET_FILTER 0x40042406ul +#define IOC_OPAL_REVERT_TPR 0x410870e2ul +#define CHIOGVPARAMS 0x80706313ul +#define PTP_PEROUT_REQUEST 0x40383d03ul +#define FSI_SCOM_CHECK 0x80047300ul +#define RTC_IRQP_READ 0x8004700bul +#define RIO_MPORT_MAINT_READ_LOCAL 0x80186d05ul +#define HIDIOCGRDESCSIZE 0x80044801ul +#define UI_GET_VERSION 0x8004552dul +#define NILFS_IOCTL_GET_CPSTAT 0x80186e83ul +#define CCISS_GETBUSTYPES 0x80044207ul +#define VFIO_IOMMU_SPAPR_TCE_CREATE 0x3b77ul +#define VIDIOC_EXPBUF 0xc0405610ul +#define UI_SET_RELBIT 0x40045566ul +#define VFIO_SET_IOMMU 0x3b66ul +#define VIDIOC_S_MODULATOR 0x40445637ul +#define TUNGETFILTER 0x800854dbul +#define CCISS_SETNODENAME 0x40104205ul +#define FBIO_GETCONTROL2 0x80044689ul +#define TUNSETDEBUG 0x400454c9ul +#define DM_DEV_REMOVE 0xc138fd04ul +#define HIDIOCSUSAGES 0x501c4814ul +#define FS_IOC_ADD_ENCRYPTION_KEY 0xc0506617ul +#define FBIOGET_VBLANK 0x80204612ul +#define ATM_GETSTAT 0x400c6150ul +#define VIDIOC_G_JPEGCOMP 0x808c563dul +#define TUNATTACHFILTER 0x400854d5ul +#define UI_SET_ABSBIT 0x40045567ul +#define DFL_FPGA_PORT_ERR_GET_IRQ_NUM 0x8004b645ul +#define USBDEVFS_REAPURB32 0x4004550cul +#define BTRFS_IOC_TRANS_END 0x9407ul +#define CAPI_REGISTER 0x400c4301ul +#define F2FS_IOC_COMPRESS_FILE 0xf518ul +#define USBDEVFS_DISCARDURB 0x550bul +#define HE_GET_REG 0x400c6160ul +#define ATM_SETLOOP 0x400c6153ul +#define ATMSIGD_CTRL 0x61f0ul +#define CIOC_KERNEL_VERSION 0xc004630aul +#define BTRFS_IOC_CLONE_RANGE 0x4020940dul +#define SNAPSHOT_UNFREEZE 0x3302ul +#define F2FS_IOC_START_VOLATILE_WRITE 0xf503ul +#define PMU_IOC_HAS_ADB 0x80044204ul +#define I2OGETIOPS 0x80206900ul +#define VIDIOC_S_FBUF 0x402c560bul +#define PPRCONTROL 0x80017083ul +#define CHIOSPICKER 0x40046305ul +#define VFIO_IOMMU_SPAPR_REGISTER_MEMORY 0x3b75ul +#define TUNGETSNDBUF 0x800454d3ul +#define GSMIOC_SETCONF 0x404c4701ul +#define IOC_PR_PREEMPT 0x401870cbul +#define KCOV_INIT_TRACE 0x80046301ul +#define SONYPI_IOCGBAT1CAP 0x80027602ul +#define SWITCHTEC_IOCTL_FLASH_INFO 0x80105740ul +#define MTIOCTOP 0x40086d01ul +#define VHOST_VDPA_SET_STATUS 0x4001af72ul +#define VHOST_SCSI_SET_EVENTS_MISSED 0x4004af43ul +#define VFIO_IOMMU_DIRTY_PAGES 0x3b75ul +#define BTRFS_IOC_SCRUB_PROGRESS 0xc400941dul +#define PPPIOCGMRU 0x80047453ul +#define BTRFS_IOC_DEV_REPLACE 0xca289435ul +#define PPPIOCGFLAGS 0x8004745aul +#define NILFS_IOCTL_SET_SUINFO 0x40186e8dul +#define FW_CDEV_IOC_GET_CYCLE_TIMER2 0xc0182314ul +#define ATM_DELLECSADDR 0x400c618ful +#define FW_CDEV_IOC_GET_SPEED 0x2311ul +#define PPPIOCGIDLE32 0x8008743ful +#define VFIO_DEVICE_RESET 0x3b6ful +#define GPIO_GET_LINEINFO_UNWATCH_IOCTL 0xc004b40cul +#define WDIOC_GETSTATUS 0x80045701ul +#define BTRFS_IOC_SET_FEATURES 0x40309439ul +#define IOCTL_MEI_CONNECT_CLIENT 0xc0104801ul +#define VIDIOC_OMAP3ISP_AEWB_CFG 0xc02056c3ul +#define PCITEST_READ 0x40045005ul +#define VFIO_GROUP_GET_STATUS 0x3b67ul +#define MATROXFB_GET_ALL_OUTPUTS 0x80046efbul +#define USBDEVFS_CLEAR_HALT 0x80045515ul +#define VIDIOC_DECODER_CMD 0xc0485660ul +#define VIDIOC_G_AUDIO 0x80345621ul +#define CCISS_RESCANDISK 0x4210ul +#define RIO_DISABLE_PORTWRITE_RANGE 0x40106d0cul +#define IOC_OPAL_SECURE_ERASE_LR 0x411070e7ul +#define USBDEVFS_REAPURB 0x4004550cul +#define DFL_FPGA_CHECK_EXTENSION 0xb601ul +#define AUTOFS_IOC_PROTOVER 0x80049363ul +#define FSL_HV_IOCTL_MEMCPY 0xc028af05ul +#define BTRFS_IOC_GET_FEATURES 0x80189439ul +#define PCITEST_MSIX 0x40045007ul +#define BTRFS_IOC_DEFRAG_RANGE 0x40309410ul +#define UI_BEGIN_FF_ERASE 0xc00c55caul +#define DM_GET_TARGET_VERSION 0xc138fd11ul +#define PPPIOCGIDLE 0x8008743ful +#define NVRAM_SETCKS 0x7041ul +#define WDIOC_GETSUPPORT 0x80285700ul +#define GSMIOC_ENABLE_NET 0x40344702ul +#define GPIO_GET_CHIPINFO_IOCTL 0x8044b401ul +#define NE_ADD_VCPU 0xc004ae21ul +#define EVIOCSKEYCODE_V2 0x40284504ul +#define PTP_SYS_OFFSET_EXTENDED2 0xc4c03d12ul +#define SCIF_FENCE_WAIT 0xc0047310ul +#define RIO_TRANSFER 0xc0186d15ul +#define FSL_HV_IOCTL_DOORBELL 0xc008af06ul +#define RIO_MPORT_MAINT_WRITE_LOCAL 0x40186d06ul +#define I2OEVTREG 0x400c690aul +#define I2OPARMGET 0xc0186904ul +#define EVIOCGID 0x80084502ul +#define BTRFS_IOC_QGROUP_CREATE 0x4010942aul +#define AUTOFS_DEV_IOCTL_SETPIPEFD 0xc0189378ul +#define VIDIOC_S_PARM 0xc0cc5616ul +#define TUNSETSTEERINGEBPF 0x800454e0ul +#define ATM_GETNAMES 0x40086183ul +#define VIDIOC_QUERYMENU 0xc02c5625ul +#define DFL_FPGA_PORT_DMA_UNMAP 0xb644ul +#define I2OLCTGET 0xc00c6902ul +#define FS_IOC_GET_ENCRYPTION_PWSALT 0x40106614ul +#define NS_SETBUFLEV 0x400c6162ul +#define BLKCLOSEZONE 0x40101287ul +#define SONET_GETFRSENSE 0x80066117ul +#define UI_SET_EVBIT 0x40045564ul +#define DM_LIST_VERSIONS 0xc138fd0dul +#define HIDIOCGSTRING 0x81044804ul +#define PPPIOCATTCHAN 0x40047438ul +#define VDUSE_DEV_SET_CONFIG 0x40088112ul +#define TUNGETFEATURES 0x800454cful +#define VFIO_GROUP_UNSET_CONTAINER 0x3b69ul +#define IPMICTL_SET_MY_ADDRESS_CMD 0x80046911ul +#define CCISS_REGNEWDISK 0x4004420dul +#define VIDIOC_QUERY_DV_TIMINGS 0x80845663ul +#define PHN_SETREGS 0x40287008ul +#define FAT_IOCTL_GET_ATTRIBUTES 0x80047210ul +#define FSL_MC_SEND_MC_COMMAND 0xc04052e0ul +#define TUNGETIFF 0x800454d2ul +#define PTP_CLOCK_GETCAPS2 0x80503d0aul +#define BTRFS_IOC_RESIZE 0x50009403ul +#define VHOST_SET_VRING_ENDIAN 0x4008af13ul +#define PPS_KC_BIND 0x400470a5ul +#define F2FS_IOC_WRITE_CHECKPOINT 0xf507ul +#define UI_SET_FFBIT 0x4004556bul +#define IPMICTL_GET_MY_LUN_CMD 0x80046914ul +#define CEC_ADAP_G_PHYS_ADDR 0x80026101ul +#define CEC_G_MODE 0x80046108ul +#define USBDEVFS_RESETEP 0x80045503ul +#define MEDIA_REQUEST_IOC_QUEUE 0x7c80ul +#define USBDEVFS_ALLOC_STREAMS 0x8008551cul +#define MGSL_IOCSXCTRL 0x6d15ul +#define MEDIA_IOC_G_TOPOLOGY 0xc0487c04ul +#define PPPIOCUNBRIDGECHAN 0x7434ul +#define F2FS_IOC_COMMIT_ATOMIC_WRITE 0xf502ul +#define ISST_IF_GET_PLATFORM_INFO 0x8004fe00ul +#define SCIF_FENCE_MARK 0xc010730ful +#define USBDEVFS_RELEASE_PORT 0x80045519ul +#define VFIO_CHECK_EXTENSION 0x3b65ul +#define BTRFS_IOC_QGROUP_LIMIT 0x8030942bul +#define FAT_IOCTL_GET_VOLUME_ID 0x80047213ul +#define UI_SET_PHYS 0x4004556cul +#define FDWERRORGET 0x80180217ul +#define VIDIOC_SUBDEV_G_EDID 0xc0245628ul +#define MGSL_IOCGSTATS 0x6d07ul +#define RPROC_SET_SHUTDOWN_ON_RELEASE 0x4004b701ul +#define SIOCGSTAMP_NEW 0x80108906ul +#define RTC_WKALM_RD 0x80287010ul +#define PHN_GET_REG 0xc0047000ul +#define DELL_WMI_SMBIOS_CMD 0xc0345700ul +#define PHN_NOT_OH 0x7004ul +#define PPGETMODES 0x80047097ul +#define CHIOGPARAMS 0x80146306ul +#define VFIO_DEVICE_GET_GFX_DMABUF 0x3b73ul +#define VHOST_SET_VRING_BUSYLOOP_TIMEOUT 0x4008af23ul +#define VIDIOC_SUBDEV_G_SELECTION 0xc040563dul +#define BTRFS_IOC_RM_DEV_V2 0x5000943aul +#define MGSL_IOCWAITGPIO 0xc0106d12ul +#define PMU_IOC_CAN_SLEEP 0x80044205ul +#define KCOV_ENABLE 0x6364ul +#define BTRFS_IOC_CLONE 0x40049409ul +#define F2FS_IOC_DEFRAGMENT 0xc010f508ul +#define FW_CDEV_IOC_DEALLOCATE_ISO_RESOURCE 0x4004230eul +#define AGPIOC_ALLOCATE 0xc0044106ul +#define NE_SET_USER_MEMORY_REGION 0x4018ae23ul +#define MGSL_IOCTXABORT 0x6d06ul +#define MGSL_IOCSGPIO 0x40106d10ul +#define LIRC_SET_REC_CARRIER 0x40046914ul +#define F2FS_IOC_FLUSH_DEVICE 0x4008f50aul +#define SNAPSHOT_ATOMIC_RESTORE 0x3304ul +#define RTC_UIE_OFF 0x7004ul +#define BT_BMC_IOCTL_SMS_ATN 0xb100ul +#define NVME_IOCTL_ID 0x4e40ul +#define NE_START_ENCLAVE 0xc010ae24ul +#define VIDIOC_STREAMON 0x40045612ul +#define FDPOLLDRVSTAT 0x80340213ul +#define AUTOFS_DEV_IOCTL_READY 0xc0189376ul +#define VIDIOC_ENUMAUDOUT 0xc0345642ul +#define VIDIOC_SUBDEV_S_STD 0x40085618ul +#define WDIOC_GETTIMELEFT 0x8004570aul +#define ATM_GETLINKRATE 0x400c6181ul +#define RTC_WKALM_SET 0x4028700ful +#define VHOST_GET_BACKEND_FEATURES 0x8008af26ul +#define ATMARP_ENCAP 0x61e5ul +#define CAPI_GET_FLAGS 0x80044323ul +#define IPMICTL_SET_MY_CHANNEL_ADDRESS_CMD 0x80046918ul +#define DFL_FPGA_FME_PORT_ASSIGN 0x4004b682ul +#define NS_GET_OWNER_UID 0xb704ul +#define VIDIOC_OVERLAY 0x4004560eul +#define BTRFS_IOC_WAIT_SYNC 0x40089416ul +#define GPIOHANDLE_SET_CONFIG_IOCTL 0xc054b40aul +#define VHOST_GET_VRING_ENDIAN 0x4008af14ul +#define ATM_GETADDR 0x400c6186ul +#define PHN_GET_REGS 0xc0047002ul +#define AUTOFS_DEV_IOCTL_REQUESTER 0xc018937bul +#define AUTOFS_DEV_IOCTL_EXPIRE 0xc018937cul +#define SNAPSHOT_S2RAM 0x330bul +#define JSIOCSAXMAP 0x40406a31ul +#define F2FS_IOC_SET_COMPRESS_OPTION 0x4002f516ul +#define VBG_IOCTL_HGCM_DISCONNECT 0xc01c5605ul +#define SCIF_FENCE_SIGNAL 0xc0287311ul +#define VFIO_DEVICE_GET_PCI_HOT_RESET_INFO 0x3b70ul +#define VIDIOC_SUBDEV_ENUM_MBUS_CODE 0xc0305602ul +#define MMTIMER_GETOFFSET 0x6d00ul +#define RIO_CM_CHAN_LISTEN 0x40026306ul +#define ATM_SETSC 0x400461f1ul +#define F2FS_IOC_SHUTDOWN 0x8004587dul +#define NVME_IOCTL_RESCAN 0x4e46ul +#define BLKOPENZONE 0x40101286ul +#define DM_VERSION 0xc138fd00ul +#define CEC_TRANSMIT 0xc0386105ul +#define FS_IOC_GET_ENCRYPTION_POLICY_EX 0xc0096616ul +#define SIOCMKCLIP 0x61e0ul +#define IPMI_BMC_IOCTL_CLEAR_SMS_ATN 0xb101ul +#define HIDIOCGVERSION 0x80044801ul +#define VIDIOC_S_INPUT 0xc0045627ul +#define VIDIOC_G_CROP 0xc014563bul +#define LIRC_SET_WIDEBAND_RECEIVER 0x40046923ul +#define EVIOCGEFFECTS 0x80044584ul +#define UVCIOC_CTRL_QUERY 0xc00c7521ul +#define IOC_OPAL_GENERIC_TABLE_RW 0x413870ebul +#define FS_IOC_READ_VERITY_METADATA 0xc0286687ul +#define ND_IOCTL_SET_CONFIG_DATA 0xc0084e06ul +#define USBDEVFS_GETDRIVER 0x41045508ul +#define IDT77105_GETSTAT 0x400c6132ul +#define HIDIOCINITREPORT 0x4805ul +#define VFIO_DEVICE_GET_INFO 0x3b6bul +#define RIO_CM_CHAN_RECEIVE 0xc010630aul +#define RNDGETENTCNT 0x80045200ul +#define PPPIOCNEWUNIT 0xc004743eul +#define BTRFS_IOC_INO_LOOKUP 0xd0009412ul +#define FDRESET 0x254ul +#define IOC_PR_REGISTER 0x401870c8ul +#define HIDIOCSREPORT 0x400c4808ul +#define TEE_IOC_OPEN_SESSION 0x8010a402ul +#define TEE_IOC_SUPPL_RECV 0x8010a406ul +#define BTRFS_IOC_BALANCE_CTL 0x40049421ul +#define GPIO_GET_LINEINFO_WATCH_IOCTL 0xc048b40bul +#define HIDIOCGRAWINFO 0x80084803ul +#define PPPIOCSCOMPRESS 0x400c744dul +#define USBDEVFS_CONNECTINFO 0x40085511ul +#define BLKRESETZONE 0x40101283ul +#define CHIOINITELEM 0x6311ul +#define NILFS_IOCTL_SET_ALLOC_RANGE 0x40106e8cul +#define AUTOFS_DEV_IOCTL_CATATONIC 0xc0189379ul +#define RIO_MPORT_MAINT_HDID_SET 0x40026d01ul +#define PPGETPHASE 0x80047099ul +#define USBDEVFS_DISCONNECT_CLAIM 0x8108551bul +#define FDMSGON 0x245ul +#define VIDIOC_G_SLICED_VBI_CAP 0xc0745645ul +#define BTRFS_IOC_BALANCE_V2 0xc4009420ul +#define MEDIA_REQUEST_IOC_REINIT 0x7c81ul +#define IOC_OPAL_ERASE_LR 0x411070e6ul +#define FDFMTBEG 0x247ul +#define RNDRESEEDCRNG 0x5207ul +#define ISST_IF_GET_PHY_ID 0xc004fe01ul +#define TUNSETNOCSUM 0x400454c8ul +#define SONET_GETSTAT 0x80246110ul +#define TFD_IOC_SET_TICKS 0x40085400ul +#define PPDATADIR 0x40047090ul +#define IOC_OPAL_ENABLE_DISABLE_MBR 0x411070e5ul +#define GPIO_V2_GET_LINE_IOCTL 0xc250b407ul +#define RIO_CM_CHAN_SEND 0x40106309ul +#define PPWCTLONIRQ 0x40017092ul +#define SONYPI_IOCGBRT 0x80017600ul +#define IOC_PR_RELEASE 0x401070caul +#define PPCLRIRQ 0x80047093ul +#define IPMICTL_SET_MY_CHANNEL_LUN_CMD 0x8004691aul +#define MGSL_IOCSXSYNC 0x6d13ul +#define HPET_IE_OFF 0x6802ul +#define IOC_OPAL_ACTIVATE_USR 0x411070e1ul +#define SONET_SETFRAMING 0x40046115ul +#define PERF_EVENT_IOC_PAUSE_OUTPUT 0x40042409ul +#define BTRFS_IOC_LOGICAL_INO_V2 0xc038943bul +#define VBG_IOCTL_HGCM_CONNECT 0xc09c5604ul +#define BLKFINISHZONE 0x40101288ul +#define EVIOCREVOKE 0x40044591ul +#define VFIO_DEVICE_FEATURE 0x3b75ul +#define CCISS_GETPCIINFO 0x80084201ul +#define ISST_IF_MBOX_COMMAND 0xc004fe03ul +#define SCIF_ACCEPTREQ 0xc0107304ul +#define PERF_EVENT_IOC_QUERY_BPF 0xc004240aul +#define VIDIOC_STREAMOFF 0x40045613ul +#define VDUSE_DESTROY_DEV 0x41008103ul +#define FDGETFDCSTAT 0x80200215ul +#define VIDIOC_S_PRIORITY 0x40045644ul +#define SNAPSHOT_FREEZE 0x3301ul +#define VIDIOC_ENUMINPUT 0xc050561aul +#define ZATM_GETPOOLZ 0x400c6162ul +#define RIO_DISABLE_DOORBELL_RANGE 0x40086d0aul +#define GPIO_V2_GET_LINEINFO_WATCH_IOCTL 0xc100b406ul +#define VIDIOC_G_STD 0x80085617ul +#define USBDEVFS_ALLOW_SUSPEND 0x5522ul +#define SONET_GETSTATZ 0x80246111ul +#define SCIF_ACCEPTREG 0xc0087305ul +#define VIDIOC_ENCODER_CMD 0xc028564dul +#define PPPIOCSRASYNCMAP 0x40047454ul +#define IOCTL_MEI_NOTIFY_SET 0x40044802ul +#define BTRFS_IOC_QUOTA_RESCAN_STATUS 0x8040942dul +#define F2FS_IOC_GARBAGE_COLLECT 0x4004f506ul +#define ATMLEC_CTRL 0x61d0ul +#define MATROXFB_GET_AVAILABLE_OUTPUTS 0x80046ef9ul +#define DM_DEV_CREATE 0xc138fd03ul +#define VHOST_VDPA_GET_VRING_NUM 0x8002af76ul +#define VIDIOC_G_CTRL 0xc008561bul +#define NBD_CLEAR_SOCK 0xab04ul +#define VFIO_DEVICE_QUERY_GFX_PLANE 0x3b72ul +#define WDIOC_KEEPALIVE 0x80045705ul +#define NVME_IOCTL_SUBSYS_RESET 0x4e45ul +#define PTP_EXTTS_REQUEST2 0x40103d0bul +#define PCITEST_BAR 0x5001ul +#define MGSL_IOCGGPIO 0x80106d11ul +#define EVIOCSREP 0x40084503ul +#define VFIO_DEVICE_GET_IRQ_INFO 0x3b6dul +#define HPET_DPI 0x6805ul +#define VDUSE_VQ_SETUP_KICKFD 0x40088116ul +#define ND_IOCTL_CALL 0xc0404e0aul +#define HIDIOCGDEVINFO 0x801c4803ul +#define DM_TABLE_DEPS 0xc138fd0bul +#define BTRFS_IOC_DEV_INFO 0xd000941eul +#define VDUSE_IOTLB_GET_FD 0xc0208110ul +#define FW_CDEV_IOC_GET_INFO 0xc0282300ul +#define VIDIOC_G_PRIORITY 0x80045643ul +#define ATM_NEWBACKENDIF 0x400261f3ul +#define VIDIOC_S_EXT_CTRLS 0xc0185648ul +#define VIDIOC_SUBDEV_ENUM_DV_TIMINGS 0xc0945662ul +#define VIDIOC_OMAP3ISP_CCDC_CFG 0xc02056c1ul +#define VIDIOC_S_HW_FREQ_SEEK 0x40305652ul +#define DM_TABLE_LOAD 0xc138fd09ul +#define F2FS_IOC_START_ATOMIC_WRITE 0xf501ul +#define VIDIOC_G_OUTPUT 0x8004562eul +#define ATM_DROPPARTY 0x400461f5ul +#define CHIOGELEM 0x406c6310ul +#define BTRFS_IOC_GET_SUPPORTED_FEATURES 0x80489439ul +#define EVIOCSKEYCODE 0x40084504ul +#define NE_GET_IMAGE_LOAD_INFO 0xc010ae22ul +#define TUNSETLINK 0x400454cdul +#define FW_CDEV_IOC_ADD_DESCRIPTOR 0xc0182306ul +#define BTRFS_IOC_SCRUB_CANCEL 0x941cul +#define PPS_SETPARAMS 0x400470a2ul +#define IOC_OPAL_LR_SETUP 0x412870e3ul +#define FW_CDEV_IOC_DEALLOCATE 0x40042303ul +#define WDIOC_SETTIMEOUT 0xc0045706ul +#define IOC_WATCH_QUEUE_SET_FILTER 0x5761ul +#define CAPI_GET_MANUFACTURER 0xc0044306ul +#define VFIO_IOMMU_SPAPR_UNREGISTER_MEMORY 0x3b76ul +#define ASPEED_P2A_CTRL_IOCTL_SET_WINDOW 0x4010b300ul +#define VIDIOC_G_EDID 0xc0245628ul +#define F2FS_IOC_GARBAGE_COLLECT_RANGE 0x4018f50bul +#define RIO_MAP_INBOUND 0xc0286d11ul +#define IOC_OPAL_TAKE_OWNERSHIP 0x410870deul +#define USBDEVFS_CLAIM_PORT 0x80045518ul +#define VIDIOC_S_AUDIO 0x40345622ul +#define FS_IOC_GET_ENCRYPTION_NONCE 0x8010661bul +#define FW_CDEV_IOC_SEND_STREAM_PACKET 0x40282313ul +#define BTRFS_IOC_SNAP_DESTROY 0x5000940ful +#define SNAPSHOT_FREE 0x3305ul +#define I8K_GET_SPEED 0xc0046985ul +#define HIDIOCGREPORT 0x400c4807ul +#define HPET_EPI 0x6804ul +#define JSIOCSCORR 0x40246a21ul +#define IOC_PR_PREEMPT_ABORT 0x401870ccul +#define RIO_MAP_OUTBOUND 0xc0286d0ful +#define ATM_SETESI 0x400c618cul +#define FW_CDEV_IOC_START_ISO 0x4010230aul +#define ATM_DELADDR 0x400c6189ul +#define PPFCONTROL 0x4002708eul +#define SONYPI_IOCGFAN 0x8001760aul +#define RTC_IRQP_SET 0x4004700cul +#define PCITEST_WRITE 0x40045004ul +#define PPCLAIM 0x708bul +#define VIDIOC_S_JPEGCOMP 0x408c563eul +#define IPMICTL_UNREGISTER_FOR_CMD 0x8002690ful +#define VHOST_SET_FEATURES 0x4008af00ul +#define TOSHIBA_ACPI_SCI 0xc0187491ul +#define VIDIOC_DQBUF 0xc0445611ul +#define BTRFS_IOC_BALANCE_PROGRESS 0x84009422ul +#define BTRFS_IOC_SUBVOL_SETFLAGS 0x4008941aul +#define ATMLEC_MCAST 0x61d2ul +#define MMTIMER_GETFREQ 0x80046d02ul +#define VIDIOC_G_SELECTION 0xc040565eul +#define RTC_ALM_SET 0x40247007ul +#define PPPOEIOCSFWD 0x4004b100ul +#define IPMICTL_GET_MAINTENANCE_MODE_CMD 0x8004691eul +#define FS_IOC_ENABLE_VERITY 0x40806685ul +#define NILFS_IOCTL_GET_BDESCS 0xc0186e87ul +#define FDFMTEND 0x249ul +#define DMA_BUF_SET_NAME 0x40046201ul +#define UI_BEGIN_FF_UPLOAD 0xc06055c8ul +#define RTC_UIE_ON 0x7003ul +#define PPRELEASE 0x708cul +#define VFIO_IOMMU_UNMAP_DMA 0x3b72ul +#define VIDIOC_OMAP3ISP_PRV_CFG 0xc03c56c2ul +#define GPIO_GET_LINEHANDLE_IOCTL 0xc16cb403ul +#define VFAT_IOCTL_READDIR_BOTH 0x82187201ul +#define NVME_IOCTL_ADMIN_CMD 0xc0484e41ul +#define VHOST_SET_VRING_KICK 0x4008af20ul +#define BTRFS_IOC_SUBVOL_CREATE_V2 0x50009418ul +#define BTRFS_IOC_SNAP_CREATE 0x50009401ul +#define SONYPI_IOCGBAT2CAP 0x80027604ul +#define PPNEGOT 0x40047091ul +#define NBD_PRINT_DEBUG 0xab06ul +#define BTRFS_IOC_INO_LOOKUP_USER 0xd000943eul +#define BTRFS_IOC_GET_SUBVOL_ROOTREF 0xd000943dul +#define FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS 0xc0406619ul +#define BTRFS_IOC_FS_INFO 0x8400941ful +#define VIDIOC_ENUM_FMT 0xc0405602ul +#define VIDIOC_G_INPUT 0x80045626ul +#define VTPM_PROXY_IOC_NEW_DEV 0xc014a100ul +#define DFL_FPGA_FME_ERR_GET_IRQ_NUM 0x8004b683ul +#define ND_IOCTL_DIMM_FLAGS 0xc0084e03ul +#define BTRFS_IOC_QUOTA_RESCAN 0x4040942cul +#define MMTIMER_GETCOUNTER 0x80046d09ul +#define MATROXFB_GET_OUTPUT_MODE 0xc0046efaul +#define BTRFS_IOC_QUOTA_RESCAN_WAIT 0x942eul +#define RIO_CM_CHAN_BIND 0x40086305ul +#define HIDIOCGRDESC 0x90044802ul +#define MGSL_IOCGIF 0x6d0bul +#define VIDIOC_S_OUTPUT 0xc004562ful +#define HIDIOCGREPORTINFO 0xc00c4809ul +#define WDIOC_GETBOOTSTATUS 0x80045702ul +#define VDUSE_VQ_GET_INFO 0xc0308115ul +#define ACRN_IOCTL_ASSIGN_PCIDEV 0x4024a255ul +#define BLKGETDISKSEQ 0x80081280ul +#define ACRN_IOCTL_PM_GET_CPU_STATE 0xc008a260ul +#define ACRN_IOCTL_DESTROY_VM 0xa211ul +#define ACRN_IOCTL_SET_PTDEV_INTR 0x4014a253ul +#define ACRN_IOCTL_CREATE_IOREQ_CLIENT 0xa232ul +#define ACRN_IOCTL_IRQFD 0x4018a271ul +#define ACRN_IOCTL_CREATE_VM 0xc030a210ul +#define ACRN_IOCTL_INJECT_MSI 0x4010a223ul +#define ACRN_IOCTL_ATTACH_IOREQ_CLIENT 0xa233ul +#define ACRN_IOCTL_RESET_PTDEV_INTR 0x4014a254ul +#define ACRN_IOCTL_NOTIFY_REQUEST_FINISH 0x4008a231ul +#define ACRN_IOCTL_SET_IRQLINE 0x4008a225ul +#define ACRN_IOCTL_START_VM 0xa212ul +#define ACRN_IOCTL_SET_VCPU_REGS 0x4128a216ul +#define ACRN_IOCTL_SET_MEMSEG 0x4020a241ul +#define ACRN_IOCTL_PAUSE_VM 0xa213ul +#define ACRN_IOCTL_CLEAR_VM_IOREQ 0xa235ul +#define ACRN_IOCTL_UNSET_MEMSEG 0x4020a242ul +#define ACRN_IOCTL_IOEVENTFD 0x4020a270ul +#define ACRN_IOCTL_DEASSIGN_PCIDEV 0x4024a256ul +#define ACRN_IOCTL_RESET_VM 0xa215ul +#define ACRN_IOCTL_DESTROY_IOREQ_CLIENT 0xa234ul +#define ACRN_IOCTL_VM_INTR_MONITOR 0x4004a224ul +#endif diff --git a/gen/modules/ioctl.h b/gen/modules/ioctl.h index ee869071..2d88c100 100644 --- a/gen/modules/ioctl.h +++ b/gen/modules/ioctl.h @@ -11091,7 +11091,7 @@ #define TCSETXF 0x5434ul #define TCSETXW 0x5435ul #define TIOCGETD 0x5424ul -#define MTIOCGET 0x80306d02ul +#define MTIOCGET 0x801c6d02ul #define BLKSSZGET 0x1268ul #define BLKPBSZGET 0x127bul #define BLKROSET 0x125dul @@ -11106,9 +11106,9 @@ #define BLKSECTSET 0x1266ul #define BLKSECTGET 0x1267ul #define BLKPG 0x1269ul -#define BLKBSZGET 0x80081270ul -#define BLKBSZSET 0x40081271ul -#define BLKGETSIZE64 0x80081272ul +#define BLKBSZGET 0x80041270ul +#define BLKBSZSET 0x40041271ul +#define BLKGETSIZE64 0x80041272ul #define BLKTRACESETUP 0xc0481273ul #define BLKTRACESTART 0x1274ul #define BLKTRACESTOP 0x1275ul @@ -11121,6 +11121,22 @@ #define BLKSECDISCARD 0x127dul #define BLKROTATIONAL 0x127eul #define BLKZEROOUT 0x127ful +#define FIEMAP_MAX_OFFSET 0xfffffffful +#define FIEMAP_FLAG_SYNC 0x1ul +#define FIEMAP_FLAG_XATTR 0x2ul +#define FIEMAP_FLAG_CACHE 0x4ul +#define FIEMAP_FLAGS_COMPAT 0x3ul +#define FIEMAP_EXTENT_LAST 0x1ul +#define FIEMAP_EXTENT_UNKNOWN 0x2ul +#define FIEMAP_EXTENT_DELALLOC 0x4ul +#define FIEMAP_EXTENT_ENCODED 0x8ul +#define FIEMAP_EXTENT_DATA_ENCRYPTED 0x80ul +#define FIEMAP_EXTENT_NOT_ALIGNED 0x100ul +#define FIEMAP_EXTENT_DATA_INLINE 0x200ul +#define FIEMAP_EXTENT_DATA_TAIL 0x400ul +#define FIEMAP_EXTENT_UNWRITTEN 0x800ul +#define FIEMAP_EXTENT_MERGED 0x1000ul +#define FIEMAP_EXTENT_SHARED 0x2000ul #define UFFDIO_REGISTER 0xc020aa00ul #define UFFDIO_UNREGISTER 0x8010aa01ul #define UFFDIO_WAKE 0x8010aa02ul @@ -11249,10 +11265,10 @@ #define FICLONE 0x40049409ul #define FICLONERANGE 0x4020940dul #define FIDEDUPERANGE 0xc0189436ul -#define FS_IOC_GETFLAGS 0x80086601ul -#define FS_IOC_SETFLAGS 0x40086602ul -#define FS_IOC_GETVERSION 0x80087601ul -#define FS_IOC_SETVERSION 0x40087602ul +#define FS_IOC_GETFLAGS 0x80046601ul +#define FS_IOC_SETFLAGS 0x40046602ul +#define FS_IOC_GETVERSION 0x80047601ul +#define FS_IOC_SETVERSION 0x40047602ul #define FS_IOC_FIEMAP 0xc020660bul #define FS_IOC32_GETFLAGS 0x80046601ul #define FS_IOC32_SETFLAGS 0x40046602ul @@ -11262,13 +11278,13 @@ #define FS_IOC_FSSETXATTR 0x401c5820ul #define FS_IOC_GETFSLABEL 0x81009431ul #define FS_IOC_SETFSLABEL 0x41009432ul -#define EXT4_IOC_GETVERSION 0x80086603ul -#define EXT4_IOC_SETVERSION 0x40086604ul -#define EXT4_IOC_GETVERSION_OLD 0x80087601ul -#define EXT4_IOC_SETVERSION_OLD 0x40087602ul -#define EXT4_IOC_GETRSVSZ 0x80086605ul -#define EXT4_IOC_SETRSVSZ 0x40086606ul -#define EXT4_IOC_GROUP_EXTEND 0x40086607ul +#define EXT4_IOC_GETVERSION 0x80046603ul +#define EXT4_IOC_SETVERSION 0x40046604ul +#define EXT4_IOC_GETVERSION_OLD 0x80047601ul +#define EXT4_IOC_SETVERSION_OLD 0x40047602ul +#define EXT4_IOC_GETRSVSZ 0x80046605ul +#define EXT4_IOC_SETRSVSZ 0x40046606ul +#define EXT4_IOC_GROUP_EXTEND 0x40046607ul #define EXT4_IOC_MIGRATE 0x6609ul #define EXT4_IOC_ALLOC_DA_BLKS 0x660cul #define EXT4_IOC_RESIZE_FS 0x40086610ul @@ -11292,25 +11308,25 @@ #define AUTOFS_IOC_PROTOSUBVER 0x80049367ul #define PTP_SYS_OFFSET_PRECISE 0xc0403d08ul #define FSI_SCOM_WRITE 0xc0207302ul -#define ATM_GETCIRANGE 0x4010618aul +#define ATM_GETCIRANGE 0x400c618aul #define DMA_BUF_SET_NAME_B 0x40086201ul #define RIO_CM_EP_GET_LIST_SIZE 0xc0046301ul #define TUNSETPERSIST 0x400454cbul #define FS_IOC_GET_ENCRYPTION_POLICY 0x400c6615ul #define CEC_RECEIVE 0xc0386106ul -#define MGSL_IOCGPARAMS 0x80306d01ul -#define ENI_SETMULT 0x40106167ul +#define MGSL_IOCGPARAMS 0x80206d01ul +#define ENI_SETMULT 0x400c6167ul #define RIO_GET_EVENT_MASK 0x80046d0eul #define LIRC_GET_MAX_TIMEOUT 0x80046909ul #define USBDEVFS_CLAIMINTERFACE 0x8004550ful #define CHIOMOVE 0x40146301ul #define SONYPI_IOCGBATFLAGS 0x80017607ul #define BTRFS_IOC_SYNC 0x9408ul -#define VIDIOC_TRY_FMT 0xc0d05640ul +#define VIDIOC_TRY_FMT 0xc0cc5640ul #define LIRC_SET_REC_MODE 0x40046912ul -#define VIDIOC_DQEVENT 0x80885659ul +#define VIDIOC_DQEVENT 0x80805659ul #define RPMSG_DESTROY_EPT_IOCTL 0xb502ul -#define UVCIOC_CTRL_MAP 0xc0607520ul +#define UVCIOC_CTRL_MAP 0xc0587520ul #define VHOST_SET_BACKEND_FEATURES 0x4008af25ul #define VHOST_VSOCK_SET_GUEST_CID 0x4008af60ul #define UI_SET_KEYBIT 0x40045565ul @@ -11319,16 +11335,16 @@ #define BTRFS_IOC_TREE_SEARCH_V2 0xc0709411ul #define VHOST_SET_VRING_BASE 0x4008af12ul #define RIO_ENABLE_DOORBELL_RANGE 0x40086d09ul -#define VIDIOC_TRY_EXT_CTRLS 0xc0205649ul +#define VIDIOC_TRY_EXT_CTRLS 0xc0185649ul #define LIRC_GET_REC_MODE 0x80046902ul -#define PPGETTIME 0x80107095ul +#define PPGETTIME 0x80087095ul #define BTRFS_IOC_RM_DEV 0x5000940bul #define ATM_SETBACKEND 0x400261f2ul #define FSL_HV_IOCTL_PARTITION_START 0xc010af03ul #define FBIO_WAITEVENT 0x4688ul #define SWITCHTEC_IOCTL_PORT_TO_PFF 0xc00c5745ul #define NVME_IOCTL_IO_CMD 0xc0484e43ul -#define IPMICTL_RECEIVE_MSG_TRUNC 0xc030690bul +#define IPMICTL_RECEIVE_MSG_TRUNC 0xc018690bul #define FDTWADDLE 0x259ul #define NVME_IOCTL_SUBMIT_IO 0x40304e42ul #define NILFS_IOCTL_SYNC 0x80086e8aul @@ -11336,7 +11352,7 @@ #define ASPEED_LPC_CTRL_IOCTL_GET_SIZE 0xc010b200ul #define DM_DEV_STATUS 0xc138fd07ul #define TEE_IOC_CLOSE_SESSION 0x8004a405ul -#define NS_GETPSTAT 0xc0106161ul +#define NS_GETPSTAT 0xc00c6161ul #define UI_SET_PROPBIT 0x4004556eul #define TUNSETFILTEREBPF 0x800454e1ul #define RIO_MPORT_MAINT_COMPTAG_SET 0x40046d02ul @@ -11344,21 +11360,21 @@ #define WDIOC_SETOPTIONS 0x80045704ul #define VHOST_SCSI_SET_ENDPOINT 0x40e8af40ul #define MGSL_IOCGTXIDLE 0x6d03ul -#define ATM_ADDLECSADDR 0x4010618eul +#define ATM_ADDLECSADDR 0x400c618eul #define FSL_HV_IOCTL_GETPROP 0xc028af07ul -#define FDGETPRM 0x80200204ul +#define FDGETPRM 0x801c0204ul #define HIDIOCAPPLICATION 0x4802ul -#define ENI_MEMDUMP 0x40106160ul +#define ENI_MEMDUMP 0x400c6160ul #define PTP_SYS_OFFSET2 0x43403d0eul #define VIDIOC_SUBDEV_G_DV_TIMINGS 0xc0845658ul #define DMA_BUF_SET_NAME_A 0x40046201ul #define PTP_PIN_GETFUNC 0xc0603d06ul #define PTP_SYS_OFFSET_EXTENDED 0xc4c03d09ul #define DFL_FPGA_PORT_UINT_SET_IRQ 0x4008b648ul -#define RTC_EPOCH_READ 0x8008700dul +#define RTC_EPOCH_READ 0x8004700dul #define VIDIOC_SUBDEV_S_SELECTION 0xc040563eul #define VIDIOC_QUERY_EXT_CTRL 0xc0e85667ul -#define ATM_GETLECSADDR 0x40106190ul +#define ATM_GETLECSADDR 0x400c6190ul #define FSL_HV_IOCTL_PARTITION_STOP 0xc008af04ul #define SONET_GETDIAG 0x80046114ul #define ATMMPC_DATA 0x61d9ul @@ -11367,7 +11383,7 @@ #define RPMSG_CREATE_EPT_IOCTL 0x4028b501ul #define GPIOHANDLE_GET_LINE_VALUES_IOCTL 0xc040b408ul #define UI_DEV_SETUP 0x405c5503ul -#define ISST_IF_IO_CMD 0x4008fe02ul +#define ISST_IF_IO_CMD 0x4004fe02ul #define RIO_MPORT_MAINT_READ_REMOTE 0x80186d07ul #define VIDIOC_OMAP3ISP_HIST_CFG 0xc03056c4ul #define BLKGETNRZONES 0x80041285ul @@ -11377,14 +11393,14 @@ #define PPPIOCGCHAN 0x80047437ul #define EVIOCGVERSION 0x80044501ul #define VHOST_NET_SET_BACKEND 0x4008af30ul -#define USBDEVFS_REAPURBNDELAY 0x4008550dul +#define USBDEVFS_REAPURBNDELAY 0x4004550dul #define RNDZAPENTCNT 0x5204ul #define VIDIOC_G_PARM 0xc0cc5615ul #define TUNGETDEVNETNS 0x54e3ul #define LIRC_SET_MEASURE_CARRIER_MODE 0x4004691dul #define VHOST_SET_VRING_ERR 0x4008af22ul #define VDUSE_VQ_SETUP 0x40208114ul -#define AUTOFS_IOC_SETTIMEOUT 0xc0089364ul +#define AUTOFS_IOC_SETTIMEOUT 0xc0049364ul #define VIDIOC_S_FREQUENCY 0x402c5639ul #define F2FS_IOC_SEC_TRIM_FILE 0x4018f514ul #define FS_IOC_REMOVE_ENCRYPTION_KEY 0xc0406618ul @@ -11393,15 +11409,15 @@ #define BTRFS_IOC_SNAP_CREATE_V2 0x50009417ul #define VHOST_VSOCK_SET_RUNNING 0x4004af61ul #define STP_SET_OPTIONS 0x40082502ul -#define FBIO_RADEON_GET_MIRROR 0x80084003ul -#define IVTVFB_IOC_DMA_FRAME 0x401856c0ul -#define IPMICTL_SEND_COMMAND 0x8028690dul +#define FBIO_RADEON_GET_MIRROR 0x80044003ul +#define IVTVFB_IOC_DMA_FRAME 0x400c56c0ul +#define IPMICTL_SEND_COMMAND 0x8014690dul #define VIDIOC_G_ENC_INDEX 0x8818564cul #define DFL_FPGA_FME_PORT_PR 0xb680ul #define CHIOSVOLTAG 0x40306312ul -#define ATM_SETESIF 0x4010618dul +#define ATM_SETESIF 0x400c618dul #define FW_CDEV_IOC_SEND_RESPONSE 0x40182304ul -#define PMU_IOC_GET_MODEL 0x80084203ul +#define PMU_IOC_GET_MODEL 0x80044203ul #define JSIOCGBTNMAP 0x84006a34ul #define USBDEVFS_HUB_PORTINFO 0x80805513ul #define VBG_IOCTL_INTERRUPT_ALL_WAIT_FOR_EVENTS 0xc018560bul @@ -11412,30 +11428,30 @@ #define ATMTCP_REMOVE 0x618ful #define VHOST_VDPA_GET_CONFIG 0x8008af73ul #define PPPIOCGNPMODE 0xc008744cul -#define FDGETDRVPRM 0x80800211ul +#define FDGETDRVPRM 0x80580211ul #define TUNSETVNETLE 0x400454dcul #define PHN_SETREG 0x40087006ul #define PPPIOCDETACH 0x4004743cul -#define MMTIMER_GETRES 0x80086d01ul +#define MMTIMER_GETRES 0x80046d01ul #define VIDIOC_SUBDEV_ENUMSTD 0xc0485619ul #define PPGETFLAGS 0x8004709aul #define VDUSE_DEV_GET_FEATURES 0x80088111ul -#define CAPI_MANUFACTURER_CMD 0xc0104320ul +#define CAPI_MANUFACTURER_CMD 0xc0084320ul #define VIDIOC_G_TUNER 0xc054561dul #define DM_TABLE_STATUS 0xc138fd0cul #define DM_DEV_ARM_POLL 0xc138fd10ul #define NE_CREATE_VM 0x8008ae20ul -#define MEDIA_IOC_ENUM_LINKS 0xc0287c02ul +#define MEDIA_IOC_ENUM_LINKS 0xc01c7c02ul #define F2FS_IOC_PRECACHE_EXTENTS 0xf50ful #define DFL_FPGA_PORT_DMA_MAP 0xb643ul #define MGSL_IOCGXCTRL 0x6d16ul #define FW_CDEV_IOC_SEND_REQUEST 0x40282301ul #define SONYPI_IOCGBLUE 0x80017608ul #define F2FS_IOC_DECOMPRESS_FILE 0xf517ul -#define I2OHTML 0xc0306909ul +#define I2OHTML 0xc01c6909ul #define VFIO_GET_API_VERSION 0x3b64ul -#define IDT77105_GETSTATZ 0x40106133ul -#define I2OPARMSET 0xc0286903ul +#define IDT77105_GETSTATZ 0x400c6133ul +#define I2OPARMSET 0xc0186903ul #define TEE_IOC_CANCEL 0x8008a404ul #define PTP_SYS_OFFSET_PRECISE2 0xc0403d11ul #define DFL_FPGA_PORT_RESET 0xb640ul @@ -11463,10 +11479,10 @@ #define NBD_SET_TIMEOUT 0xab09ul #define VHOST_SCSI_GET_ABI_VERSION 0x4004af42ul #define RIO_UNMAP_INBOUND 0x40086d12ul -#define ATM_QUERYLOOP 0x40106154ul +#define ATM_QUERYLOOP 0x400c6154ul #define DFL_FPGA_GET_API_VERSION 0xb600ul #define USBDEVFS_WAIT_FOR_RESUME 0x5523ul -#define FBIO_CURSOR 0xc0684608ul +#define FBIO_CURSOR 0xc0484608ul #define RNDCLEARPOOL 0x5206ul #define VIDIOC_QUERYSTD 0x8008563ful #define DMA_BUF_IOCTL_SYNC 0x40086200ul @@ -11474,7 +11490,7 @@ #define PTP_PIN_GETFUNC2 0xc0603d0ful #define FW_CDEV_IOC_ALLOCATE 0xc0202302ul #define CEC_ADAP_G_CAPS 0xc04c6100ul -#define VIDIOC_G_FBUF 0x8030560aul +#define VIDIOC_G_FBUF 0x802c560aul #define PTP_ENABLE_PPS2 0x40043d0dul #define PCITEST_CLEAR_IRQ 0x5010ul #define IPMICTL_SET_GETS_EVENTS_CMD 0x80046910ul @@ -11493,7 +11509,7 @@ #define BTRFS_IOC_TRANS_START 0x9406ul #define INOTIFY_IOC_SETNEXTWD 0x40044900ul #define SNAPSHOT_GET_IMAGE_SIZE 0x8008330eul -#define TUNDETACHFILTER 0x401054d6ul +#define TUNDETACHFILTER 0x400854d6ul #define ND_IOCTL_CLEAR_ERROR 0xc0204e04ul #define IOC_PR_CLEAR 0x401070cdul #define SCIF_READFROM 0xc028730aul @@ -11504,14 +11520,14 @@ #define UI_SET_MSCBIT 0x40045568ul #define APM_IOC_SUSPEND 0x4102ul #define BTRFS_IOC_TREE_SEARCH 0xd0009411ul -#define RTC_PLL_GET 0x80207011ul +#define RTC_PLL_GET 0x801c7011ul #define RIO_CM_EP_GET_LIST 0xc0046302ul -#define USBDEVFS_DISCSIGNAL 0x8010550eul +#define USBDEVFS_DISCSIGNAL 0x8008550eul #define LIRC_GET_MIN_TIMEOUT 0x80046908ul #define SWITCHTEC_IOCTL_EVENT_SUMMARY_LEGACY 0x81985742ul #define DM_TARGET_MSG 0xc138fd0eul #define SONYPI_IOCGBAT1REM 0x80027603ul -#define EVIOCSFF 0x40304580ul +#define EVIOCSFF 0x402c4580ul #define TUNSETGROUP 0x400454ceul #define EVIOCGKEYCODE 0x80084504ul #define KCOV_REMOTE_ENABLE 0x40186366ul @@ -11519,11 +11535,11 @@ #define FDEJECT 0x25aul #define TUNSETOFFLOAD 0x400454d0ul #define PPPIOCCONNECT 0x4004743aul -#define ATM_ADDADDR 0x40106188ul +#define ATM_ADDADDR 0x400c6188ul #define VDUSE_DEV_INJECT_CONFIG_IRQ 0x8113ul #define AUTOFS_DEV_IOCTL_ASKUMOUNT 0xc018937dul #define VHOST_VDPA_GET_STATUS 0x8001af71ul -#define CCISS_PASSTHRU 0xc058420bul +#define CCISS_PASSTHRU 0xc054420bul #define MGSL_IOCCLRMODCOUNT 0x6d0ful #define TEE_IOC_SUPPL_SEND 0x8010a407ul #define ATMARPD_CTRL 0x61e1ul @@ -11553,12 +11569,12 @@ #define RTC_WIE_ON 0x700ful #define MEDIA_IOC_DEVICE_INFO 0xc1007c00ul #define RIO_CM_CHAN_CREATE 0xc0026303ul -#define MGSL_IOCSPARAMS 0x40306d00ul +#define MGSL_IOCSPARAMS 0x40206d00ul #define RTC_SET_TIME 0x4024700aul #define VHOST_RESET_OWNER 0xaf02ul #define IOC_OPAL_PSID_REVERT_TPR 0x410870e8ul #define AUTOFS_DEV_IOCTL_OPENMOUNT 0xc0189374ul -#define UDF_GETEABLOCK 0x80086c41ul +#define UDF_GETEABLOCK 0x80046c41ul #define VFIO_IOMMU_MAP_DMA 0x3b71ul #define VIDIOC_SUBSCRIBE_EVENT 0x4020565aul #define HIDIOCGFLAG 0x8004480eul @@ -11572,7 +11588,7 @@ #define CEC_ADAP_S_LOG_ADDRS 0xc05c6104ul #define RPROC_GET_SHUTDOWN_ON_RELEASE 0x8004b702ul #define DMA_HEAP_IOCTL_ALLOC 0xc0184800ul -#define PPSETTIME 0x40107096ul +#define PPSETTIME 0x40087096ul #define RTC_ALM_READ 0x80247008ul #define VDUSE_SET_API_VERSION 0x40088101ul #define RIO_MPORT_MAINT_WRITE_REMOTE 0x40186d08ul @@ -11582,9 +11598,9 @@ #define ATMARP_MKIP 0x61e2ul #define VFIO_IOMMU_SPAPR_TCE_GET_INFO 0x3b70ul #define CCISS_GETHEARTBEAT 0x80044206ul -#define ATM_RSTADDR 0x40106187ul +#define ATM_RSTADDR 0x400c6187ul #define NBD_SET_SIZE 0xab02ul -#define UDF_GETVOLIDENT 0x80086c42ul +#define UDF_GETVOLIDENT 0x80046c42ul #define GPIO_V2_LINE_GET_VALUES_IOCTL 0xc010b40eul #define MGSL_IOCSTXIDLE 0x6d02ul #define FSL_HV_IOCTL_SETPROP 0xc028af08ul @@ -11596,10 +11612,10 @@ #define VHOST_SET_OWNER 0xaf01ul #define RIO_ALLOC_DMA 0xc0186d13ul #define RIO_CM_CHAN_ACCEPT 0xc0086307ul -#define I2OHRTGET 0xc0186901ul -#define ATM_SETCIRANGE 0x4010618bul +#define I2OHRTGET 0xc00c6901ul +#define ATM_SETCIRANGE 0x400c618bul #define HPET_IE_ON 0x6801ul -#define PERF_EVENT_IOC_ID 0x80082407ul +#define PERF_EVENT_IOC_ID 0x80042407ul #define TUNSETSNDBUF 0x400454d4ul #define PTP_PIN_SETFUNC 0x40603d07ul #define PPPIOCDISCONN 0x7439ul @@ -11608,38 +11624,38 @@ #define PCITEST_MSI 0x40045003ul #define FDWERRORCLR 0x256ul #define AUTOFS_IOC_FAIL 0x9361ul -#define USBDEVFS_IOCTL 0xc0105512ul +#define USBDEVFS_IOCTL 0xc00c5512ul #define VIDIOC_S_STD 0x40085618ul #define F2FS_IOC_RESIZE_FS 0x4008f510ul #define SONET_SETDIAG 0xc0046112ul #define BTRFS_IOC_DEFRAG 0x50009402ul #define CCISS_GETDRIVVER 0x80044209ul #define IPMICTL_GET_TIMING_PARMS_CMD 0x80086917ul -#define HPET_IRQFREQ 0x40086806ul -#define ATM_GETESI 0x40106185ul +#define HPET_IRQFREQ 0x40046806ul +#define ATM_GETESI 0x400c6185ul #define CCISS_GETLUNINFO 0x800c4211ul #define AUTOFS_DEV_IOCTL_ISMOUNTPOINT 0xc018937eul #define TEE_IOC_SHM_ALLOC 0xc010a401ul #define PERF_EVENT_IOC_SET_BPF 0x40042408ul #define UDMABUF_CREATE_LIST 0x40087543ul #define VHOST_SET_LOG_BASE 0x4008af04ul -#define ZATM_GETPOOL 0x40106161ul +#define ZATM_GETPOOL 0x400c6161ul #define BR2684_SETFILT 0x401c6190ul #define RNDGETPOOL 0x80085202ul -#define PPS_GETPARAMS 0x800870a1ul +#define PPS_GETPARAMS 0x800470a1ul #define IOC_PR_RESERVE 0x401070c9ul #define VIDIOC_TRY_DECODER_CMD 0xc0485661ul #define RIO_CM_CHAN_CLOSE 0x40026304ul #define VIDIOC_DV_TIMINGS_CAP 0xc0905664ul #define IOCTL_MEI_CONNECT_CLIENT_VTAG 0xc0144804ul -#define PMU_IOC_GET_BACKLIGHT 0x80084201ul +#define PMU_IOC_GET_BACKLIGHT 0x80044201ul #define USBDEVFS_GET_CAPABILITIES 0x8004551aul #define SCIF_WRITETO 0xc028730bul -#define UDF_RELOCATE_BLOCKS 0xc0086c43ul +#define UDF_RELOCATE_BLOCKS 0xc0046c43ul #define FSL_HV_IOCTL_PARTITION_RESTART 0xc008af01ul #define CCISS_REGNEWD 0x420eul #define FAT_IOCTL_SET_ATTRIBUTES 0x40047211ul -#define VIDIOC_CREATE_BUFS 0xc100565cul +#define VIDIOC_CREATE_BUFS 0xc0f8565cul #define CAPI_GET_VERSION 0xc0104307ul #define SWITCHTEC_IOCTL_EVENT_SUMMARY 0x84d85742ul #define VFIO_EEH_PE_OP 0x3b79ul @@ -11649,17 +11665,17 @@ #define IPMI_BMC_IOCTL_SET_SMS_ATN 0xb100ul #define ASPEED_P2A_CTRL_IOCTL_GET_MEMORY_CONFIG 0xc010b301ul #define VIDIOC_S_AUDOUT 0x40345632ul -#define VIDIOC_S_FMT 0xc0d05605ul +#define VIDIOC_S_FMT 0xc0cc5605ul #define PPPIOCATTACH 0x4004743dul #define VHOST_GET_VRING_BUSYLOOP_TIMEOUT 0x4008af24ul #define FS_IOC_MEASURE_VERITY 0xc0046686ul -#define CCISS_BIG_PASSTHRU 0xc0604212ul +#define CCISS_BIG_PASSTHRU 0xc0584212ul #define IPMICTL_SET_MY_LUN_CMD 0x80046913ul #define PCITEST_LEGACY_IRQ 0x5002ul -#define USBDEVFS_SUBMITURB 0x8038550aul +#define USBDEVFS_SUBMITURB 0x802c550aul #define AUTOFS_IOC_READY 0x9360ul #define BTRFS_IOC_SEND 0x40489426ul -#define VIDIOC_G_EXT_CTRLS 0xc0205647ul +#define VIDIOC_G_EXT_CTRLS 0xc0185647ul #define JSIOCSBTNMAP 0x44006a33ul #define PPPIOCSFLAGS 0x40047459ul #define NVRAM_INIT 0x7040ul @@ -11683,11 +11699,11 @@ #define EVIOCSCLOCKID 0x400445a0ul #define USBDEVFS_FREE_STREAMS 0x8008551dul #define FSI_SCOM_RESET 0x40047303ul -#define PMU_IOC_GRAB_BACKLIGHT 0x80084206ul +#define PMU_IOC_GRAB_BACKLIGHT 0x80044206ul #define VIDIOC_SUBDEV_S_FMT 0xc0585605ul -#define FDDEFPRM 0x40200243ul +#define FDDEFPRM 0x401c0243ul #define TEE_IOC_INVOKE 0x8010a403ul -#define USBDEVFS_BULK 0xc0185502ul +#define USBDEVFS_BULK 0xc0105502ul #define SCIF_VWRITETO 0xc028730dul #define SONYPI_IOCSBRT 0x40017600ul #define BTRFS_IOC_FILE_EXTENT_SAME 0xc0189436ul @@ -11700,9 +11716,9 @@ #define FBIO_WAITFORVSYNC 0x40044620ul #define RTC_PIE_OFF 0x7006ul #define EVIOCGRAB 0x40044590ul -#define PMU_IOC_SET_BACKLIGHT 0x40084202ul +#define PMU_IOC_SET_BACKLIGHT 0x40044202ul #define EVIOCGREP 0x80084503ul -#define PERF_EVENT_IOC_MODIFY_ATTRIBUTES 0x4008240bul +#define PERF_EVENT_IOC_MODIFY_ATTRIBUTES 0x4004240bul #define UFFDIO_CONTINUE 0xc020aa07ul #define VDUSE_GET_API_VERSION 0x80088100ul #define RTC_RD_TIME 0x80247009ul @@ -11710,11 +11726,11 @@ #define IPMICTL_REGISTER_FOR_CMD_CHANS 0x800c691cul #define CAPI_GET_ERRCODE 0x80024321ul #define PCITEST_SET_IRQTYPE 0x40045008ul -#define VIDIOC_SUBDEV_S_EDID 0xc0285629ul -#define MATROXFB_SET_OUTPUT_MODE 0x40086efaul +#define VIDIOC_SUBDEV_S_EDID 0xc0245629ul +#define MATROXFB_SET_OUTPUT_MODE 0x40046efaul #define RIO_DEV_ADD 0x40206d17ul #define VIDIOC_ENUM_FREQ_BANDS 0xc0405665ul -#define FBIO_RADEON_SET_MIRROR 0x40084004ul +#define FBIO_RADEON_SET_MIRROR 0x40044004ul #define PCITEST_GET_IRQTYPE 0x5009ul #define JSIOCGVERSION 0x80046a01ul #define SONYPI_IOCSBLUE 0x40017609ul @@ -11745,7 +11761,7 @@ #define RIO_UNMAP_OUTBOUND 0x40286d10ul #define CAPI_CLR_FLAGS 0x80044325ul #define FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE_ONCE 0x4018230ful -#define MATROXFB_GET_OUTPUT_CONNECTION 0x80086ef8ul +#define MATROXFB_GET_OUTPUT_CONNECTION 0x80046ef8ul #define EVIOCSMASK 0x40104593ul #define BTRFS_IOC_FORGET_DEV 0x50009405ul #define CXL_MEM_QUERY_COMMANDS 0x8008ce01ul @@ -11754,17 +11770,17 @@ #define SWITCHTEC_IOCTL_PFF_TO_PORT 0xc00c5744ul #define PPSETMODE 0x40047080ul #define VFIO_DEVICE_SET_IRQS 0x3b6eul -#define VIDIOC_PREPARE_BUF 0xc058565dul +#define VIDIOC_PREPARE_BUF 0xc044565dul #define CEC_ADAP_G_CONNECTOR_INFO 0x8044610aul #define IOC_OPAL_WRITE_SHADOW_MBR 0x412070eaul #define VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL 0xc040564bul #define UDMABUF_CREATE 0x40187542ul #define SONET_CLRDIAG 0xc0046113ul -#define PHN_SET_REG 0x40087001ul +#define PHN_SET_REG 0x40047001ul #define RNDADDTOENTCNT 0x40045201ul #define VBG_IOCTL_CHECK_BALLOON 0xc0205611ul -#define VIDIOC_OMAP3ISP_STAT_REQ 0xc02856c6ul -#define PPS_FETCH 0xc00870a4ul +#define VIDIOC_OMAP3ISP_STAT_REQ 0xc01856c6ul +#define PPS_FETCH 0xc00470a4ul #define RTC_AIE_OFF 0x7002ul #define VFIO_GROUP_SET_CONTAINER 0x3b68ul #define FW_CDEV_IOC_RECEIVE_PHY_PACKETS 0x40082316ul @@ -11776,13 +11792,13 @@ #define GPIO_V2_GET_LINEINFO_IOCTL 0xc100b405ul #define ATMMPC_CTRL 0x61d8ul #define PPPIOCSXASYNCMAP 0x4020744ful -#define CHIOGSTATUS 0x40106308ul +#define CHIOGSTATUS 0x40086308ul #define FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE 0xc018230dul #define RIO_MPORT_MAINT_PORT_IDX_GET 0x80046d03ul #define CAPI_SET_FLAGS 0x80044324ul #define VFIO_GROUP_GET_DEVICE_FD 0x3b6aul #define VHOST_SET_MEM_TABLE 0x4008af03ul -#define MATROXFB_SET_OUTPUT_CONNECTION 0x40086ef8ul +#define MATROXFB_SET_OUTPUT_CONNECTION 0x40046ef8ul #define DFL_FPGA_PORT_GET_REGION_INFO 0xb642ul #define VHOST_GET_FEATURES 0x8008af00ul #define LIRC_GET_REC_RESOLUTION 0x80046907ul @@ -11790,15 +11806,15 @@ #define LIRC_SET_TRANSMITTER_MASK 0x40046917ul #define BTRFS_IOC_ADD_DEV 0x5000940aul #define JSIOCGCORR 0x80246a22ul -#define VIDIOC_G_FMT 0xc0d05604ul -#define RTC_EPOCH_SET 0x4008700eul +#define VIDIOC_G_FMT 0xc0cc5604ul +#define RTC_EPOCH_SET 0x4004700eul #define CAPI_GET_PROFILE 0xc0404309ul -#define ATM_GETLOOP 0x40106152ul +#define ATM_GETLOOP 0x400c6152ul #define SCIF_LISTEN 0x40047302ul #define NBD_CLEAR_QUE 0xab05ul #define F2FS_IOC_MOVE_RANGE 0xc020f509ul #define LIRC_GET_LENGTH 0x8004690ful -#define I8K_SET_FAN 0xc0086987ul +#define I8K_SET_FAN 0xc0046987ul #define FDSETMAXERRS 0x4014024cul #define VIDIOC_SUBDEV_QUERYCAP 0x80405600ul #define SNAPSHOT_SET_SWAP_AREA 0x400c330dul @@ -11811,34 +11827,34 @@ #define GPIO_GET_LINEINFO_IOCTL 0xc048b402ul #define GSMIOC_GETCONF 0x804c4700ul #define LIRC_GET_SEND_MODE 0x80046901ul -#define PPPIOCSACTIVE 0x40107446ul +#define PPPIOCSACTIVE 0x40087446ul #define SIOCGSTAMPNS_NEW 0x80108907ul -#define IPMICTL_RECEIVE_MSG 0xc030690cul +#define IPMICTL_RECEIVE_MSG 0xc018690cul #define LIRC_SET_SEND_DUTY_CYCLE 0x40046915ul #define UI_END_FF_ERASE 0x400c55cbul #define SWITCHTEC_IOCTL_FLASH_PART_INFO 0xc0105741ul #define FW_CDEV_IOC_SEND_PHY_PACKET 0xc0182315ul #define NBD_SET_FLAGS 0xab0aul #define VFIO_DEVICE_GET_REGION_INFO 0x3b6cul -#define REISERFS_IOC_UNPACK 0x4008cd01ul +#define REISERFS_IOC_UNPACK 0x4004cd01ul #define FW_CDEV_IOC_REMOVE_DESCRIPTOR 0x40042307ul #define RIO_SET_EVENT_MASK 0x40046d0dul #define SNAPSHOT_ALLOC_SWAP_PAGE 0x80083314ul #define VDUSE_VQ_INJECT_IRQ 0x40048117ul -#define I2OPASSTHRU 0x8010690cul +#define I2OPASSTHRU 0x8008690cul #define IOC_OPAL_SET_PW 0x422070e0ul #define FSI_SCOM_READ 0xc0207301ul #define VHOST_VDPA_GET_DEVICE_ID 0x8004af70ul -#define VIDIOC_QBUF 0xc058560ful +#define VIDIOC_QBUF 0xc044560ful #define VIDIOC_S_TUNER 0x4054561eul #define TUNGETVNETHDRSZ 0x800454d7ul #define CAPI_NCCI_GETUNIT 0x80044327ul #define DFL_FPGA_PORT_UINT_GET_IRQ_NUM 0x8004b647ul -#define VIDIOC_OMAP3ISP_STAT_EN 0xc00856c7ul +#define VIDIOC_OMAP3ISP_STAT_EN 0xc00456c7ul #define GPIO_V2_LINE_SET_CONFIG_IOCTL 0xc110b40dul #define TEE_IOC_VERSION 0x800ca400ul #define VIDIOC_LOG_STATUS 0x5646ul -#define IPMICTL_SEND_COMMAND_SETTIME 0x80306915ul +#define IPMICTL_SEND_COMMAND_SETTIME 0x801c6915ul #define VHOST_SET_LOG_FD 0x4004af07ul #define SCIF_SEND 0xc0187306ul #define VIDIOC_SUBDEV_G_FMT 0xc0585604ul @@ -11846,7 +11862,7 @@ #define VIDIOC_DBG_S_REGISTER 0x4038564ful #define NILFS_IOCTL_RESIZE 0x40086e8bul #define PHN_GETREG 0xc0087005ul -#define I2OSWDL 0xc0306905ul +#define I2OSWDL 0xc01c6905ul #define VBG_IOCTL_VMMDEV_REQUEST_BIG 0x5603ul #define JSIOCGBUTTONS 0x80016a12ul #define VFIO_IOMMU_ENABLE 0x3b73ul @@ -11863,7 +11879,7 @@ #define NBD_SET_SOCK 0xab00ul #define BTRFS_IOC_SNAP_DESTROY_V2 0x5000943ful #define HIDIOCGCOLLECTIONINFO 0xc0104811ul -#define I2OSWUL 0xc0306906ul +#define I2OSWUL 0xc01c6906ul #define IOCTL_MEI_NOTIFY_GET 0x80044803ul #define FDFMTTRK 0x400c0248ul #define MMTIMER_GETBITS 0x6d04ul @@ -11879,17 +11895,17 @@ #define VBG_IOCTL_ACQUIRE_GUEST_CAPABILITIES 0xc024560dul #define VIDIOC_SUBDEV_DV_TIMINGS_CAP 0xc0905664ul #define SONYPI_IOCSFAN 0x4001760bul -#define SPIOCSTYPE 0x40087101ul +#define SPIOCSTYPE 0x40047101ul #define IPMICTL_REGISTER_FOR_CMD 0x8002690eul -#define I8K_GET_FAN 0xc0086986ul +#define I8K_GET_FAN 0xc0046986ul #define TUNGETVNETBE 0x800454dful #define AUTOFS_DEV_IOCTL_FAIL 0xc0189377ul -#define UI_END_FF_UPLOAD 0x406855c9ul +#define UI_END_FF_UPLOAD 0x406055c9ul #define TOSH_SMM 0xc0187490ul #define SONYPI_IOCGBAT2REM 0x80027605ul #define F2FS_IOC_GET_COMPRESS_BLOCKS 0x8008f511ul #define PPPIOCSNPMODE 0x4008744bul -#define USBDEVFS_CONTROL 0xc0185500ul +#define USBDEVFS_CONTROL 0xc0105500ul #define HIDIOCGUSAGE 0xc018480bul #define TUNSETTXFILTER 0x400454d1ul #define TUNGETVNETLE 0x800454ddul @@ -11902,16 +11918,16 @@ #define VIDIOC_TRY_ENCODER_CMD 0xc028564eul #define NILFS_IOCTL_GET_CPINFO 0x80186e82ul #define VIDIOC_G_FREQUENCY 0xc02c5638ul -#define VFAT_IOCTL_READDIR_SHORT 0x82307202ul +#define VFAT_IOCTL_READDIR_SHORT 0x82187202ul #define ND_IOCTL_GET_CONFIG_DATA 0xc00c4e05ul #define F2FS_IOC_RESERVE_COMPRESS_BLOCKS 0x8008f513ul -#define FDGETDRVSTAT 0x80500212ul +#define FDGETDRVSTAT 0x80340212ul #define SYNC_IOC_MERGE 0xc0303e03ul #define VIDIOC_S_DV_TIMINGS 0xc0845657ul #define PPPIOCBRIDGECHAN 0x40047435ul #define LIRC_SET_SEND_MODE 0x40046911ul #define RIO_ENABLE_PORTWRITE_RANGE 0x40106d0bul -#define ATM_GETTYPE 0x40106184ul +#define ATM_GETTYPE 0x400c6184ul #define PHN_GETREGS 0xc0287007ul #define FDSETEMSGTRESH 0x24aul #define NILFS_IOCTL_GET_VINFO 0xc0186e86ul @@ -11926,12 +11942,11 @@ #define VIDIOC_DBG_G_CHIP_INFO 0xc0c85666ul #define F2FS_IOC_RELEASE_VOLATILE_WRITE 0xf504ul #define CAPI_GET_SERIAL 0xc0044308ul -#define FDSETDRVPRM 0x40800290ul +#define FDSETDRVPRM 0x40580290ul #define IOC_OPAL_SAVE 0x411870dcul #define VIDIOC_G_DV_TIMINGS 0xc0845658ul #define TUNSETIFINDEX 0x400454daul #define CCISS_SETINTINFO 0x40084203ul -#define CM_IOSDBGLVL 0x400863faul #define RTC_VL_CLR 0x7014ul #define VIDIOC_REQBUFS 0xc0145608ul #define USBDEVFS_REAPURBNDELAY32 0x4004550dul @@ -11951,22 +11966,22 @@ #define USBDEVFS_RELEASEINTERFACE 0x80045510ul #define VIDIOC_CROPCAP 0xc02c563aul #define DFL_FPGA_PORT_GET_INFO 0xb641ul -#define PHN_SET_REGS 0x40087003ul +#define PHN_SET_REGS 0x40047003ul #define ATMLEC_DATA 0x61d1ul #define PPPOEIOCDFWD 0xb101ul #define VIDIOC_S_SELECTION 0xc040565ful #define SNAPSHOT_FREE_SWAP_PAGES 0x3309ul #define BTRFS_IOC_LOGICAL_INO 0xc0389424ul #define VIDIOC_S_CTRL 0xc008561cul -#define ZATM_SETPOOL 0x40106163ul -#define MTIOCPOS 0x80086d03ul +#define ZATM_SETPOOL 0x400c6163ul +#define MTIOCPOS 0x80046d03ul #define PMU_IOC_SLEEP 0x4200ul #define AUTOFS_DEV_IOCTL_PROTOSUBVER 0xc0189373ul #define VBG_IOCTL_CHANGE_FILTER_MASK 0xc020560cul #define NILFS_IOCTL_GET_SUSTAT 0x80306e85ul #define VIDIOC_QUERYCAP 0x80685600ul -#define HPET_INFO 0x80186803ul -#define VIDIOC_AM437X_CCDC_CFG 0x400856c1ul +#define HPET_INFO 0x800c6803ul +#define VIDIOC_AM437X_CCDC_CFG 0x400456c1ul #define DM_LIST_DEVICES 0xc138fd02ul #define TUNSETOWNER 0x400454ccul #define VBG_IOCTL_CHANGE_GUEST_CAPABILITIES 0xc020560eul @@ -11980,9 +11995,9 @@ #define KCOV_DISABLE 0x6365ul #define IOC_OPAL_ACTIVATE_LSP 0x411870dful #define VHOST_VDPA_GET_IOVA_RANGE 0x8010af78ul -#define PPPIOCSPASS 0x40107447ul +#define PPPIOCSPASS 0x40087447ul #define RIO_CM_CHAN_CONNECT 0x40086308ul -#define I2OSWDEL 0xc0306907ul +#define I2OSWDEL 0xc01c6907ul #define FS_IOC_SET_ENCRYPTION_POLICY 0x800c6613ul #define IOC_OPAL_MBR_DONE 0x411070e9ul #define PPPIOCSMAXCID 0x40047451ul @@ -11990,10 +12005,10 @@ #define VHOST_VDPA_SET_VRING_ENABLE 0x4008af75ul #define USBDEVFS_GET_SPEED 0x551ful #define SONET_GETFRAMING 0x80046116ul -#define VIDIOC_QUERYBUF 0xc0585609ul -#define VIDIOC_S_EDID 0xc0285629ul +#define VIDIOC_QUERYBUF 0xc0445609ul +#define VIDIOC_S_EDID 0xc0245629ul #define BTRFS_IOC_QGROUP_ASSIGN 0x40189429ul -#define PPS_GETCAP 0x800870a3ul +#define PPS_GETCAP 0x800470a3ul #define SNAPSHOT_PLATFORM_SUPPORT 0x330ful #define LIRC_SET_REC_TIMEOUT_REPORTS 0x40046919ul #define SCIF_GET_NODEIDS 0xc018730eul @@ -12017,7 +12032,7 @@ #define VIDIOC_SUBDEV_QUERY_DV_TIMINGS 0x80845663ul #define UI_SET_SNDBIT 0x4004556aul #define VIDIOC_G_AUDOUT 0x80345631ul -#define RTC_PLL_SET 0x40207012ul +#define RTC_PLL_SET 0x401c7012ul #define VIDIOC_ENUMAUDIO 0xc0345641ul #define AUTOFS_DEV_IOCTL_TIMEOUT 0xc018937aul #define VBG_IOCTL_DRIVER_VERSION_INFO 0xc02c5600ul @@ -12031,25 +12046,25 @@ #define SCIF_CONNECT 0xc0087303ul #define BLKREPORTZONE 0xc0101282ul #define AUTOFS_IOC_ASKUMOUNT 0x80049370ul -#define ATM_ADDPARTY 0x401061f4ul -#define FDSETPRM 0x40200242ul -#define ATM_GETSTATZ 0x40106151ul -#define ISST_IF_MSR_COMMAND 0xc008fe04ul +#define ATM_ADDPARTY 0x400861f4ul +#define FDSETPRM 0x401c0242ul +#define ATM_GETSTATZ 0x400c6151ul +#define ISST_IF_MSR_COMMAND 0xc004fe04ul #define BTRFS_IOC_GET_SUBVOL_INFO 0x81f8943cul #define VIDIOC_UNSUBSCRIBE_EVENT 0x4020565bul #define SEV_ISSUE_CMD 0xc0105300ul #define GPIOHANDLE_SET_LINE_VALUES_IOCTL 0xc040b409ul -#define PCITEST_COPY 0x40085006ul +#define PCITEST_COPY 0x40045006ul #define IPMICTL_GET_MY_ADDRESS_CMD 0x80046912ul #define CHIOGPICKER 0x80046304ul #define CAPI_NCCI_OPENCOUNT 0x80044326ul #define CXL_MEM_SEND_COMMAND 0xc030ce02ul -#define PERF_EVENT_IOC_SET_FILTER 0x40082406ul +#define PERF_EVENT_IOC_SET_FILTER 0x40042406ul #define IOC_OPAL_REVERT_TPR 0x410870e2ul #define CHIOGVPARAMS 0x80706313ul #define PTP_PEROUT_REQUEST 0x40383d03ul #define FSI_SCOM_CHECK 0x80047300ul -#define RTC_IRQP_READ 0x8008700bul +#define RTC_IRQP_READ 0x8004700bul #define RIO_MPORT_MAINT_READ_LOCAL 0x80186d05ul #define HIDIOCGRDESCSIZE 0x80044801ul #define UI_GET_VERSION 0x8004552dul @@ -12060,18 +12075,17 @@ #define UI_SET_RELBIT 0x40045566ul #define VFIO_SET_IOMMU 0x3b66ul #define VIDIOC_S_MODULATOR 0x40445637ul -#define TUNGETFILTER 0x801054dbul -#define MEYEIOC_SYNC 0xc00476c3ul +#define TUNGETFILTER 0x800854dbul #define CCISS_SETNODENAME 0x40104205ul -#define FBIO_GETCONTROL2 0x80084689ul +#define FBIO_GETCONTROL2 0x80044689ul #define TUNSETDEBUG 0x400454c9ul #define DM_DEV_REMOVE 0xc138fd04ul #define HIDIOCSUSAGES 0x501c4814ul #define FS_IOC_ADD_ENCRYPTION_KEY 0xc0506617ul #define FBIOGET_VBLANK 0x80204612ul -#define ATM_GETSTAT 0x40106150ul +#define ATM_GETSTAT 0x400c6150ul #define VIDIOC_G_JPEGCOMP 0x808c563dul -#define TUNATTACHFILTER 0x401054d5ul +#define TUNATTACHFILTER 0x400854d5ul #define UI_SET_ABSBIT 0x40045567ul #define DFL_FPGA_PORT_ERR_GET_IRQ_NUM 0x8004b645ul #define USBDEVFS_REAPURB32 0x4004550cul @@ -12079,23 +12093,23 @@ #define CAPI_REGISTER 0x400c4301ul #define F2FS_IOC_COMPRESS_FILE 0xf518ul #define USBDEVFS_DISCARDURB 0x550bul -#define HE_GET_REG 0x40106160ul -#define ATM_SETLOOP 0x40106153ul +#define HE_GET_REG 0x400c6160ul +#define ATM_SETLOOP 0x400c6153ul #define ATMSIGD_CTRL 0x61f0ul -#define CIOC_KERNEL_VERSION 0xc008630aul +#define CIOC_KERNEL_VERSION 0xc004630aul #define BTRFS_IOC_CLONE_RANGE 0x4020940dul #define SNAPSHOT_UNFREEZE 0x3302ul #define F2FS_IOC_START_VOLATILE_WRITE 0xf503ul -#define PMU_IOC_HAS_ADB 0x80084204ul +#define PMU_IOC_HAS_ADB 0x80044204ul #define I2OGETIOPS 0x80206900ul -#define VIDIOC_S_FBUF 0x4030560bul +#define VIDIOC_S_FBUF 0x402c560bul #define PPRCONTROL 0x80017083ul #define CHIOSPICKER 0x40046305ul #define VFIO_IOMMU_SPAPR_REGISTER_MEMORY 0x3b75ul #define TUNGETSNDBUF 0x800454d3ul #define GSMIOC_SETCONF 0x404c4701ul #define IOC_PR_PREEMPT 0x401870cbul -#define KCOV_INIT_TRACE 0x80086301ul +#define KCOV_INIT_TRACE 0x80046301ul #define SONYPI_IOCGBAT1CAP 0x80027602ul #define SWITCHTEC_IOCTL_FLASH_INFO 0x80105740ul #define MTIOCTOP 0x40086d01ul @@ -12108,7 +12122,7 @@ #define PPPIOCGFLAGS 0x8004745aul #define NILFS_IOCTL_SET_SUINFO 0x40186e8dul #define FW_CDEV_IOC_GET_CYCLE_TIMER2 0xc0182314ul -#define ATM_DELLECSADDR 0x4010618ful +#define ATM_DELLECSADDR 0x400c618ful #define FW_CDEV_IOC_GET_SPEED 0x2311ul #define PPPIOCGIDLE32 0x8008743ful #define VFIO_DEVICE_RESET 0x3b6ful @@ -12117,16 +12131,16 @@ #define BTRFS_IOC_SET_FEATURES 0x40309439ul #define IOCTL_MEI_CONNECT_CLIENT 0xc0104801ul #define VIDIOC_OMAP3ISP_AEWB_CFG 0xc02056c3ul -#define PCITEST_READ 0x40085005ul +#define PCITEST_READ 0x40045005ul #define VFIO_GROUP_GET_STATUS 0x3b67ul -#define MATROXFB_GET_ALL_OUTPUTS 0x80086efbul +#define MATROXFB_GET_ALL_OUTPUTS 0x80046efbul #define USBDEVFS_CLEAR_HALT 0x80045515ul #define VIDIOC_DECODER_CMD 0xc0485660ul #define VIDIOC_G_AUDIO 0x80345621ul #define CCISS_RESCANDISK 0x4210ul #define RIO_DISABLE_PORTWRITE_RANGE 0x40106d0cul #define IOC_OPAL_SECURE_ERASE_LR 0x411070e7ul -#define USBDEVFS_REAPURB 0x4008550cul +#define USBDEVFS_REAPURB 0x4004550cul #define DFL_FPGA_CHECK_EXTENSION 0xb601ul #define AUTOFS_IOC_PROTOVER 0x80049363ul #define FSL_HV_IOCTL_MEMCPY 0xc028af05ul @@ -12135,7 +12149,7 @@ #define BTRFS_IOC_DEFRAG_RANGE 0x40309410ul #define UI_BEGIN_FF_ERASE 0xc00c55caul #define DM_GET_TARGET_VERSION 0xc138fd11ul -#define PPPIOCGIDLE 0x8010743ful +#define PPPIOCGIDLE 0x8008743ful #define NVRAM_SETCKS 0x7041ul #define WDIOC_GETSUPPORT 0x80285700ul #define GSMIOC_ENABLE_NET 0x40344702ul @@ -12148,18 +12162,18 @@ #define FSL_HV_IOCTL_DOORBELL 0xc008af06ul #define RIO_MPORT_MAINT_WRITE_LOCAL 0x40186d06ul #define I2OEVTREG 0x400c690aul -#define I2OPARMGET 0xc0286904ul +#define I2OPARMGET 0xc0186904ul #define EVIOCGID 0x80084502ul #define BTRFS_IOC_QGROUP_CREATE 0x4010942aul #define AUTOFS_DEV_IOCTL_SETPIPEFD 0xc0189378ul #define VIDIOC_S_PARM 0xc0cc5616ul #define TUNSETSTEERINGEBPF 0x800454e0ul -#define ATM_GETNAMES 0x40106183ul +#define ATM_GETNAMES 0x40086183ul #define VIDIOC_QUERYMENU 0xc02c5625ul #define DFL_FPGA_PORT_DMA_UNMAP 0xb644ul -#define I2OLCTGET 0xc0186902ul +#define I2OLCTGET 0xc00c6902ul #define FS_IOC_GET_ENCRYPTION_PWSALT 0x40106614ul -#define NS_SETBUFLEV 0x40106162ul +#define NS_SETBUFLEV 0x400c6162ul #define BLKCLOSEZONE 0x40101287ul #define SONET_GETFRSENSE 0x80066117ul #define UI_SET_EVBIT 0x40045564ul @@ -12179,7 +12193,7 @@ #define PTP_CLOCK_GETCAPS2 0x80503d0aul #define BTRFS_IOC_RESIZE 0x50009403ul #define VHOST_SET_VRING_ENDIAN 0x4008af13ul -#define PPS_KC_BIND 0x400870a5ul +#define PPS_KC_BIND 0x400470a5ul #define F2FS_IOC_WRITE_CHECKPOINT 0xf507ul #define UI_SET_FFBIT 0x4004556bul #define IPMICTL_GET_MY_LUN_CMD 0x80046914ul @@ -12192,20 +12206,20 @@ #define MEDIA_IOC_G_TOPOLOGY 0xc0487c04ul #define PPPIOCUNBRIDGECHAN 0x7434ul #define F2FS_IOC_COMMIT_ATOMIC_WRITE 0xf502ul -#define ISST_IF_GET_PLATFORM_INFO 0x8008fe00ul +#define ISST_IF_GET_PLATFORM_INFO 0x8004fe00ul #define SCIF_FENCE_MARK 0xc010730ful #define USBDEVFS_RELEASE_PORT 0x80045519ul #define VFIO_CHECK_EXTENSION 0x3b65ul #define BTRFS_IOC_QGROUP_LIMIT 0x8030942bul #define FAT_IOCTL_GET_VOLUME_ID 0x80047213ul -#define UI_SET_PHYS 0x4008556cul -#define FDWERRORGET 0x80280217ul -#define VIDIOC_SUBDEV_G_EDID 0xc0285628ul +#define UI_SET_PHYS 0x4004556cul +#define FDWERRORGET 0x80180217ul +#define VIDIOC_SUBDEV_G_EDID 0xc0245628ul #define MGSL_IOCGSTATS 0x6d07ul #define RPROC_SET_SHUTDOWN_ON_RELEASE 0x4004b701ul #define SIOCGSTAMP_NEW 0x80108906ul #define RTC_WKALM_RD 0x80287010ul -#define PHN_GET_REG 0xc0087000ul +#define PHN_GET_REG 0xc0047000ul #define DELL_WMI_SMBIOS_CMD 0xc0345700ul #define PHN_NOT_OH 0x7004ul #define PPGETMODES 0x80047097ul @@ -12215,12 +12229,12 @@ #define VIDIOC_SUBDEV_G_SELECTION 0xc040563dul #define BTRFS_IOC_RM_DEV_V2 0x5000943aul #define MGSL_IOCWAITGPIO 0xc0106d12ul -#define PMU_IOC_CAN_SLEEP 0x80084205ul +#define PMU_IOC_CAN_SLEEP 0x80044205ul #define KCOV_ENABLE 0x6364ul #define BTRFS_IOC_CLONE 0x40049409ul #define F2FS_IOC_DEFRAGMENT 0xc010f508ul #define FW_CDEV_IOC_DEALLOCATE_ISO_RESOURCE 0x4004230eul -#define AGPIOC_ALLOCATE 0xc0084106ul +#define AGPIOC_ALLOCATE 0xc0044106ul #define NE_SET_USER_MEMORY_REGION 0x4018ae23ul #define MGSL_IOCTXABORT 0x6d06ul #define MGSL_IOCSGPIO 0x40106d10ul @@ -12232,12 +12246,12 @@ #define NVME_IOCTL_ID 0x4e40ul #define NE_START_ENCLAVE 0xc010ae24ul #define VIDIOC_STREAMON 0x40045612ul -#define FDPOLLDRVSTAT 0x80500213ul +#define FDPOLLDRVSTAT 0x80340213ul #define AUTOFS_DEV_IOCTL_READY 0xc0189376ul #define VIDIOC_ENUMAUDOUT 0xc0345642ul #define VIDIOC_SUBDEV_S_STD 0x40085618ul #define WDIOC_GETTIMELEFT 0x8004570aul -#define ATM_GETLINKRATE 0x40106181ul +#define ATM_GETLINKRATE 0x400c6181ul #define RTC_WKALM_SET 0x4028700ful #define VHOST_GET_BACKEND_FEATURES 0x8008af26ul #define ATMARP_ENCAP 0x61e5ul @@ -12249,8 +12263,8 @@ #define BTRFS_IOC_WAIT_SYNC 0x40089416ul #define GPIOHANDLE_SET_CONFIG_IOCTL 0xc054b40aul #define VHOST_GET_VRING_ENDIAN 0x4008af14ul -#define ATM_GETADDR 0x40106186ul -#define PHN_GET_REGS 0xc0087002ul +#define ATM_GETADDR 0x400c6186ul +#define PHN_GET_REGS 0xc0047002ul #define AUTOFS_DEV_IOCTL_REQUESTER 0xc018937bul #define AUTOFS_DEV_IOCTL_EXPIRE 0xc018937cul #define SNAPSHOT_S2RAM 0x330bul @@ -12276,12 +12290,12 @@ #define VIDIOC_G_CROP 0xc014563bul #define LIRC_SET_WIDEBAND_RECEIVER 0x40046923ul #define EVIOCGEFFECTS 0x80044584ul -#define UVCIOC_CTRL_QUERY 0xc0107521ul +#define UVCIOC_CTRL_QUERY 0xc00c7521ul #define IOC_OPAL_GENERIC_TABLE_RW 0x413870ebul #define FS_IOC_READ_VERITY_METADATA 0xc0286687ul #define ND_IOCTL_SET_CONFIG_DATA 0xc0084e06ul #define USBDEVFS_GETDRIVER 0x41045508ul -#define IDT77105_GETSTAT 0x40106132ul +#define IDT77105_GETSTAT 0x400c6132ul #define HIDIOCINITREPORT 0x4805ul #define VFIO_DEVICE_GET_INFO 0x3b6bul #define RIO_CM_CHAN_RECEIVE 0xc010630aul @@ -12296,7 +12310,7 @@ #define BTRFS_IOC_BALANCE_CTL 0x40049421ul #define GPIO_GET_LINEINFO_WATCH_IOCTL 0xc048b40bul #define HIDIOCGRAWINFO 0x80084803ul -#define PPPIOCSCOMPRESS 0x4010744dul +#define PPPIOCSCOMPRESS 0x400c744dul #define USBDEVFS_CONNECTINFO 0x40085511ul #define BLKRESETZONE 0x40101283ul #define CHIOINITELEM 0x6311ul @@ -12312,7 +12326,7 @@ #define IOC_OPAL_ERASE_LR 0x411070e6ul #define FDFMTBEG 0x247ul #define RNDRESEEDCRNG 0x5207ul -#define ISST_IF_GET_PHY_ID 0xc008fe01ul +#define ISST_IF_GET_PHY_ID 0xc004fe01ul #define TUNSETNOCSUM 0x400454c8ul #define SONET_GETSTAT 0x80246110ul #define TFD_IOC_SET_TICKS 0x40085400ul @@ -12336,17 +12350,16 @@ #define EVIOCREVOKE 0x40044591ul #define VFIO_DEVICE_FEATURE 0x3b75ul #define CCISS_GETPCIINFO 0x80084201ul -#define ISST_IF_MBOX_COMMAND 0xc008fe03ul +#define ISST_IF_MBOX_COMMAND 0xc004fe03ul #define SCIF_ACCEPTREQ 0xc0107304ul -#define PERF_EVENT_IOC_QUERY_BPF 0xc008240aul +#define PERF_EVENT_IOC_QUERY_BPF 0xc004240aul #define VIDIOC_STREAMOFF 0x40045613ul #define VDUSE_DESTROY_DEV 0x41008103ul -#define FDGETFDCSTAT 0x80280215ul -#define CM_IOCGATR 0xc0086301ul +#define FDGETFDCSTAT 0x80200215ul #define VIDIOC_S_PRIORITY 0x40045644ul #define SNAPSHOT_FREEZE 0x3301ul #define VIDIOC_ENUMINPUT 0xc050561aul -#define ZATM_GETPOOLZ 0x40106162ul +#define ZATM_GETPOOLZ 0x400c6162ul #define RIO_DISABLE_DOORBELL_RANGE 0x40086d0aul #define GPIO_V2_GET_LINEINFO_WATCH_IOCTL 0xc100b406ul #define VIDIOC_G_STD 0x80085617ul @@ -12359,7 +12372,7 @@ #define BTRFS_IOC_QUOTA_RESCAN_STATUS 0x8040942dul #define F2FS_IOC_GARBAGE_COLLECT 0x4004f506ul #define ATMLEC_CTRL 0x61d0ul -#define MATROXFB_GET_AVAILABLE_OUTPUTS 0x80086ef9ul +#define MATROXFB_GET_AVAILABLE_OUTPUTS 0x80046ef9ul #define DM_DEV_CREATE 0xc138fd03ul #define VHOST_VDPA_GET_VRING_NUM 0x8002af76ul #define VIDIOC_G_CTRL 0xc008561bul @@ -12382,9 +12395,9 @@ #define FW_CDEV_IOC_GET_INFO 0xc0282300ul #define VIDIOC_G_PRIORITY 0x80045643ul #define ATM_NEWBACKENDIF 0x400261f3ul -#define VIDIOC_S_EXT_CTRLS 0xc0205648ul +#define VIDIOC_S_EXT_CTRLS 0xc0185648ul #define VIDIOC_SUBDEV_ENUM_DV_TIMINGS 0xc0945662ul -#define VIDIOC_OMAP3ISP_CCDC_CFG 0xc03856c1ul +#define VIDIOC_OMAP3ISP_CCDC_CFG 0xc02056c1ul #define VIDIOC_S_HW_FREQ_SEEK 0x40305652ul #define DM_TABLE_LOAD 0xc138fd09ul #define F2FS_IOC_START_ATOMIC_WRITE 0xf501ul @@ -12397,7 +12410,7 @@ #define TUNSETLINK 0x400454cdul #define FW_CDEV_IOC_ADD_DESCRIPTOR 0xc0182306ul #define BTRFS_IOC_SCRUB_CANCEL 0x941cul -#define PPS_SETPARAMS 0x400870a2ul +#define PPS_SETPARAMS 0x400470a2ul #define IOC_OPAL_LR_SETUP 0x412870e3ul #define FW_CDEV_IOC_DEALLOCATE 0x40042303ul #define WDIOC_SETTIMEOUT 0xc0045706ul @@ -12405,7 +12418,7 @@ #define CAPI_GET_MANUFACTURER 0xc0044306ul #define VFIO_IOMMU_SPAPR_UNREGISTER_MEMORY 0x3b76ul #define ASPEED_P2A_CTRL_IOCTL_SET_WINDOW 0x4010b300ul -#define VIDIOC_G_EDID 0xc0285628ul +#define VIDIOC_G_EDID 0xc0245628ul #define F2FS_IOC_GARBAGE_COLLECT_RANGE 0x4018f50bul #define RIO_MAP_INBOUND 0xc0286d11ul #define IOC_OPAL_TAKE_OWNERSHIP 0x410870deul @@ -12415,44 +12428,44 @@ #define FW_CDEV_IOC_SEND_STREAM_PACKET 0x40282313ul #define BTRFS_IOC_SNAP_DESTROY 0x5000940ful #define SNAPSHOT_FREE 0x3305ul -#define I8K_GET_SPEED 0xc0086985ul +#define I8K_GET_SPEED 0xc0046985ul #define HIDIOCGREPORT 0x400c4807ul #define HPET_EPI 0x6804ul #define JSIOCSCORR 0x40246a21ul #define IOC_PR_PREEMPT_ABORT 0x401870ccul #define RIO_MAP_OUTBOUND 0xc0286d0ful -#define ATM_SETESI 0x4010618cul +#define ATM_SETESI 0x400c618cul #define FW_CDEV_IOC_START_ISO 0x4010230aul -#define ATM_DELADDR 0x40106189ul +#define ATM_DELADDR 0x400c6189ul #define PPFCONTROL 0x4002708eul #define SONYPI_IOCGFAN 0x8001760aul -#define RTC_IRQP_SET 0x4008700cul -#define PCITEST_WRITE 0x40085004ul +#define RTC_IRQP_SET 0x4004700cul +#define PCITEST_WRITE 0x40045004ul #define PPCLAIM 0x708bul #define VIDIOC_S_JPEGCOMP 0x408c563eul #define IPMICTL_UNREGISTER_FOR_CMD 0x8002690ful #define VHOST_SET_FEATURES 0x4008af00ul #define TOSHIBA_ACPI_SCI 0xc0187491ul -#define VIDIOC_DQBUF 0xc0585611ul +#define VIDIOC_DQBUF 0xc0445611ul #define BTRFS_IOC_BALANCE_PROGRESS 0x84009422ul #define BTRFS_IOC_SUBVOL_SETFLAGS 0x4008941aul #define ATMLEC_MCAST 0x61d2ul -#define MMTIMER_GETFREQ 0x80086d02ul +#define MMTIMER_GETFREQ 0x80046d02ul #define VIDIOC_G_SELECTION 0xc040565eul #define RTC_ALM_SET 0x40247007ul -#define PPPOEIOCSFWD 0x4008b100ul +#define PPPOEIOCSFWD 0x4004b100ul #define IPMICTL_GET_MAINTENANCE_MODE_CMD 0x8004691eul #define FS_IOC_ENABLE_VERITY 0x40806685ul #define NILFS_IOCTL_GET_BDESCS 0xc0186e87ul #define FDFMTEND 0x249ul -#define DMA_BUF_SET_NAME 0x40086201ul -#define UI_BEGIN_FF_UPLOAD 0xc06855c8ul +#define DMA_BUF_SET_NAME 0x40046201ul +#define UI_BEGIN_FF_UPLOAD 0xc06055c8ul #define RTC_UIE_ON 0x7003ul #define PPRELEASE 0x708cul #define VFIO_IOMMU_UNMAP_DMA 0x3b72ul -#define VIDIOC_OMAP3ISP_PRV_CFG 0xc07056c2ul +#define VIDIOC_OMAP3ISP_PRV_CFG 0xc03c56c2ul #define GPIO_GET_LINEHANDLE_IOCTL 0xc16cb403ul -#define VFAT_IOCTL_READDIR_BOTH 0x82307201ul +#define VFAT_IOCTL_READDIR_BOTH 0x82187201ul #define NVME_IOCTL_ADMIN_CMD 0xc0484e41ul #define VHOST_SET_VRING_KICK 0x4008af20ul #define BTRFS_IOC_SUBVOL_CREATE_V2 0x50009418ul @@ -12470,8 +12483,8 @@ #define DFL_FPGA_FME_ERR_GET_IRQ_NUM 0x8004b683ul #define ND_IOCTL_DIMM_FLAGS 0xc0084e03ul #define BTRFS_IOC_QUOTA_RESCAN 0x4040942cul -#define MMTIMER_GETCOUNTER 0x80086d09ul -#define MATROXFB_GET_OUTPUT_MODE 0xc0086efaul +#define MMTIMER_GETCOUNTER 0x80046d09ul +#define MATROXFB_GET_OUTPUT_MODE 0xc0046efaul #define BTRFS_IOC_QUOTA_RESCAN_WAIT 0x942eul #define RIO_CM_CHAN_BIND 0x40086305ul #define HIDIOCGRDESC 0x90044802ul @@ -12503,7 +12516,7 @@ #define ACRN_IOCTL_DEASSIGN_PCIDEV 0x4024a256ul #define ACRN_IOCTL_RESET_VM 0xa215ul #define ACRN_IOCTL_DESTROY_IOREQ_CLIENT 0xa234ul -#define ACRN_IOCTL_VM_INTR_MONITOR 0x4008a224ul +#define ACRN_IOCTL_VM_INTR_MONITOR 0x4004a224ul #endif #if defined(__riscv) && __riscv_xlen == 64 #define FIONREAD 0x541bul diff --git a/src/riscv32/ioctl.rs b/src/riscv32/ioctl.rs index 1d973962..5ddcf46d 100644 --- a/src/riscv32/ioctl.rs +++ b/src/riscv32/ioctl.rs @@ -74,7 +74,7 @@ pub const TCSETX: u32 = 21555; pub const TCSETXF: u32 = 21556; pub const TCSETXW: u32 = 21557; pub const TIOCGETD: u32 = 21540; -pub const MTIOCGET: u32 = 2150657282; +pub const MTIOCGET: u32 = 2149346562; pub const BLKSSZGET: u32 = 4712; pub const BLKPBSZGET: u32 = 4731; pub const BLKROSET: u32 = 4701; @@ -89,9 +89,9 @@ pub const BLKFRAGET: u32 = 4709; pub const BLKSECTSET: u32 = 4710; pub const BLKSECTGET: u32 = 4711; pub const BLKPG: u32 = 4713; -pub const BLKBSZGET: u32 = 2148012656; -pub const BLKBSZSET: u32 = 1074270833; -pub const BLKGETSIZE64: u32 = 2148012658; +pub const BLKBSZGET: u32 = 2147750512; +pub const BLKBSZSET: u32 = 1074008689; +pub const BLKGETSIZE64: u32 = 2147750514; pub const BLKTRACESETUP: u32 = 3225948787; pub const BLKTRACESTART: u32 = 4724; pub const BLKTRACESTOP: u32 = 4725; @@ -104,6 +104,22 @@ pub const BLKDISCARDZEROES: u32 = 4732; pub const BLKSECDISCARD: u32 = 4733; pub const BLKROTATIONAL: u32 = 4734; pub const BLKZEROOUT: u32 = 4735; +pub const FIEMAP_MAX_OFFSET: u32 = 4294967295; +pub const FIEMAP_FLAG_SYNC: u32 = 1; +pub const FIEMAP_FLAG_XATTR: u32 = 2; +pub const FIEMAP_FLAG_CACHE: u32 = 4; +pub const FIEMAP_FLAGS_COMPAT: u32 = 3; +pub const FIEMAP_EXTENT_LAST: u32 = 1; +pub const FIEMAP_EXTENT_UNKNOWN: u32 = 2; +pub const FIEMAP_EXTENT_DELALLOC: u32 = 4; +pub const FIEMAP_EXTENT_ENCODED: u32 = 8; +pub const FIEMAP_EXTENT_DATA_ENCRYPTED: u32 = 128; +pub const FIEMAP_EXTENT_NOT_ALIGNED: u32 = 256; +pub const FIEMAP_EXTENT_DATA_INLINE: u32 = 512; +pub const FIEMAP_EXTENT_DATA_TAIL: u32 = 1024; +pub const FIEMAP_EXTENT_UNWRITTEN: u32 = 2048; +pub const FIEMAP_EXTENT_MERGED: u32 = 4096; +pub const FIEMAP_EXTENT_SHARED: u32 = 8192; pub const UFFDIO_REGISTER: u32 = 3223366144; pub const UFFDIO_UNREGISTER: u32 = 2148575745; pub const UFFDIO_WAKE: u32 = 2148575746; @@ -232,10 +248,10 @@ pub const FITRIM: u32 = 3222820985; pub const FICLONE: u32 = 1074041865; pub const FICLONERANGE: u32 = 1075876877; pub const FIDEDUPERANGE: u32 = 3222836278; -pub const FS_IOC_GETFLAGS: u32 = 2148034049; -pub const FS_IOC_SETFLAGS: u32 = 1074292226; -pub const FS_IOC_GETVERSION: u32 = 2148038145; -pub const FS_IOC_SETVERSION: u32 = 1074296322; +pub const FS_IOC_GETFLAGS: u32 = 2147771905; +pub const FS_IOC_SETFLAGS: u32 = 1074030082; +pub const FS_IOC_GETVERSION: u32 = 2147776001; +pub const FS_IOC_SETVERSION: u32 = 1074034178; pub const FS_IOC_FIEMAP: u32 = 3223348747; pub const FS_IOC32_GETFLAGS: u32 = 2147771905; pub const FS_IOC32_SETFLAGS: u32 = 1074030082; @@ -245,13 +261,13 @@ pub const FS_IOC_FSGETXATTR: u32 = 2149341215; pub const FS_IOC_FSSETXATTR: u32 = 1075599392; pub const FS_IOC_GETFSLABEL: u32 = 2164298801; pub const FS_IOC_SETFSLABEL: u32 = 1090556978; -pub const EXT4_IOC_GETVERSION: u32 = 2148034051; -pub const EXT4_IOC_SETVERSION: u32 = 1074292228; -pub const EXT4_IOC_GETVERSION_OLD: u32 = 2148038145; -pub const EXT4_IOC_SETVERSION_OLD: u32 = 1074296322; -pub const EXT4_IOC_GETRSVSZ: u32 = 2148034053; -pub const EXT4_IOC_SETRSVSZ: u32 = 1074292230; -pub const EXT4_IOC_GROUP_EXTEND: u32 = 1074292231; +pub const EXT4_IOC_GETVERSION: u32 = 2147771907; +pub const EXT4_IOC_SETVERSION: u32 = 1074030084; +pub const EXT4_IOC_GETVERSION_OLD: u32 = 2147776001; +pub const EXT4_IOC_SETVERSION_OLD: u32 = 1074034178; +pub const EXT4_IOC_GETRSVSZ: u32 = 2147771909; +pub const EXT4_IOC_SETRSVSZ: u32 = 1074030086; +pub const EXT4_IOC_GROUP_EXTEND: u32 = 1074030087; pub const EXT4_IOC_MIGRATE: u32 = 26121; pub const EXT4_IOC_ALLOC_DA_BLKS: u32 = 26124; pub const EXT4_IOC_RESIZE_FS: u32 = 1074292240; @@ -275,25 +291,25 @@ pub const LIRC_SET_SEND_CARRIER: u32 = 1074030867; pub const AUTOFS_IOC_PROTOSUBVER: u32 = 2147783527; pub const PTP_SYS_OFFSET_PRECISE: u32 = 3225435400; pub const FSI_SCOM_WRITE: u32 = 3223352066; -pub const ATM_GETCIRANGE: u32 = 1074815370; +pub const ATM_GETCIRANGE: u32 = 1074553226; pub const DMA_BUF_SET_NAME_B: u32 = 1074291201; pub const RIO_CM_EP_GET_LIST_SIZE: u32 = 3221512961; pub const TUNSETPERSIST: u32 = 1074025675; pub const FS_IOC_GET_ENCRYPTION_POLICY: u32 = 1074554389; pub const CEC_RECEIVE: u32 = 3224920326; -pub const MGSL_IOCGPARAMS: u32 = 2150657281; -pub const ENI_SETMULT: u32 = 1074815335; +pub const MGSL_IOCGPARAMS: u32 = 2149608705; +pub const ENI_SETMULT: u32 = 1074553191; pub const RIO_GET_EVENT_MASK: u32 = 2147773710; pub const LIRC_GET_MAX_TIMEOUT: u32 = 2147772681; pub const USBDEVFS_CLAIMINTERFACE: u32 = 2147767567; pub const CHIOMOVE: u32 = 1075077889; pub const SONYPI_IOCGBATFLAGS: u32 = 2147579399; pub const BTRFS_IOC_SYNC: u32 = 37896; -pub const VIDIOC_TRY_FMT: u32 = 3234879040; +pub const VIDIOC_TRY_FMT: u32 = 3234616896; pub const LIRC_SET_REC_MODE: u32 = 1074030866; -pub const VIDIOC_DQEVENT: u32 = 2156418649; +pub const VIDIOC_DQEVENT: u32 = 2155894361; pub const RPMSG_DESTROY_EPT_IOCTL: u32 = 46338; -pub const UVCIOC_CTRL_MAP: u32 = 3227546912; +pub const UVCIOC_CTRL_MAP: u32 = 3227022624; pub const VHOST_SET_BACKEND_FEATURES: u32 = 1074310949; pub const VHOST_VSOCK_SET_GUEST_CID: u32 = 1074311008; pub const UI_SET_KEYBIT: u32 = 1074025829; @@ -302,16 +318,16 @@ pub const FS_IOC_GET_ENCRYPTION_KEY_STATUS: u32 = 3229640218; pub const BTRFS_IOC_TREE_SEARCH_V2: u32 = 3228603409; pub const VHOST_SET_VRING_BASE: u32 = 1074310930; pub const RIO_ENABLE_DOORBELL_RANGE: u32 = 1074294025; -pub const VIDIOC_TRY_EXT_CTRLS: u32 = 3223344713; +pub const VIDIOC_TRY_EXT_CTRLS: u32 = 3222820425; pub const LIRC_GET_REC_MODE: u32 = 2147772674; -pub const PPGETTIME: u32 = 2148561045; +pub const PPGETTIME: u32 = 2148036757; pub const BTRFS_IOC_RM_DEV: u32 = 1342215179; pub const ATM_SETBACKEND: u32 = 1073897970; pub const FSL_HV_IOCTL_PARTITION_START: u32 = 3222318851; pub const FBIO_WAITEVENT: u32 = 18056; pub const SWITCHTEC_IOCTL_PORT_TO_PFF: u32 = 3222034245; pub const NVME_IOCTL_IO_CMD: u32 = 3225964099; -pub const IPMICTL_RECEIVE_MSG_TRUNC: u32 = 3224398091; +pub const IPMICTL_RECEIVE_MSG_TRUNC: u32 = 3222825227; pub const FDTWADDLE: u32 = 601; pub const NVME_IOCTL_SUBMIT_IO: u32 = 1076907586; pub const NILFS_IOCTL_SYNC: u32 = 2148036234; @@ -319,7 +335,7 @@ pub const VIDIOC_SUBDEV_S_DV_TIMINGS: u32 = 3229898327; pub const ASPEED_LPC_CTRL_IOCTL_GET_SIZE: u32 = 3222319616; pub const DM_DEV_STATUS: u32 = 3241737479; pub const TEE_IOC_CLOSE_SESSION: u32 = 2147787781; -pub const NS_GETPSTAT: u32 = 3222298977; +pub const NS_GETPSTAT: u32 = 3222036833; pub const UI_SET_PROPBIT: u32 = 1074025838; pub const TUNSETFILTEREBPF: u32 = 2147767521; pub const RIO_MPORT_MAINT_COMPTAG_SET: u32 = 1074031874; @@ -327,21 +343,21 @@ pub const AUTOFS_DEV_IOCTL_VERSION: u32 = 3222836081; pub const WDIOC_SETOPTIONS: u32 = 2147768068; pub const VHOST_SCSI_SET_ENDPOINT: u32 = 1088991040; pub const MGSL_IOCGTXIDLE: u32 = 27907; -pub const ATM_ADDLECSADDR: u32 = 1074815374; +pub const ATM_ADDLECSADDR: u32 = 1074553230; pub const FSL_HV_IOCTL_GETPROP: u32 = 3223891719; -pub const FDGETPRM: u32 = 2149581316; +pub const FDGETPRM: u32 = 2149319172; pub const HIDIOCAPPLICATION: u32 = 18434; -pub const ENI_MEMDUMP: u32 = 1074815328; +pub const ENI_MEMDUMP: u32 = 1074553184; pub const PTP_SYS_OFFSET2: u32 = 1128283406; pub const VIDIOC_SUBDEV_G_DV_TIMINGS: u32 = 3229898328; pub const DMA_BUF_SET_NAME_A: u32 = 1074029057; pub const PTP_PIN_GETFUNC: u32 = 3227532550; pub const PTP_SYS_OFFSET_EXTENDED: u32 = 3300932873; pub const DFL_FPGA_PORT_UINT_SET_IRQ: u32 = 1074312776; -pub const RTC_EPOCH_READ: u32 = 2148036621; +pub const RTC_EPOCH_READ: u32 = 2147774477; pub const VIDIOC_SUBDEV_S_SELECTION: u32 = 3225441854; pub const VIDIOC_QUERY_EXT_CTRL: u32 = 3236451943; -pub const ATM_GETLECSADDR: u32 = 1074815376; +pub const ATM_GETLECSADDR: u32 = 1074553232; pub const FSL_HV_IOCTL_PARTITION_STOP: u32 = 3221794564; pub const SONET_GETDIAG: u32 = 2147770644; pub const ATMMPC_DATA: u32 = 25049; @@ -350,7 +366,7 @@ pub const HIDIOCGCOLLECTIONINDEX: u32 = 1075333136; pub const RPMSG_CREATE_EPT_IOCTL: u32 = 1076409601; pub const GPIOHANDLE_GET_LINE_VALUES_IOCTL: u32 = 3225465864; pub const UI_DEV_SETUP: u32 = 1079792899; -pub const ISST_IF_IO_CMD: u32 = 1074331138; +pub const ISST_IF_IO_CMD: u32 = 1074068994; pub const RIO_MPORT_MAINT_READ_REMOTE: u32 = 2149084423; pub const VIDIOC_OMAP3ISP_HIST_CFG: u32 = 3224393412; pub const BLKGETNRZONES: u32 = 2147750533; @@ -360,14 +376,14 @@ pub const USBDEVFS_SETINTERFACE: u32 = 2148029700; pub const PPPIOCGCHAN: u32 = 2147775543; pub const EVIOCGVERSION: u32 = 2147763457; pub const VHOST_NET_SET_BACKEND: u32 = 1074310960; -pub const USBDEVFS_REAPURBNDELAY: u32 = 1074287885; +pub const USBDEVFS_REAPURBNDELAY: u32 = 1074025741; pub const RNDZAPENTCNT: u32 = 20996; pub const VIDIOC_G_PARM: u32 = 3234616853; pub const TUNGETDEVNETNS: u32 = 21731; pub const LIRC_SET_MEASURE_CARRIER_MODE: u32 = 1074030877; pub const VHOST_SET_VRING_ERR: u32 = 1074310946; pub const VDUSE_VQ_SETUP: u32 = 1075872020; -pub const AUTOFS_IOC_SETTIMEOUT: u32 = 3221787492; +pub const AUTOFS_IOC_SETTIMEOUT: u32 = 3221525348; pub const VIDIOC_S_FREQUENCY: u32 = 1076647481; pub const F2FS_IOC_SEC_TRIM_FILE: u32 = 1075377428; pub const FS_IOC_REMOVE_ENCRYPTION_KEY: u32 = 3225445912; @@ -376,15 +392,15 @@ pub const USBDEVFS_DROP_PRIVILEGES: u32 = 1074025758; pub const BTRFS_IOC_SNAP_CREATE_V2: u32 = 1342215191; pub const VHOST_VSOCK_SET_RUNNING: u32 = 1074048865; pub const STP_SET_OPTIONS: u32 = 1074275586; -pub const FBIO_RADEON_GET_MIRROR: u32 = 2148024323; -pub const IVTVFB_IOC_DMA_FRAME: u32 = 1075336896; -pub const IPMICTL_SEND_COMMAND: u32 = 2150131981; +pub const FBIO_RADEON_GET_MIRROR: u32 = 2147762179; +pub const IVTVFB_IOC_DMA_FRAME: u32 = 1074550464; +pub const IPMICTL_SEND_COMMAND: u32 = 2148821261; pub const VIDIOC_G_ENC_INDEX: u32 = 2283296332; pub const DFL_FPGA_FME_PORT_PR: u32 = 46720; pub const CHIOSVOLTAG: u32 = 1076912914; -pub const ATM_SETESIF: u32 = 1074815373; +pub const ATM_SETESIF: u32 = 1074553229; pub const FW_CDEV_IOC_SEND_RESPONSE: u32 = 1075323652; -pub const PMU_IOC_GET_MODEL: u32 = 2148024835; +pub const PMU_IOC_GET_MODEL: u32 = 2147762691; pub const JSIOCGBTNMAP: u32 = 2214619700; pub const USBDEVFS_HUB_PORTINFO: u32 = 2155894035; pub const VBG_IOCTL_INTERRUPT_ALL_WAIT_FOR_EVENTS: u32 = 3222820363; @@ -395,30 +411,30 @@ pub const TUNSETVNETBE: u32 = 1074025694; pub const ATMTCP_REMOVE: u32 = 24975; pub const VHOST_VDPA_GET_CONFIG: u32 = 2148052851; pub const PPPIOCGNPMODE: u32 = 3221779532; -pub const FDGETDRVPRM: u32 = 2155872785; +pub const FDGETDRVPRM: u32 = 2153251345; pub const TUNSETVNETLE: u32 = 1074025692; pub const PHN_SETREG: u32 = 1074294790; pub const PPPIOCDETACH: u32 = 1074033724; -pub const MMTIMER_GETRES: u32 = 2148035841; +pub const MMTIMER_GETRES: u32 = 2147773697; pub const VIDIOC_SUBDEV_ENUMSTD: u32 = 3225966105; pub const PPGETFLAGS: u32 = 2147774618; pub const VDUSE_DEV_GET_FEATURES: u32 = 2148040977; -pub const CAPI_MANUFACTURER_CMD: u32 = 3222291232; +pub const CAPI_MANUFACTURER_CMD: u32 = 3221766944; pub const VIDIOC_G_TUNER: u32 = 3226752541; pub const DM_TABLE_STATUS: u32 = 3241737484; pub const DM_DEV_ARM_POLL: u32 = 3241737488; pub const NE_CREATE_VM: u32 = 2148052512; -pub const MEDIA_IOC_ENUM_LINKS: u32 = 3223878658; +pub const MEDIA_IOC_ENUM_LINKS: u32 = 3223092226; pub const F2FS_IOC_PRECACHE_EXTENTS: u32 = 62735; pub const DFL_FPGA_PORT_DMA_MAP: u32 = 46659; pub const MGSL_IOCGXCTRL: u32 = 27926; pub const FW_CDEV_IOC_SEND_REQUEST: u32 = 1076372225; pub const SONYPI_IOCGBLUE: u32 = 2147579400; pub const F2FS_IOC_DECOMPRESS_FILE: u32 = 62743; -pub const I2OHTML: u32 = 3224398089; +pub const I2OHTML: u32 = 3223087369; pub const VFIO_GET_API_VERSION: u32 = 15204; -pub const IDT77105_GETSTATZ: u32 = 1074815283; -pub const I2OPARMSET: u32 = 3223873795; +pub const IDT77105_GETSTATZ: u32 = 1074553139; +pub const I2OPARMSET: u32 = 3222825219; pub const TEE_IOC_CANCEL: u32 = 2148049924; pub const PTP_SYS_OFFSET_PRECISE2: u32 = 3225435409; pub const DFL_FPGA_PORT_RESET: u32 = 46656; @@ -446,10 +462,10 @@ pub const NBD_SET_BLKSIZE: u32 = 43777; pub const NBD_SET_TIMEOUT: u32 = 43785; pub const VHOST_SCSI_GET_ABI_VERSION: u32 = 1074048834; pub const RIO_UNMAP_INBOUND: u32 = 1074294034; -pub const ATM_QUERYLOOP: u32 = 1074815316; +pub const ATM_QUERYLOOP: u32 = 1074553172; pub const DFL_FPGA_GET_API_VERSION: u32 = 46592; pub const USBDEVFS_WAIT_FOR_RESUME: u32 = 21795; -pub const FBIO_CURSOR: u32 = 3228059144; +pub const FBIO_CURSOR: u32 = 3225961992; pub const RNDCLEARPOOL: u32 = 20998; pub const VIDIOC_QUERYSTD: u32 = 2148030015; pub const DMA_BUF_IOCTL_SYNC: u32 = 1074291200; @@ -457,7 +473,7 @@ pub const SCIF_RECV: u32 = 3222827783; pub const PTP_PIN_GETFUNC2: u32 = 3227532559; pub const FW_CDEV_IOC_ALLOCATE: u32 = 3223331586; pub const CEC_ADAP_G_CAPS: u32 = 3226231040; -pub const VIDIOC_G_FBUF: u32 = 2150651402; +pub const VIDIOC_G_FBUF: u32 = 2150389258; pub const PTP_ENABLE_PPS2: u32 = 1074019597; pub const PCITEST_CLEAR_IRQ: u32 = 20496; pub const IPMICTL_SET_GETS_EVENTS_CMD: u32 = 2147772688; @@ -476,7 +492,7 @@ pub const SCIF_VREADFROM: u32 = 3223876364; pub const BTRFS_IOC_TRANS_START: u32 = 37894; pub const INOTIFY_IOC_SETNEXTWD: u32 = 1074022656; pub const SNAPSHOT_GET_IMAGE_SIZE: u32 = 2148021006; -pub const TUNDETACHFILTER: u32 = 1074812118; +pub const TUNDETACHFILTER: u32 = 1074287830; pub const ND_IOCTL_CLEAR_ERROR: u32 = 3223342596; pub const IOC_PR_CLEAR: u32 = 1074819277; pub const SCIF_READFROM: u32 = 3223876362; @@ -487,14 +503,14 @@ pub const SONYPI_IOCGTEMP: u32 = 2147579404; pub const UI_SET_MSCBIT: u32 = 1074025832; pub const APM_IOC_SUSPEND: u32 = 16642; pub const BTRFS_IOC_TREE_SEARCH: u32 = 3489698833; -pub const RTC_PLL_GET: u32 = 2149609489; +pub const RTC_PLL_GET: u32 = 2149347345; pub const RIO_CM_EP_GET_LIST: u32 = 3221512962; -pub const USBDEVFS_DISCSIGNAL: u32 = 2148553998; +pub const USBDEVFS_DISCSIGNAL: u32 = 2148029710; pub const LIRC_GET_MIN_TIMEOUT: u32 = 2147772680; pub const SWITCHTEC_IOCTL_EVENT_SUMMARY_LEGACY: u32 = 2174244674; pub const DM_TARGET_MSG: u32 = 3241737486; pub const SONYPI_IOCGBAT1REM: u32 = 2147644931; -pub const EVIOCSFF: u32 = 1076905344; +pub const EVIOCSFF: u32 = 1076643200; pub const TUNSETGROUP: u32 = 1074025678; pub const EVIOCGKEYCODE: u32 = 2148025604; pub const KCOV_REMOTE_ENABLE: u32 = 1075340134; @@ -502,11 +518,11 @@ pub const ND_IOCTL_GET_CONFIG_SIZE: u32 = 3222031876; pub const FDEJECT: u32 = 602; pub const TUNSETOFFLOAD: u32 = 1074025680; pub const PPPIOCCONNECT: u32 = 1074033722; -pub const ATM_ADDADDR: u32 = 1074815368; +pub const ATM_ADDADDR: u32 = 1074553224; pub const VDUSE_DEV_INJECT_CONFIG_IRQ: u32 = 33043; pub const AUTOFS_DEV_IOCTL_ASKUMOUNT: u32 = 3222836093; pub const VHOST_VDPA_GET_STATUS: u32 = 2147594097; -pub const CCISS_PASSTHRU: u32 = 3227009547; +pub const CCISS_PASSTHRU: u32 = 3226747403; pub const MGSL_IOCCLRMODCOUNT: u32 = 27919; pub const TEE_IOC_SUPPL_SEND: u32 = 2148574215; pub const ATMARPD_CTRL: u32 = 25057; @@ -536,12 +552,12 @@ pub const DM_DEV_WAIT: u32 = 3241737480; pub const RTC_WIE_ON: u32 = 28687; pub const MEDIA_IOC_DEVICE_INFO: u32 = 3238034432; pub const RIO_CM_CHAN_CREATE: u32 = 3221381891; -pub const MGSL_IOCSPARAMS: u32 = 1076915456; +pub const MGSL_IOCSPARAMS: u32 = 1075866880; pub const RTC_SET_TIME: u32 = 1076129802; pub const VHOST_RESET_OWNER: u32 = 44802; pub const IOC_OPAL_PSID_REVERT_TPR: u32 = 1091072232; pub const AUTOFS_DEV_IOCTL_OPENMOUNT: u32 = 3222836084; -pub const UDF_GETEABLOCK: u32 = 2148035649; +pub const UDF_GETEABLOCK: u32 = 2147773505; pub const VFIO_IOMMU_MAP_DMA: u32 = 15217; pub const VIDIOC_SUBSCRIBE_EVENT: u32 = 1075861082; pub const HIDIOCGFLAG: u32 = 2147764238; @@ -555,7 +571,7 @@ pub const PPPIOCSMRRU: u32 = 1074033723; pub const CEC_ADAP_S_LOG_ADDRS: u32 = 3227279620; pub const RPROC_GET_SHUTDOWN_ON_RELEASE: u32 = 2147792642; pub const DMA_HEAP_IOCTL_ALLOC: u32 = 3222816768; -pub const PPSETTIME: u32 = 1074819222; +pub const PPSETTIME: u32 = 1074294934; pub const RTC_ALM_READ: u32 = 2149871624; pub const VDUSE_SET_API_VERSION: u32 = 1074299137; pub const RIO_MPORT_MAINT_WRITE_REMOTE: u32 = 1075342600; @@ -565,9 +581,9 @@ pub const SYNC_IOC_FILE_INFO: u32 = 3224911364; pub const ATMARP_MKIP: u32 = 25058; pub const VFIO_IOMMU_SPAPR_TCE_GET_INFO: u32 = 15216; pub const CCISS_GETHEARTBEAT: u32 = 2147762694; -pub const ATM_RSTADDR: u32 = 1074815367; +pub const ATM_RSTADDR: u32 = 1074553223; pub const NBD_SET_SIZE: u32 = 43778; -pub const UDF_GETVOLIDENT: u32 = 2148035650; +pub const UDF_GETVOLIDENT: u32 = 2147773506; pub const GPIO_V2_LINE_GET_VALUES_IOCTL: u32 = 3222320142; pub const MGSL_IOCSTXIDLE: u32 = 27906; pub const FSL_HV_IOCTL_SETPROP: u32 = 3223891720; @@ -579,10 +595,10 @@ pub const NVME_IOCTL_ADMIN64_CMD: u32 = 3226488391; pub const VHOST_SET_OWNER: u32 = 44801; pub const RIO_ALLOC_DMA: u32 = 3222826259; pub const RIO_CM_CHAN_ACCEPT: u32 = 3221775111; -pub const I2OHRTGET: u32 = 3222825217; -pub const ATM_SETCIRANGE: u32 = 1074815371; +pub const I2OHRTGET: u32 = 3222038785; +pub const ATM_SETCIRANGE: u32 = 1074553227; pub const HPET_IE_ON: u32 = 26625; -pub const PERF_EVENT_IOC_ID: u32 = 2148017159; +pub const PERF_EVENT_IOC_ID: u32 = 2147755015; pub const TUNSETSNDBUF: u32 = 1074025684; pub const PTP_PIN_SETFUNC: u32 = 1080048903; pub const PPPIOCDISCONN: u32 = 29753; @@ -591,38 +607,38 @@ pub const PPEXCL: u32 = 28815; pub const PCITEST_MSI: u32 = 1074024451; pub const FDWERRORCLR: u32 = 598; pub const AUTOFS_IOC_FAIL: u32 = 37729; -pub const USBDEVFS_IOCTL: u32 = 3222295826; +pub const USBDEVFS_IOCTL: u32 = 3222033682; pub const VIDIOC_S_STD: u32 = 1074288152; pub const F2FS_IOC_RESIZE_FS: u32 = 1074328848; pub const SONET_SETDIAG: u32 = 3221512466; pub const BTRFS_IOC_DEFRAG: u32 = 1342215170; pub const CCISS_GETDRIVVER: u32 = 2147762697; pub const IPMICTL_GET_TIMING_PARMS_CMD: u32 = 2148034839; -pub const HPET_IRQFREQ: u32 = 1074292742; -pub const ATM_GETESI: u32 = 1074815365; +pub const HPET_IRQFREQ: u32 = 1074030598; +pub const ATM_GETESI: u32 = 1074553221; pub const CCISS_GETLUNINFO: u32 = 2148286993; pub const AUTOFS_DEV_IOCTL_ISMOUNTPOINT: u32 = 3222836094; pub const TEE_IOC_SHM_ALLOC: u32 = 3222316033; pub const PERF_EVENT_IOC_SET_BPF: u32 = 1074013192; pub const UDMABUF_CREATE_LIST: u32 = 1074296131; pub const VHOST_SET_LOG_BASE: u32 = 1074310916; -pub const ZATM_GETPOOL: u32 = 1074815329; +pub const ZATM_GETPOOL: u32 = 1074553185; pub const BR2684_SETFILT: u32 = 1075601808; pub const RNDGETPOOL: u32 = 2148028930; -pub const PPS_GETPARAMS: u32 = 2148036769; +pub const PPS_GETPARAMS: u32 = 2147774625; pub const IOC_PR_RESERVE: u32 = 1074819273; pub const VIDIOC_TRY_DECODER_CMD: u32 = 3225966177; pub const RIO_CM_CHAN_CLOSE: u32 = 1073898244; pub const VIDIOC_DV_TIMINGS_CAP: u32 = 3230684772; pub const IOCTL_MEI_CONNECT_CLIENT_VTAG: u32 = 3222554628; -pub const PMU_IOC_GET_BACKLIGHT: u32 = 2148024833; +pub const PMU_IOC_GET_BACKLIGHT: u32 = 2147762689; pub const USBDEVFS_GET_CAPABILITIES: u32 = 2147767578; pub const SCIF_WRITETO: u32 = 3223876363; -pub const UDF_RELOCATE_BLOCKS: u32 = 3221777475; +pub const UDF_RELOCATE_BLOCKS: u32 = 3221515331; pub const FSL_HV_IOCTL_PARTITION_RESTART: u32 = 3221794561; pub const CCISS_REGNEWD: u32 = 16910; pub const FAT_IOCTL_SET_ATTRIBUTES: u32 = 1074033169; -pub const VIDIOC_CREATE_BUFS: u32 = 3238024796; +pub const VIDIOC_CREATE_BUFS: u32 = 3237500508; pub const CAPI_GET_VERSION: u32 = 3222291207; pub const SWITCHTEC_IOCTL_EVENT_SUMMARY: u32 = 2228770626; pub const VFIO_EEH_PE_OP: u32 = 15225; @@ -632,17 +648,17 @@ pub const NBD_SET_SIZE_BLOCKS: u32 = 43783; pub const IPMI_BMC_IOCTL_SET_SMS_ATN: u32 = 45312; pub const ASPEED_P2A_CTRL_IOCTL_GET_MEMORY_CONFIG: u32 = 3222319873; pub const VIDIOC_S_AUDOUT: u32 = 1077171762; -pub const VIDIOC_S_FMT: u32 = 3234878981; +pub const VIDIOC_S_FMT: u32 = 3234616837; pub const PPPIOCATTACH: u32 = 1074033725; pub const VHOST_GET_VRING_BUSYLOOP_TIMEOUT: u32 = 1074310948; pub const FS_IOC_MEASURE_VERITY: u32 = 3221513862; -pub const CCISS_BIG_PASSTHRU: u32 = 3227533842; +pub const CCISS_BIG_PASSTHRU: u32 = 3227009554; pub const IPMICTL_SET_MY_LUN_CMD: u32 = 2147772691; pub const PCITEST_LEGACY_IRQ: u32 = 20482; -pub const USBDEVFS_SUBMITURB: u32 = 2151175434; +pub const USBDEVFS_SUBMITURB: u32 = 2150389002; pub const AUTOFS_IOC_READY: u32 = 37728; pub const BTRFS_IOC_SEND: u32 = 1078498342; -pub const VIDIOC_G_EXT_CTRLS: u32 = 3223344711; +pub const VIDIOC_G_EXT_CTRLS: u32 = 3222820423; pub const JSIOCSBTNMAP: u32 = 1140877875; pub const PPPIOCSFLAGS: u32 = 1074033753; pub const NVRAM_INIT: u32 = 28736; @@ -666,11 +682,11 @@ pub const IPMICTL_GET_MY_CHANNEL_ADDRESS_CMD: u32 = 2147772697; pub const EVIOCSCLOCKID: u32 = 1074021792; pub const USBDEVFS_FREE_STREAMS: u32 = 2148029725; pub const FSI_SCOM_RESET: u32 = 1074033411; -pub const PMU_IOC_GRAB_BACKLIGHT: u32 = 2148024838; +pub const PMU_IOC_GRAB_BACKLIGHT: u32 = 2147762694; pub const VIDIOC_SUBDEV_S_FMT: u32 = 3227014661; -pub const FDDEFPRM: u32 = 1075839555; +pub const FDDEFPRM: u32 = 1075577411; pub const TEE_IOC_INVOKE: u32 = 2148574211; -pub const USBDEVFS_BULK: u32 = 3222820098; +pub const USBDEVFS_BULK: u32 = 3222295810; pub const SCIF_VWRITETO: u32 = 3223876365; pub const SONYPI_IOCSBRT: u32 = 1073837568; pub const BTRFS_IOC_FILE_EXTENT_SAME: u32 = 3222836278; @@ -683,9 +699,9 @@ pub const DFL_FPGA_PORT_ERR_SET_IRQ: u32 = 1074312774; pub const FBIO_WAITFORVSYNC: u32 = 1074021920; pub const RTC_PIE_OFF: u32 = 28678; pub const EVIOCGRAB: u32 = 1074021776; -pub const PMU_IOC_SET_BACKLIGHT: u32 = 1074283010; +pub const PMU_IOC_SET_BACKLIGHT: u32 = 1074020866; pub const EVIOCGREP: u32 = 2148025603; -pub const PERF_EVENT_IOC_MODIFY_ATTRIBUTES: u32 = 1074275339; +pub const PERF_EVENT_IOC_MODIFY_ATTRIBUTES: u32 = 1074013195; pub const UFFDIO_CONTINUE: u32 = 3223366151; pub const VDUSE_GET_API_VERSION: u32 = 2148040960; pub const RTC_RD_TIME: u32 = 2149871625; @@ -693,11 +709,11 @@ pub const FDMSGOFF: u32 = 582; pub const IPMICTL_REGISTER_FOR_CMD_CHANS: u32 = 2148296988; pub const CAPI_GET_ERRCODE: u32 = 2147631905; pub const PCITEST_SET_IRQTYPE: u32 = 1074024456; -pub const VIDIOC_SUBDEV_S_EDID: u32 = 3223868969; -pub const MATROXFB_SET_OUTPUT_MODE: u32 = 1074294522; +pub const VIDIOC_SUBDEV_S_EDID: u32 = 3223606825; +pub const MATROXFB_SET_OUTPUT_MODE: u32 = 1074032378; pub const RIO_DEV_ADD: u32 = 1075866903; pub const VIDIOC_ENUM_FREQ_BANDS: u32 = 3225441893; -pub const FBIO_RADEON_SET_MIRROR: u32 = 1074282500; +pub const FBIO_RADEON_SET_MIRROR: u32 = 1074020356; pub const PCITEST_GET_IRQTYPE: u32 = 20489; pub const JSIOCGVERSION: u32 = 2147772929; pub const SONYPI_IOCSBLUE: u32 = 1073837577; @@ -728,7 +744,7 @@ pub const BTRFS_IOC_DEFAULT_SUBVOL: u32 = 1074304019; pub const RIO_UNMAP_OUTBOUND: u32 = 1076391184; pub const CAPI_CLR_FLAGS: u32 = 2147762981; pub const FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE_ONCE: u32 = 1075323663; -pub const MATROXFB_GET_OUTPUT_CONNECTION: u32 = 2148036344; +pub const MATROXFB_GET_OUTPUT_CONNECTION: u32 = 2147774200; pub const EVIOCSMASK: u32 = 1074808211; pub const BTRFS_IOC_FORGET_DEV: u32 = 1342215173; pub const CXL_MEM_QUERY_COMMANDS: u32 = 2148060673; @@ -737,17 +753,17 @@ pub const MGSL_IOCSIF: u32 = 27914; pub const SWITCHTEC_IOCTL_PFF_TO_PORT: u32 = 3222034244; pub const PPSETMODE: u32 = 1074032768; pub const VFIO_DEVICE_SET_IRQS: u32 = 15214; -pub const VIDIOC_PREPARE_BUF: u32 = 3227014749; +pub const VIDIOC_PREPARE_BUF: u32 = 3225704029; pub const CEC_ADAP_G_CONNECTOR_INFO: u32 = 2151964938; pub const IOC_OPAL_WRITE_SHADOW_MBR: u32 = 1092645098; pub const VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL: u32 = 3225441867; pub const UDMABUF_CREATE: u32 = 1075344706; pub const SONET_CLRDIAG: u32 = 3221512467; -pub const PHN_SET_REG: u32 = 1074294785; +pub const PHN_SET_REG: u32 = 1074032641; pub const RNDADDTOENTCNT: u32 = 1074024961; pub const VBG_IOCTL_CHECK_BALLOON: u32 = 3223344657; -pub const VIDIOC_OMAP3ISP_STAT_REQ: u32 = 3223869126; -pub const PPS_FETCH: u32 = 3221778596; +pub const VIDIOC_OMAP3ISP_STAT_REQ: u32 = 3222820550; +pub const PPS_FETCH: u32 = 3221516452; pub const RTC_AIE_OFF: u32 = 28674; pub const VFIO_GROUP_SET_CONTAINER: u32 = 15208; pub const FW_CDEV_IOC_RECEIVE_PHY_PACKETS: u32 = 1074275094; @@ -759,13 +775,13 @@ pub const FW_CDEV_IOC_STOP_ISO: u32 = 1074012939; pub const GPIO_V2_GET_LINEINFO_IOCTL: u32 = 3238048773; pub const ATMMPC_CTRL: u32 = 25048; pub const PPPIOCSXASYNCMAP: u32 = 1075868751; -pub const CHIOGSTATUS: u32 = 1074815752; +pub const CHIOGSTATUS: u32 = 1074291464; pub const FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE: u32 = 3222807309; pub const RIO_MPORT_MAINT_PORT_IDX_GET: u32 = 2147773699; pub const CAPI_SET_FLAGS: u32 = 2147762980; pub const VFIO_GROUP_GET_DEVICE_FD: u32 = 15210; pub const VHOST_SET_MEM_TABLE: u32 = 1074310915; -pub const MATROXFB_SET_OUTPUT_CONNECTION: u32 = 1074294520; +pub const MATROXFB_SET_OUTPUT_CONNECTION: u32 = 1074032376; pub const DFL_FPGA_PORT_GET_REGION_INFO: u32 = 46658; pub const VHOST_GET_FEATURES: u32 = 2148052736; pub const LIRC_GET_REC_RESOLUTION: u32 = 2147772679; @@ -773,15 +789,15 @@ pub const PACKET_CTRL_CMD: u32 = 3222820865; pub const LIRC_SET_TRANSMITTER_MASK: u32 = 1074030871; pub const BTRFS_IOC_ADD_DEV: u32 = 1342215178; pub const JSIOCGCORR: u32 = 2149870114; -pub const VIDIOC_G_FMT: u32 = 3234878980; -pub const RTC_EPOCH_SET: u32 = 1074294798; +pub const VIDIOC_G_FMT: u32 = 3234616836; +pub const RTC_EPOCH_SET: u32 = 1074032654; pub const CAPI_GET_PROFILE: u32 = 3225436937; -pub const ATM_GETLOOP: u32 = 1074815314; +pub const ATM_GETLOOP: u32 = 1074553170; pub const SCIF_LISTEN: u32 = 1074033410; pub const NBD_CLEAR_QUE: u32 = 43781; pub const F2FS_IOC_MOVE_RANGE: u32 = 3223385353; pub const LIRC_GET_LENGTH: u32 = 2147772687; -pub const I8K_SET_FAN: u32 = 3221776775; +pub const I8K_SET_FAN: u32 = 3221514631; pub const FDSETMAXERRS: u32 = 1075053132; pub const VIDIOC_SUBDEV_QUERYCAP: u32 = 2151699968; pub const SNAPSHOT_SET_SWAP_AREA: u32 = 1074541325; @@ -794,34 +810,34 @@ pub const TUNSETVNETHDRSZ: u32 = 1074025688; pub const GPIO_GET_LINEINFO_IOCTL: u32 = 3225990146; pub const GSMIOC_GETCONF: u32 = 2152482560; pub const LIRC_GET_SEND_MODE: u32 = 2147772673; -pub const PPPIOCSACTIVE: u32 = 1074820166; +pub const PPPIOCSACTIVE: u32 = 1074295878; pub const SIOCGSTAMPNS_NEW: u32 = 2148567303; -pub const IPMICTL_RECEIVE_MSG: u32 = 3224398092; +pub const IPMICTL_RECEIVE_MSG: u32 = 3222825228; pub const LIRC_SET_SEND_DUTY_CYCLE: u32 = 1074030869; pub const UI_END_FF_ERASE: u32 = 1074550219; pub const SWITCHTEC_IOCTL_FLASH_PART_INFO: u32 = 3222296385; pub const FW_CDEV_IOC_SEND_PHY_PACKET: u32 = 3222807317; pub const NBD_SET_FLAGS: u32 = 43786; pub const VFIO_DEVICE_GET_REGION_INFO: u32 = 15212; -pub const REISERFS_IOC_UNPACK: u32 = 1074318593; +pub const REISERFS_IOC_UNPACK: u32 = 1074056449; pub const FW_CDEV_IOC_REMOVE_DESCRIPTOR: u32 = 1074012935; pub const RIO_SET_EVENT_MASK: u32 = 1074031885; pub const SNAPSHOT_ALLOC_SWAP_PAGE: u32 = 2148021012; pub const VDUSE_VQ_INJECT_IRQ: u32 = 1074037015; -pub const I2OPASSTHRU: u32 = 2148559116; +pub const I2OPASSTHRU: u32 = 2148034828; pub const IOC_OPAL_SET_PW: u32 = 1109422304; pub const FSI_SCOM_READ: u32 = 3223352065; pub const VHOST_VDPA_GET_DEVICE_ID: u32 = 2147790704; -pub const VIDIOC_QBUF: u32 = 3227014671; +pub const VIDIOC_QBUF: u32 = 3225703951; pub const VIDIOC_S_TUNER: u32 = 1079268894; pub const TUNGETVNETHDRSZ: u32 = 2147767511; pub const CAPI_NCCI_GETUNIT: u32 = 2147762983; pub const DFL_FPGA_PORT_UINT_GET_IRQ_NUM: u32 = 2147792455; -pub const VIDIOC_OMAP3ISP_STAT_EN: u32 = 3221771975; +pub const VIDIOC_OMAP3ISP_STAT_EN: u32 = 3221509831; pub const GPIO_V2_LINE_SET_CONFIG_IOCTL: u32 = 3239097357; pub const TEE_IOC_VERSION: u32 = 2148312064; pub const VIDIOC_LOG_STATUS: u32 = 22086; -pub const IPMICTL_SEND_COMMAND_SETTIME: u32 = 2150656277; +pub const IPMICTL_SEND_COMMAND_SETTIME: u32 = 2149345557; pub const VHOST_SET_LOG_FD: u32 = 1074048775; pub const SCIF_SEND: u32 = 3222827782; pub const VIDIOC_SUBDEV_G_FMT: u32 = 3227014660; @@ -829,7 +845,7 @@ pub const NS_ADJBUFLEV: u32 = 24931; pub const VIDIOC_DBG_S_REGISTER: u32 = 1077433935; pub const NILFS_IOCTL_RESIZE: u32 = 1074294411; pub const PHN_GETREG: u32 = 3221778437; -pub const I2OSWDL: u32 = 3224398085; +pub const I2OSWDL: u32 = 3223087365; pub const VBG_IOCTL_VMMDEV_REQUEST_BIG: u32 = 22019; pub const JSIOCGBUTTONS: u32 = 2147576338; pub const VFIO_IOMMU_ENABLE: u32 = 15219; @@ -846,7 +862,7 @@ pub const UI_SET_LEDBIT: u32 = 1074025833; pub const NBD_SET_SOCK: u32 = 43776; pub const BTRFS_IOC_SNAP_DESTROY_V2: u32 = 1342215231; pub const HIDIOCGCOLLECTIONINFO: u32 = 3222292497; -pub const I2OSWUL: u32 = 3224398086; +pub const I2OSWUL: u32 = 3223087366; pub const IOCTL_MEI_NOTIFY_GET: u32 = 2147764227; pub const FDFMTTRK: u32 = 1074528840; pub const MMTIMER_GETBITS: u32 = 27908; @@ -862,17 +878,17 @@ pub const RIO_DEV_DEL: u32 = 1075866904; pub const VBG_IOCTL_ACQUIRE_GUEST_CAPABILITIES: u32 = 3223606797; pub const VIDIOC_SUBDEV_DV_TIMINGS_CAP: u32 = 3230684772; pub const SONYPI_IOCSFAN: u32 = 1073837579; -pub const SPIOCSTYPE: u32 = 1074295041; +pub const SPIOCSTYPE: u32 = 1074032897; pub const IPMICTL_REGISTER_FOR_CMD: u32 = 2147641614; -pub const I8K_GET_FAN: u32 = 3221776774; +pub const I8K_GET_FAN: u32 = 3221514630; pub const TUNGETVNETBE: u32 = 2147767519; pub const AUTOFS_DEV_IOCTL_FAIL: u32 = 3222836087; -pub const UI_END_FF_UPLOAD: u32 = 1080579529; +pub const UI_END_FF_UPLOAD: u32 = 1080055241; pub const TOSH_SMM: u32 = 3222828176; pub const SONYPI_IOCGBAT2REM: u32 = 2147644933; pub const F2FS_IOC_GET_COMPRESS_BLOCKS: u32 = 2148070673; pub const PPPIOCSNPMODE: u32 = 1074295883; -pub const USBDEVFS_CONTROL: u32 = 3222820096; +pub const USBDEVFS_CONTROL: u32 = 3222295808; pub const HIDIOCGUSAGE: u32 = 3222816779; pub const TUNSETTXFILTER: u32 = 1074025681; pub const TUNGETVNETLE: u32 = 2147767517; @@ -885,16 +901,16 @@ pub const I2OVALIDATE: u32 = 2147772680; pub const VIDIOC_TRY_ENCODER_CMD: u32 = 3223869006; pub const NILFS_IOCTL_GET_CPINFO: u32 = 2149084802; pub const VIDIOC_G_FREQUENCY: u32 = 3224131128; -pub const VFAT_IOCTL_READDIR_SHORT: u32 = 2184212994; +pub const VFAT_IOCTL_READDIR_SHORT: u32 = 2182640130; pub const ND_IOCTL_GET_CONFIG_DATA: u32 = 3222031877; pub const F2FS_IOC_RESERVE_COMPRESS_BLOCKS: u32 = 2148070675; -pub const FDGETDRVSTAT: u32 = 2152727058; +pub const FDGETDRVSTAT: u32 = 2150892050; pub const SYNC_IOC_MERGE: u32 = 3224387075; pub const VIDIOC_S_DV_TIMINGS: u32 = 3229898327; pub const PPPIOCBRIDGECHAN: u32 = 1074033717; pub const LIRC_SET_SEND_MODE: u32 = 1074030865; pub const RIO_ENABLE_PORTWRITE_RANGE: u32 = 1074818315; -pub const ATM_GETTYPE: u32 = 1074815364; +pub const ATM_GETTYPE: u32 = 1074553220; pub const PHN_GETREGS: u32 = 3223875591; pub const FDSETEMSGTRESH: u32 = 586; pub const NILFS_IOCTL_GET_VINFO: u32 = 3222826630; @@ -909,12 +925,11 @@ pub const FW_CDEV_IOC_FLUSH_ISO: u32 = 1074012952; pub const VIDIOC_DBG_G_CHIP_INFO: u32 = 3234354790; pub const F2FS_IOC_RELEASE_VOLATILE_WRITE: u32 = 62724; pub const CAPI_GET_SERIAL: u32 = 3221504776; -pub const FDSETDRVPRM: u32 = 1082131088; +pub const FDSETDRVPRM: u32 = 1079509648; pub const IOC_OPAL_SAVE: u32 = 1092120796; pub const VIDIOC_G_DV_TIMINGS: u32 = 3229898328; pub const TUNSETIFINDEX: u32 = 1074025690; pub const CCISS_SETINTINFO: u32 = 1074283011; -pub const CM_IOSDBGLVL: u32 = 1074291706; pub const RTC_VL_CLR: u32 = 28692; pub const VIDIOC_REQBUFS: u32 = 3222558216; pub const USBDEVFS_REAPURBNDELAY32: u32 = 1074025741; @@ -934,22 +949,22 @@ pub const PPPIOCGIDLE64: u32 = 2148561983; pub const USBDEVFS_RELEASEINTERFACE: u32 = 2147767568; pub const VIDIOC_CROPCAP: u32 = 3224131130; pub const DFL_FPGA_PORT_GET_INFO: u32 = 46657; -pub const PHN_SET_REGS: u32 = 1074294787; +pub const PHN_SET_REGS: u32 = 1074032643; pub const ATMLEC_DATA: u32 = 25041; pub const PPPOEIOCDFWD: u32 = 45313; pub const VIDIOC_S_SELECTION: u32 = 3225441887; pub const SNAPSHOT_FREE_SWAP_PAGES: u32 = 13065; pub const BTRFS_IOC_LOGICAL_INO: u32 = 3224933412; pub const VIDIOC_S_CTRL: u32 = 3221771804; -pub const ZATM_SETPOOL: u32 = 1074815331; -pub const MTIOCPOS: u32 = 2148035843; +pub const ZATM_SETPOOL: u32 = 1074553187; +pub const MTIOCPOS: u32 = 2147773699; pub const PMU_IOC_SLEEP: u32 = 16896; pub const AUTOFS_DEV_IOCTL_PROTOSUBVER: u32 = 3222836083; pub const VBG_IOCTL_CHANGE_FILTER_MASK: u32 = 3223344652; pub const NILFS_IOCTL_GET_SUSTAT: u32 = 2150657669; pub const VIDIOC_QUERYCAP: u32 = 2154321408; -pub const HPET_INFO: u32 = 2149083139; -pub const VIDIOC_AM437X_CCDC_CFG: u32 = 1074288321; +pub const HPET_INFO: u32 = 2148296707; +pub const VIDIOC_AM437X_CCDC_CFG: u32 = 1074026177; pub const DM_LIST_DEVICES: u32 = 3241737474; pub const TUNSETOWNER: u32 = 1074025676; pub const VBG_IOCTL_CHANGE_GUEST_CAPABILITIES: u32 = 3223344654; @@ -963,9 +978,9 @@ pub const VIDIOC_ENUM_FRAMEINTERVALS: u32 = 3224655435; pub const KCOV_DISABLE: u32 = 25445; pub const IOC_OPAL_ACTIVATE_LSP: u32 = 1092120799; pub const VHOST_VDPA_GET_IOVA_RANGE: u32 = 2148577144; -pub const PPPIOCSPASS: u32 = 1074820167; +pub const PPPIOCSPASS: u32 = 1074295879; pub const RIO_CM_CHAN_CONNECT: u32 = 1074291464; -pub const I2OSWDEL: u32 = 3224398087; +pub const I2OSWDEL: u32 = 3223087367; pub const FS_IOC_SET_ENCRYPTION_POLICY: u32 = 2148296211; pub const IOC_OPAL_MBR_DONE: u32 = 1091596521; pub const PPPIOCSMAXCID: u32 = 1074033745; @@ -973,10 +988,10 @@ pub const PPSETPHASE: u32 = 1074032788; pub const VHOST_VDPA_SET_VRING_ENABLE: u32 = 1074311029; pub const USBDEVFS_GET_SPEED: u32 = 21791; pub const SONET_GETFRAMING: u32 = 2147770646; -pub const VIDIOC_QUERYBUF: u32 = 3227014665; -pub const VIDIOC_S_EDID: u32 = 3223868969; +pub const VIDIOC_QUERYBUF: u32 = 3225703945; +pub const VIDIOC_S_EDID: u32 = 3223606825; pub const BTRFS_IOC_QGROUP_ASSIGN: u32 = 1075352617; -pub const PPS_GETCAP: u32 = 2148036771; +pub const PPS_GETCAP: u32 = 2147774627; pub const SNAPSHOT_PLATFORM_SUPPORT: u32 = 13071; pub const LIRC_SET_REC_TIMEOUT_REPORTS: u32 = 1074030873; pub const SCIF_GET_NODEIDS: u32 = 3222827790; @@ -1000,7 +1015,7 @@ pub const DFL_FPGA_FME_PORT_RELEASE: u32 = 1074050689; pub const VIDIOC_SUBDEV_QUERY_DV_TIMINGS: u32 = 2156156515; pub const UI_SET_SNDBIT: u32 = 1074025834; pub const VIDIOC_G_AUDOUT: u32 = 2150913585; -pub const RTC_PLL_SET: u32 = 1075867666; +pub const RTC_PLL_SET: u32 = 1075605522; pub const VIDIOC_ENUMAUDIO: u32 = 3224655425; pub const AUTOFS_DEV_IOCTL_TIMEOUT: u32 = 3222836090; pub const VBG_IOCTL_DRIVER_VERSION_INFO: u32 = 3224131072; @@ -1014,25 +1029,25 @@ pub const F2FS_IOC_GET_PIN_FILE: u32 = 2147808526; pub const SCIF_CONNECT: u32 = 3221779203; pub const BLKREPORTZONE: u32 = 3222278786; pub const AUTOFS_IOC_ASKUMOUNT: u32 = 2147783536; -pub const ATM_ADDPARTY: u32 = 1074815476; -pub const FDSETPRM: u32 = 1075839554; -pub const ATM_GETSTATZ: u32 = 1074815313; -pub const ISST_IF_MSR_COMMAND: u32 = 3221814788; +pub const ATM_ADDPARTY: u32 = 1074291188; +pub const FDSETPRM: u32 = 1075577410; +pub const ATM_GETSTATZ: u32 = 1074553169; +pub const ISST_IF_MSR_COMMAND: u32 = 3221552644; pub const BTRFS_IOC_GET_SUBVOL_INFO: u32 = 2180551740; pub const VIDIOC_UNSUBSCRIBE_EVENT: u32 = 1075861083; pub const SEV_ISSUE_CMD: u32 = 3222295296; pub const GPIOHANDLE_SET_LINE_VALUES_IOCTL: u32 = 3225465865; -pub const PCITEST_COPY: u32 = 1074286598; +pub const PCITEST_COPY: u32 = 1074024454; pub const IPMICTL_GET_MY_ADDRESS_CMD: u32 = 2147772690; pub const CHIOGPICKER: u32 = 2147771140; pub const CAPI_NCCI_OPENCOUNT: u32 = 2147762982; pub const CXL_MEM_SEND_COMMAND: u32 = 3224423938; -pub const PERF_EVENT_IOC_SET_FILTER: u32 = 1074275334; +pub const PERF_EVENT_IOC_SET_FILTER: u32 = 1074013190; pub const IOC_OPAL_REVERT_TPR: u32 = 1091072226; pub const CHIOGVPARAMS: u32 = 2154849043; pub const PTP_PEROUT_REQUEST: u32 = 1077427459; pub const FSI_SCOM_CHECK: u32 = 2147775232; -pub const RTC_IRQP_READ: u32 = 2148036619; +pub const RTC_IRQP_READ: u32 = 2147774475; pub const RIO_MPORT_MAINT_READ_LOCAL: u32 = 2149084421; pub const HIDIOCGRDESCSIZE: u32 = 2147764225; pub const UI_GET_VERSION: u32 = 2147767597; @@ -1043,18 +1058,17 @@ pub const VIDIOC_EXPBUF: u32 = 3225441808; pub const UI_SET_RELBIT: u32 = 1074025830; pub const VFIO_SET_IOMMU: u32 = 15206; pub const VIDIOC_S_MODULATOR: u32 = 1078220343; -pub const TUNGETFILTER: u32 = 2148553947; -pub const MEYEIOC_SYNC: u32 = 3221518019; +pub const TUNGETFILTER: u32 = 2148029659; pub const CCISS_SETNODENAME: u32 = 1074807301; -pub const FBIO_GETCONTROL2: u32 = 2148025993; +pub const FBIO_GETCONTROL2: u32 = 2147763849; pub const TUNSETDEBUG: u32 = 1074025673; pub const DM_DEV_REMOVE: u32 = 3241737476; pub const HIDIOCSUSAGES: u32 = 1344030740; pub const FS_IOC_ADD_ENCRYPTION_KEY: u32 = 3226494487; pub const FBIOGET_VBLANK: u32 = 2149598738; -pub const ATM_GETSTAT: u32 = 1074815312; +pub const ATM_GETSTAT: u32 = 1074553168; pub const VIDIOC_G_JPEGCOMP: u32 = 2156680765; -pub const TUNATTACHFILTER: u32 = 1074812117; +pub const TUNATTACHFILTER: u32 = 1074287829; pub const UI_SET_ABSBIT: u32 = 1074025831; pub const DFL_FPGA_PORT_ERR_GET_IRQ_NUM: u32 = 2147792453; pub const USBDEVFS_REAPURB32: u32 = 1074025740; @@ -1062,23 +1076,23 @@ pub const BTRFS_IOC_TRANS_END: u32 = 37895; pub const CAPI_REGISTER: u32 = 1074545409; pub const F2FS_IOC_COMPRESS_FILE: u32 = 62744; pub const USBDEVFS_DISCARDURB: u32 = 21771; -pub const HE_GET_REG: u32 = 1074815328; -pub const ATM_SETLOOP: u32 = 1074815315; +pub const HE_GET_REG: u32 = 1074553184; +pub const ATM_SETLOOP: u32 = 1074553171; pub const ATMSIGD_CTRL: u32 = 25072; -pub const CIOC_KERNEL_VERSION: u32 = 3221775114; +pub const CIOC_KERNEL_VERSION: u32 = 3221512970; pub const BTRFS_IOC_CLONE_RANGE: u32 = 1075876877; pub const SNAPSHOT_UNFREEZE: u32 = 13058; pub const F2FS_IOC_START_VOLATILE_WRITE: u32 = 62723; -pub const PMU_IOC_HAS_ADB: u32 = 2148024836; +pub const PMU_IOC_HAS_ADB: u32 = 2147762692; pub const I2OGETIOPS: u32 = 2149607680; -pub const VIDIOC_S_FBUF: u32 = 1076909579; +pub const VIDIOC_S_FBUF: u32 = 1076647435; pub const PPRCONTROL: u32 = 2147577987; pub const CHIOSPICKER: u32 = 1074029317; pub const VFIO_IOMMU_SPAPR_REGISTER_MEMORY: u32 = 15221; pub const TUNGETSNDBUF: u32 = 2147767507; pub const GSMIOC_SETCONF: u32 = 1078740737; pub const IOC_PR_PREEMPT: u32 = 1075343563; -pub const KCOV_INIT_TRACE: u32 = 2148033281; +pub const KCOV_INIT_TRACE: u32 = 2147771137; pub const SONYPI_IOCGBAT1CAP: u32 = 2147644930; pub const SWITCHTEC_IOCTL_FLASH_INFO: u32 = 2148554560; pub const MTIOCTOP: u32 = 1074294017; @@ -1091,7 +1105,7 @@ pub const BTRFS_IOC_DEV_REPLACE: u32 = 3391657013; pub const PPPIOCGFLAGS: u32 = 2147775578; pub const NILFS_IOCTL_SET_SUINFO: u32 = 1075342989; pub const FW_CDEV_IOC_GET_CYCLE_TIMER2: u32 = 3222807316; -pub const ATM_DELLECSADDR: u32 = 1074815375; +pub const ATM_DELLECSADDR: u32 = 1074553231; pub const FW_CDEV_IOC_GET_SPEED: u32 = 8977; pub const PPPIOCGIDLE32: u32 = 2148037695; pub const VFIO_DEVICE_RESET: u32 = 15215; @@ -1100,16 +1114,16 @@ pub const WDIOC_GETSTATUS: u32 = 2147768065; pub const BTRFS_IOC_SET_FEATURES: u32 = 1076925497; pub const IOCTL_MEI_CONNECT_CLIENT: u32 = 3222292481; pub const VIDIOC_OMAP3ISP_AEWB_CFG: u32 = 3223344835; -pub const PCITEST_READ: u32 = 1074286597; +pub const PCITEST_READ: u32 = 1074024453; pub const VFIO_GROUP_GET_STATUS: u32 = 15207; -pub const MATROXFB_GET_ALL_OUTPUTS: u32 = 2148036347; +pub const MATROXFB_GET_ALL_OUTPUTS: u32 = 2147774203; pub const USBDEVFS_CLEAR_HALT: u32 = 2147767573; pub const VIDIOC_DECODER_CMD: u32 = 3225966176; pub const VIDIOC_G_AUDIO: u32 = 2150913569; pub const CCISS_RESCANDISK: u32 = 16912; pub const RIO_DISABLE_PORTWRITE_RANGE: u32 = 1074818316; pub const IOC_OPAL_SECURE_ERASE_LR: u32 = 1091596519; -pub const USBDEVFS_REAPURB: u32 = 1074287884; +pub const USBDEVFS_REAPURB: u32 = 1074025740; pub const DFL_FPGA_CHECK_EXTENSION: u32 = 46593; pub const AUTOFS_IOC_PROTOVER: u32 = 2147783523; pub const FSL_HV_IOCTL_MEMCPY: u32 = 3223891717; @@ -1118,7 +1132,7 @@ pub const PCITEST_MSIX: u32 = 1074024455; pub const BTRFS_IOC_DEFRAG_RANGE: u32 = 1076925456; pub const UI_BEGIN_FF_ERASE: u32 = 3222033866; pub const DM_GET_TARGET_VERSION: u32 = 3241737489; -pub const PPPIOCGIDLE: u32 = 2148561983; +pub const PPPIOCGIDLE: u32 = 2148037695; pub const NVRAM_SETCKS: u32 = 28737; pub const WDIOC_GETSUPPORT: u32 = 2150127360; pub const GSMIOC_ENABLE_NET: u32 = 1077167874; @@ -1131,18 +1145,18 @@ pub const RIO_TRANSFER: u32 = 3222826261; pub const FSL_HV_IOCTL_DOORBELL: u32 = 3221794566; pub const RIO_MPORT_MAINT_WRITE_LOCAL: u32 = 1075342598; pub const I2OEVTREG: u32 = 1074555146; -pub const I2OPARMGET: u32 = 3223873796; +pub const I2OPARMGET: u32 = 3222825220; pub const EVIOCGID: u32 = 2148025602; pub const BTRFS_IOC_QGROUP_CREATE: u32 = 1074828330; pub const AUTOFS_DEV_IOCTL_SETPIPEFD: u32 = 3222836088; pub const VIDIOC_S_PARM: u32 = 3234616854; pub const TUNSETSTEERINGEBPF: u32 = 2147767520; -pub const ATM_GETNAMES: u32 = 1074815363; +pub const ATM_GETNAMES: u32 = 1074291075; pub const VIDIOC_QUERYMENU: u32 = 3224131109; pub const DFL_FPGA_PORT_DMA_UNMAP: u32 = 46660; -pub const I2OLCTGET: u32 = 3222825218; +pub const I2OLCTGET: u32 = 3222038786; pub const FS_IOC_GET_ENCRYPTION_PWSALT: u32 = 1074816532; -pub const NS_SETBUFLEV: u32 = 1074815330; +pub const NS_SETBUFLEV: u32 = 1074553186; pub const BLKCLOSEZONE: u32 = 1074795143; pub const SONET_GETFRSENSE: u32 = 2147901719; pub const UI_SET_EVBIT: u32 = 1074025828; @@ -1162,7 +1176,7 @@ pub const TUNGETIFF: u32 = 2147767506; pub const PTP_CLOCK_GETCAPS2: u32 = 2152742154; pub const BTRFS_IOC_RESIZE: u32 = 1342215171; pub const VHOST_SET_VRING_ENDIAN: u32 = 1074310931; -pub const PPS_KC_BIND: u32 = 1074294949; +pub const PPS_KC_BIND: u32 = 1074032805; pub const F2FS_IOC_WRITE_CHECKPOINT: u32 = 62727; pub const UI_SET_FFBIT: u32 = 1074025835; pub const IPMICTL_GET_MY_LUN_CMD: u32 = 2147772692; @@ -1175,20 +1189,20 @@ pub const MGSL_IOCSXCTRL: u32 = 27925; pub const MEDIA_IOC_G_TOPOLOGY: u32 = 3225975812; pub const PPPIOCUNBRIDGECHAN: u32 = 29748; pub const F2FS_IOC_COMMIT_ATOMIC_WRITE: u32 = 62722; -pub const ISST_IF_GET_PLATFORM_INFO: u32 = 2148072960; +pub const ISST_IF_GET_PLATFORM_INFO: u32 = 2147810816; pub const SCIF_FENCE_MARK: u32 = 3222303503; pub const USBDEVFS_RELEASE_PORT: u32 = 2147767577; pub const VFIO_CHECK_EXTENSION: u32 = 15205; pub const BTRFS_IOC_QGROUP_LIMIT: u32 = 2150667307; pub const FAT_IOCTL_GET_VOLUME_ID: u32 = 2147774995; -pub const UI_SET_PHYS: u32 = 1074287980; -pub const FDWERRORGET: u32 = 2150105623; -pub const VIDIOC_SUBDEV_G_EDID: u32 = 3223868968; +pub const UI_SET_PHYS: u32 = 1074025836; +pub const FDWERRORGET: u32 = 2149057047; +pub const VIDIOC_SUBDEV_G_EDID: u32 = 3223606824; pub const MGSL_IOCGSTATS: u32 = 27911; pub const RPROC_SET_SHUTDOWN_ON_RELEASE: u32 = 1074050817; pub const SIOCGSTAMP_NEW: u32 = 2148567302; pub const RTC_WKALM_RD: u32 = 2150133776; -pub const PHN_GET_REG: u32 = 3221778432; +pub const PHN_GET_REG: u32 = 3221516288; pub const DELL_WMI_SMBIOS_CMD: u32 = 3224655616; pub const PHN_NOT_OH: u32 = 28676; pub const PPGETMODES: u32 = 2147774615; @@ -1198,12 +1212,12 @@ pub const VHOST_SET_VRING_BUSYLOOP_TIMEOUT: u32 = 1074310947; pub const VIDIOC_SUBDEV_G_SELECTION: u32 = 3225441853; pub const BTRFS_IOC_RM_DEV_V2: u32 = 1342215226; pub const MGSL_IOCWAITGPIO: u32 = 3222301970; -pub const PMU_IOC_CAN_SLEEP: u32 = 2148024837; +pub const PMU_IOC_CAN_SLEEP: u32 = 2147762693; pub const KCOV_ENABLE: u32 = 25444; pub const BTRFS_IOC_CLONE: u32 = 1074041865; pub const F2FS_IOC_DEFRAGMENT: u32 = 3222336776; pub const FW_CDEV_IOC_DEALLOCATE_ISO_RESOURCE: u32 = 1074012942; -pub const AGPIOC_ALLOCATE: u32 = 3221766406; +pub const AGPIOC_ALLOCATE: u32 = 3221504262; pub const NE_SET_USER_MEMORY_REGION: u32 = 1075359267; pub const MGSL_IOCTXABORT: u32 = 27910; pub const MGSL_IOCSGPIO: u32 = 1074818320; @@ -1215,12 +1229,12 @@ pub const BT_BMC_IOCTL_SMS_ATN: u32 = 45312; pub const NVME_IOCTL_ID: u32 = 20032; pub const NE_START_ENCLAVE: u32 = 3222318628; pub const VIDIOC_STREAMON: u32 = 1074026002; -pub const FDPOLLDRVSTAT: u32 = 2152727059; +pub const FDPOLLDRVSTAT: u32 = 2150892051; pub const AUTOFS_DEV_IOCTL_READY: u32 = 3222836086; pub const VIDIOC_ENUMAUDOUT: u32 = 3224655426; pub const VIDIOC_SUBDEV_S_STD: u32 = 1074288152; pub const WDIOC_GETTIMELEFT: u32 = 2147768074; -pub const ATM_GETLINKRATE: u32 = 1074815361; +pub const ATM_GETLINKRATE: u32 = 1074553217; pub const RTC_WKALM_SET: u32 = 1076391951; pub const VHOST_GET_BACKEND_FEATURES: u32 = 2148052774; pub const ATMARP_ENCAP: u32 = 25061; @@ -1232,8 +1246,8 @@ pub const VIDIOC_OVERLAY: u32 = 1074025998; pub const BTRFS_IOC_WAIT_SYNC: u32 = 1074304022; pub const GPIOHANDLE_SET_CONFIG_IOCTL: u32 = 3226776586; pub const VHOST_GET_VRING_ENDIAN: u32 = 1074310932; -pub const ATM_GETADDR: u32 = 1074815366; -pub const PHN_GET_REGS: u32 = 3221778434; +pub const ATM_GETADDR: u32 = 1074553222; +pub const PHN_GET_REGS: u32 = 3221516290; pub const AUTOFS_DEV_IOCTL_REQUESTER: u32 = 3222836091; pub const AUTOFS_DEV_IOCTL_EXPIRE: u32 = 3222836092; pub const SNAPSHOT_S2RAM: u32 = 13067; @@ -1259,12 +1273,12 @@ pub const VIDIOC_S_INPUT: u32 = 3221509671; pub const VIDIOC_G_CROP: u32 = 3222558267; pub const LIRC_SET_WIDEBAND_RECEIVER: u32 = 1074030883; pub const EVIOCGEFFECTS: u32 = 2147763588; -pub const UVCIOC_CTRL_QUERY: u32 = 3222304033; +pub const UVCIOC_CTRL_QUERY: u32 = 3222041889; pub const IOC_OPAL_GENERIC_TABLE_RW: u32 = 1094217963; pub const FS_IOC_READ_VERITY_METADATA: u32 = 3223873159; pub const ND_IOCTL_SET_CONFIG_DATA: u32 = 3221769734; pub const USBDEVFS_GETDRIVER: u32 = 1090802952; -pub const IDT77105_GETSTAT: u32 = 1074815282; +pub const IDT77105_GETSTAT: u32 = 1074553138; pub const HIDIOCINITREPORT: u32 = 18437; pub const VFIO_DEVICE_GET_INFO: u32 = 15211; pub const RIO_CM_CHAN_RECEIVE: u32 = 3222299402; @@ -1279,7 +1293,7 @@ pub const TEE_IOC_SUPPL_RECV: u32 = 2148574214; pub const BTRFS_IOC_BALANCE_CTL: u32 = 1074041889; pub const GPIO_GET_LINEINFO_WATCH_IOCTL: u32 = 3225990155; pub const HIDIOCGRAWINFO: u32 = 2148026371; -pub const PPPIOCSCOMPRESS: u32 = 1074820173; +pub const PPPIOCSCOMPRESS: u32 = 1074558029; pub const USBDEVFS_CONNECTINFO: u32 = 1074287889; pub const BLKRESETZONE: u32 = 1074795139; pub const CHIOINITELEM: u32 = 25361; @@ -1295,7 +1309,7 @@ pub const MEDIA_REQUEST_IOC_REINIT: u32 = 31873; pub const IOC_OPAL_ERASE_LR: u32 = 1091596518; pub const FDFMTBEG: u32 = 583; pub const RNDRESEEDCRNG: u32 = 20999; -pub const ISST_IF_GET_PHY_ID: u32 = 3221814785; +pub const ISST_IF_GET_PHY_ID: u32 = 3221552641; pub const TUNSETNOCSUM: u32 = 1074025672; pub const SONET_GETSTAT: u32 = 2149867792; pub const TFD_IOC_SET_TICKS: u32 = 1074287616; @@ -1319,17 +1333,16 @@ pub const BLKFINISHZONE: u32 = 1074795144; pub const EVIOCREVOKE: u32 = 1074021777; pub const VFIO_DEVICE_FEATURE: u32 = 15221; pub const CCISS_GETPCIINFO: u32 = 2148024833; -pub const ISST_IF_MBOX_COMMAND: u32 = 3221814787; +pub const ISST_IF_MBOX_COMMAND: u32 = 3221552643; pub const SCIF_ACCEPTREQ: u32 = 3222303492; -pub const PERF_EVENT_IOC_QUERY_BPF: u32 = 3221758986; +pub const PERF_EVENT_IOC_QUERY_BPF: u32 = 3221496842; pub const VIDIOC_STREAMOFF: u32 = 1074026003; pub const VDUSE_DESTROY_DEV: u32 = 1090552067; -pub const FDGETFDCSTAT: u32 = 2150105621; -pub const CM_IOCGATR: u32 = 3221775105; +pub const FDGETFDCSTAT: u32 = 2149581333; pub const VIDIOC_S_PRIORITY: u32 = 1074026052; pub const SNAPSHOT_FREEZE: u32 = 13057; pub const VIDIOC_ENUMINPUT: u32 = 3226490394; -pub const ZATM_GETPOOLZ: u32 = 1074815330; +pub const ZATM_GETPOOLZ: u32 = 1074553186; pub const RIO_DISABLE_DOORBELL_RANGE: u32 = 1074294026; pub const GPIO_V2_GET_LINEINFO_WATCH_IOCTL: u32 = 3238048774; pub const VIDIOC_G_STD: u32 = 2148029975; @@ -1342,7 +1355,7 @@ pub const IOCTL_MEI_NOTIFY_SET: u32 = 1074022402; pub const BTRFS_IOC_QUOTA_RESCAN_STATUS: u32 = 2151715885; pub const F2FS_IOC_GARBAGE_COLLECT: u32 = 1074066694; pub const ATMLEC_CTRL: u32 = 25040; -pub const MATROXFB_GET_AVAILABLE_OUTPUTS: u32 = 2148036345; +pub const MATROXFB_GET_AVAILABLE_OUTPUTS: u32 = 2147774201; pub const DM_DEV_CREATE: u32 = 3241737475; pub const VHOST_VDPA_GET_VRING_NUM: u32 = 2147659638; pub const VIDIOC_G_CTRL: u32 = 3221771803; @@ -1365,9 +1378,9 @@ pub const VDUSE_IOTLB_GET_FD: u32 = 3223355664; pub const FW_CDEV_IOC_GET_INFO: u32 = 3223855872; pub const VIDIOC_G_PRIORITY: u32 = 2147767875; pub const ATM_NEWBACKENDIF: u32 = 1073897971; -pub const VIDIOC_S_EXT_CTRLS: u32 = 3223344712; +pub const VIDIOC_S_EXT_CTRLS: u32 = 3222820424; pub const VIDIOC_SUBDEV_ENUM_DV_TIMINGS: u32 = 3230946914; -pub const VIDIOC_OMAP3ISP_CCDC_CFG: u32 = 3224917697; +pub const VIDIOC_OMAP3ISP_CCDC_CFG: u32 = 3223344833; pub const VIDIOC_S_HW_FREQ_SEEK: u32 = 1076909650; pub const DM_TABLE_LOAD: u32 = 3241737481; pub const F2FS_IOC_START_ATOMIC_WRITE: u32 = 62721; @@ -1380,7 +1393,7 @@ pub const NE_GET_IMAGE_LOAD_INFO: u32 = 3222318626; pub const TUNSETLINK: u32 = 1074025677; pub const FW_CDEV_IOC_ADD_DESCRIPTOR: u32 = 3222807302; pub const BTRFS_IOC_SCRUB_CANCEL: u32 = 37916; -pub const PPS_SETPARAMS: u32 = 1074294946; +pub const PPS_SETPARAMS: u32 = 1074032802; pub const IOC_OPAL_LR_SETUP: u32 = 1093169379; pub const FW_CDEV_IOC_DEALLOCATE: u32 = 1074012931; pub const WDIOC_SETTIMEOUT: u32 = 3221509894; @@ -1388,7 +1401,7 @@ pub const IOC_WATCH_QUEUE_SET_FILTER: u32 = 22369; pub const CAPI_GET_MANUFACTURER: u32 = 3221504774; pub const VFIO_IOMMU_SPAPR_UNREGISTER_MEMORY: u32 = 15222; pub const ASPEED_P2A_CTRL_IOCTL_SET_WINDOW: u32 = 1074836224; -pub const VIDIOC_G_EDID: u32 = 3223868968; +pub const VIDIOC_G_EDID: u32 = 3223606824; pub const F2FS_IOC_GARBAGE_COLLECT_RANGE: u32 = 1075377419; pub const RIO_MAP_INBOUND: u32 = 3223874833; pub const IOC_OPAL_TAKE_OWNERSHIP: u32 = 1091072222; @@ -1398,44 +1411,44 @@ pub const FS_IOC_GET_ENCRYPTION_NONCE: u32 = 2148558363; pub const FW_CDEV_IOC_SEND_STREAM_PACKET: u32 = 1076372243; pub const BTRFS_IOC_SNAP_DESTROY: u32 = 1342215183; pub const SNAPSHOT_FREE: u32 = 13061; -pub const I8K_GET_SPEED: u32 = 3221776773; +pub const I8K_GET_SPEED: u32 = 3221514629; pub const HIDIOCGREPORT: u32 = 1074546695; pub const HPET_EPI: u32 = 26628; pub const JSIOCSCORR: u32 = 1076128289; pub const IOC_PR_PREEMPT_ABORT: u32 = 1075343564; pub const RIO_MAP_OUTBOUND: u32 = 3223874831; -pub const ATM_SETESI: u32 = 1074815372; +pub const ATM_SETESI: u32 = 1074553228; pub const FW_CDEV_IOC_START_ISO: u32 = 1074799370; -pub const ATM_DELADDR: u32 = 1074815369; +pub const ATM_DELADDR: u32 = 1074553225; pub const PPFCONTROL: u32 = 1073901710; pub const SONYPI_IOCGFAN: u32 = 2147579402; -pub const RTC_IRQP_SET: u32 = 1074294796; -pub const PCITEST_WRITE: u32 = 1074286596; +pub const RTC_IRQP_SET: u32 = 1074032652; +pub const PCITEST_WRITE: u32 = 1074024452; pub const PPCLAIM: u32 = 28811; pub const VIDIOC_S_JPEGCOMP: u32 = 1082938942; pub const IPMICTL_UNREGISTER_FOR_CMD: u32 = 2147641615; pub const VHOST_SET_FEATURES: u32 = 1074310912; pub const TOSHIBA_ACPI_SCI: u32 = 3222828177; -pub const VIDIOC_DQBUF: u32 = 3227014673; +pub const VIDIOC_DQBUF: u32 = 3225703953; pub const BTRFS_IOC_BALANCE_PROGRESS: u32 = 2214630434; pub const BTRFS_IOC_SUBVOL_SETFLAGS: u32 = 1074304026; pub const ATMLEC_MCAST: u32 = 25042; -pub const MMTIMER_GETFREQ: u32 = 2148035842; +pub const MMTIMER_GETFREQ: u32 = 2147773698; pub const VIDIOC_G_SELECTION: u32 = 3225441886; pub const RTC_ALM_SET: u32 = 1076129799; -pub const PPPOEIOCSFWD: u32 = 1074311424; +pub const PPPOEIOCSFWD: u32 = 1074049280; pub const IPMICTL_GET_MAINTENANCE_MODE_CMD: u32 = 2147772702; pub const FS_IOC_ENABLE_VERITY: u32 = 1082156677; pub const NILFS_IOCTL_GET_BDESCS: u32 = 3222826631; pub const FDFMTEND: u32 = 585; -pub const DMA_BUF_SET_NAME: u32 = 1074291201; -pub const UI_BEGIN_FF_UPLOAD: u32 = 3228063176; +pub const DMA_BUF_SET_NAME: u32 = 1074029057; +pub const UI_BEGIN_FF_UPLOAD: u32 = 3227538888; pub const RTC_UIE_ON: u32 = 28675; pub const PPRELEASE: u32 = 28812; pub const VFIO_IOMMU_UNMAP_DMA: u32 = 15218; -pub const VIDIOC_OMAP3ISP_PRV_CFG: u32 = 3228587714; +pub const VIDIOC_OMAP3ISP_PRV_CFG: u32 = 3225179842; pub const GPIO_GET_LINEHANDLE_IOCTL: u32 = 3245126659; -pub const VFAT_IOCTL_READDIR_BOTH: u32 = 2184212993; +pub const VFAT_IOCTL_READDIR_BOTH: u32 = 2182640129; pub const NVME_IOCTL_ADMIN_CMD: u32 = 3225964097; pub const VHOST_SET_VRING_KICK: u32 = 1074310944; pub const BTRFS_IOC_SUBVOL_CREATE_V2: u32 = 1342215192; @@ -1453,8 +1466,8 @@ pub const VTPM_PROXY_IOC_NEW_DEV: u32 = 3222577408; pub const DFL_FPGA_FME_ERR_GET_IRQ_NUM: u32 = 2147792515; pub const ND_IOCTL_DIMM_FLAGS: u32 = 3221769731; pub const BTRFS_IOC_QUOTA_RESCAN: u32 = 1077974060; -pub const MMTIMER_GETCOUNTER: u32 = 2148035849; -pub const MATROXFB_GET_OUTPUT_MODE: u32 = 3221778170; +pub const MMTIMER_GETCOUNTER: u32 = 2147773705; +pub const MATROXFB_GET_OUTPUT_MODE: u32 = 3221516026; pub const BTRFS_IOC_QUOTA_RESCAN_WAIT: u32 = 37934; pub const RIO_CM_CHAN_BIND: u32 = 1074291461; pub const HIDIOCGRDESC: u32 = 2416199682; @@ -1486,4 +1499,4 @@ pub const ACRN_IOCTL_IOEVENTFD: u32 = 1075880560; pub const ACRN_IOCTL_DEASSIGN_PCIDEV: u32 = 1076142678; pub const ACRN_IOCTL_RESET_VM: u32 = 41493; pub const ACRN_IOCTL_DESTROY_IOREQ_CLIENT: u32 = 41524; -pub const ACRN_IOCTL_VM_INTR_MONITOR: u32 = 1074307620; +pub const ACRN_IOCTL_VM_INTR_MONITOR: u32 = 1074045476;