From fcff7f26afa9a6a79da34ac2bf9ed83fe90a3d00 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 5 Jan 2022 14:04:49 +0100 Subject: sys/linux: extend udmabuf descriptions The ioctls actually return the dmabuf fd that can be used in other APIs. --- sys/linux/dev_udmabuf.txt.const | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sys/linux/dev_udmabuf.txt.const') diff --git a/sys/linux/dev_udmabuf.txt.const b/sys/linux/dev_udmabuf.txt.const index c90f06fb2..7cf28721c 100644 --- a/sys/linux/dev_udmabuf.txt.const +++ b/sys/linux/dev_udmabuf.txt.const @@ -1,7 +1,13 @@ # Code generated by syz-sysgen. DO NOT EDIT. arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x -AT_FDCWD = ??? -O_RDWR = ??? +AT_FDCWD = 18446744073709551516 +DMA_BUF_IOCTL_SYNC = 1074291200, mips64le:ppc64le:2148033024 +DMA_BUF_SET_NAME_A = 1074029057, mips64le:ppc64le:2147770881 +DMA_BUF_SYNC_END = 4 +DMA_BUF_SYNC_READ = 1 +DMA_BUF_SYNC_START = 0 +DMA_BUF_SYNC_WRITE = 2 +O_RDWR = 2 UDMABUF_CREATE = 1075344706, mips64le:ppc64le:2149086530 UDMABUF_CREATE_LIST = 1074296131, mips64le:ppc64le:2148037955 __NR_ioctl = 54, amd64:16, arm64:riscv64:29, mips64le:5015 -- cgit mrf-deployment