Home
last modified time | relevance | path

Searched refs:_IO (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/nbd/
H A Dnbd-internal.h54 #define NBD_SET_SOCK _IO(0xab, 0)
55 #define NBD_SET_BLKSIZE _IO(0xab, 1)
56 #define NBD_SET_SIZE _IO(0xab, 2)
57 #define NBD_DO_IT _IO(0xab, 3)
58 #define NBD_CLEAR_SOCK _IO(0xab, 4)
59 #define NBD_CLEAR_QUE _IO(0xab, 5)
60 #define NBD_PRINT_DEBUG _IO(0xab, 6)
61 #define NBD_SET_SIZE_BLOCKS _IO(0xab, 7)
62 #define NBD_DISCONNECT _IO(0xab, 8)
63 #define NBD_SET_TIMEOUT _IO(0xab, 9)
[all …]
/openbmc/qemu/linux-user/xtensa/
H A Dtermbits.h223 #define TARGET_FIOCLEX _IO('f', 1)
224 #define TARGET_FIONCLEX _IO('f', 2)
241 #define TARGET_TCSBRK _IO('t', 29)
242 #define TARGET_TCXONC _IO('t', 30)
243 #define TARGET_TCFLSH _IO('t', 31)
247 #define TARGET_TIOCSTART _IO('t', 110) /* start output, like ^Q */
248 #define TARGET_TIOCSTOP _IO('t', 111) /* stop output, like ^S */
254 #define TARGET_TIOCEXCL _IO('T', 12)
255 #define TARGET_TIOCNXCL _IO('T', 13)
256 #define TARGET_TIOCSCTTY _IO('T', 14)
[all …]
/openbmc/qemu/linux-headers/linux/
H A Dnvme_ioctl.h97 #define NVME_IOCTL_ID _IO('N', 0x40)
101 #define NVME_IOCTL_RESET _IO('N', 0x44)
102 #define NVME_IOCTL_SUBSYS_RESET _IO('N', 0x45)
103 #define NVME_IOCTL_RESCAN _IO('N', 0x46)
H A Duserfaultfd.h17 #define USERFAULTFD_IOC_NEW _IO(USERFAULTFD_IOC, 0x00)
/openbmc/u-boot/include/linux/
H A Dapm_bios.h208 #define APM_IOC_STANDBY _IO('A', 1)
209 #define APM_IOC_SUSPEND _IO('A', 2)
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0012-libinstaller-Fix-build-with-glibc-2.36.patch47 +#define FIBMAP _IO(0x00,1) /* bmap access */
48 +#define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
50 +#define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */
/openbmc/u-boot/include/asm-generic/
H A Dioctl.h83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
/openbmc/u-boot/include/mtd/
H A Dubi-user.h194 #define UBI_IOCVOLRMBLK _IO(UBI_VOL_IOC_MAGIC, 8)
H A Dmtd-abi.h181 #define MTDFILEMODE _IO('M', 19)
/openbmc/qemu/hw/i386/
H A Dsgx.c37 #define SGX_IOC_VEPC_REMOVE_ALL _IO(SGX_MAGIC, 0x04)
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h199 _IO(DeviceType & 0x00FF, Function & 0x00FF)