Skip to content

Commit

Permalink
Update generated ioctl files. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Nov 30, 2023
1 parent a3e6501 commit a804ac0
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 35 deletions.
19 changes: 16 additions & 3 deletions gen/ioctl/generated.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,22 @@ BLKDISCARDZEROES
BLKSECDISCARD
BLKROTATIONAL
BLKZEROOUT
FIEMAP_MAX_OFFSET
FIEMAP_FLAG_SYNC
FIEMAP_FLAG_XATTR
FIEMAP_FLAG_CACHE
FIEMAP_FLAGS_COMPAT
FIEMAP_EXTENT_LAST
FIEMAP_EXTENT_UNKNOWN
FIEMAP_EXTENT_DELALLOC
FIEMAP_EXTENT_ENCODED
FIEMAP_EXTENT_DATA_ENCRYPTED
FIEMAP_EXTENT_NOT_ALIGNED
FIEMAP_EXTENT_DATA_INLINE
FIEMAP_EXTENT_DATA_TAIL
FIEMAP_EXTENT_UNWRITTEN
FIEMAP_EXTENT_MERGED
FIEMAP_EXTENT_SHARED
UFFDIO_REGISTER
UFFDIO_UNREGISTER
UFFDIO_WAKE
Expand Down Expand Up @@ -1016,7 +1032,6 @@ IOC_OPAL_SAVE
VIDIOC_G_DV_TIMINGS
TUNSETIFINDEX
CCISS_SETINTINFO
CM_IOSDBGLVL
RTC_VL_CLR
VIDIOC_REQBUFS
USBDEVFS_REAPURBNDELAY32
Expand Down Expand Up @@ -1146,7 +1161,6 @@ UI_SET_RELBIT
VFIO_SET_IOMMU
VIDIOC_S_MODULATOR
TUNGETFILTER
MEYEIOC_SYNC
CCISS_SETNODENAME
FBIO_GETCONTROL2
TUNSETDEBUG
Expand Down Expand Up @@ -1427,7 +1441,6 @@ PERF_EVENT_IOC_QUERY_BPF
VIDIOC_STREAMOFF
VDUSE_DESTROY_DEV
FDGETFDCSTAT
CM_IOCGATR
VIDIOC_S_PRIORITY
SNAPSHOT_FREEZE
VIDIOC_ENUMINPUT
Expand Down
5 changes: 0 additions & 5 deletions gen/ioctl/list.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ struct sockaddr {
#include <linux/cciss_ioctl.h>
#include <linux/cec.h>
#include <linux/chio.h>
#include <linux/cm4000_cs.h>
#include <linux/coda.h>
#include <linux/cxl_mem.h>
#include <linux/dma-buf.h>
Expand Down Expand Up @@ -105,7 +104,6 @@ struct sockaddr {
#include <linux/matroxfb.h>
#include <linux/media.h>
#include <linux/mei.h>
#include <linux/meye.h>
#include <linux/mmtimer.h>
#include <linux/msdos_fs.h>
#include <linux/mtio.h>
Expand Down Expand Up @@ -1491,7 +1489,6 @@ void list(void) {
IOCTL_REQUEST(VIDIOC_G_DV_TIMINGS);
IOCTL_REQUEST(TUNSETIFINDEX);
IOCTL_REQUEST(CCISS_SETINTINFO);
IOCTL_REQUEST(CM_IOSDBGLVL);
IOCTL_REQUEST(RTC_VL_CLR);
IOCTL_REQUEST(VIDIOC_REQBUFS);
IOCTL_REQUEST(USBDEVFS_REAPURBNDELAY32);
Expand Down Expand Up @@ -1627,7 +1624,6 @@ void list(void) {
IOCTL_REQUEST(VFIO_SET_IOMMU);
IOCTL_REQUEST(VIDIOC_S_MODULATOR);
IOCTL_REQUEST(TUNGETFILTER);
IOCTL_REQUEST(MEYEIOC_SYNC);
IOCTL_REQUEST(CCISS_SETNODENAME);
IOCTL_REQUEST(FBIO_GETCONTROL2);
IOCTL_REQUEST(TUNSETDEBUG);
Expand Down Expand Up @@ -1916,7 +1912,6 @@ void list(void) {
IOCTL_REQUEST(VIDIOC_STREAMOFF);
IOCTL_REQUEST(VDUSE_DESTROY_DEV);
IOCTL_REQUEST(FDGETFDCSTAT);
IOCTL_REQUEST(CM_IOCGATR);
IOCTL_REQUEST(VIDIOC_S_PRIORITY);
IOCTL_REQUEST(SNAPSHOT_FREEZE);
IOCTL_REQUEST(VIDIOC_ENUMINPUT);
Expand Down
Loading

0 comments on commit a804ac0

Please sign in to comment.