/external/strace/xlat/ |
D | block_ioctl_cmds.h | 8 static_assert((BLKROSET) == (_IO(0x12, 93)), "BLKROSET != _IO(0x12, 93)"); 11 # define BLKROSET _IO(0x12, 93) 15 static_assert((BLKROGET) == (_IO(0x12, 94)), "BLKROGET != _IO(0x12, 94)"); 18 # define BLKROGET _IO(0x12, 94) 22 static_assert((BLKRRPART) == (_IO(0x12, 95)), "BLKRRPART != _IO(0x12, 95)"); 25 # define BLKRRPART _IO(0x12, 95) 29 static_assert((BLKGETSIZE) == (_IO(0x12, 96)), "BLKGETSIZE != _IO(0x12, 96)"); 32 # define BLKGETSIZE _IO(0x12, 96) 36 static_assert((BLKFLSBUF) == (_IO(0x12, 97)), "BLKFLSBUF != _IO(0x12, 97)"); 39 # define BLKFLSBUF _IO(0x12, 97) [all …]
|
D | block_ioctl_cmds.in | 1 BLKROSET _IO(0x12, 93) 2 BLKROGET _IO(0x12, 94) 3 BLKRRPART _IO(0x12, 95) 4 BLKGETSIZE _IO(0x12, 96) 5 BLKFLSBUF _IO(0x12, 97) 6 BLKRASET _IO(0x12, 98) 7 BLKRAGET _IO(0x12, 99) 8 BLKFRASET _IO(0x12, 100) 9 BLKFRAGET _IO(0x12, 101) 10 BLKSECTSET _IO(0x12, 102) [all …]
|
D | nbd_ioctl_cmds.h | 8 static_assert((NBD_SET_SOCK) == (_IO( 0xab, 0 )), "NBD_SET_SOCK != _IO( 0xab, 0 )"); 11 # define NBD_SET_SOCK _IO( 0xab, 0 ) 15 static_assert((NBD_SET_BLKSIZE) == (_IO( 0xab, 1 )), "NBD_SET_BLKSIZE != _IO( 0xab, 1 )"); 18 # define NBD_SET_BLKSIZE _IO( 0xab, 1 ) 22 static_assert((NBD_SET_SIZE) == (_IO( 0xab, 2 )), "NBD_SET_SIZE != _IO( 0xab, 2 )"); 25 # define NBD_SET_SIZE _IO( 0xab, 2 ) 29 static_assert((NBD_DO_IT) == (_IO( 0xab, 3 )), "NBD_DO_IT != _IO( 0xab, 3 )"); 32 # define NBD_DO_IT _IO( 0xab, 3 ) 36 static_assert((NBD_CLEAR_SOCK) == (_IO( 0xab, 4 )), "NBD_CLEAR_SOCK != _IO( 0xab, 4 )"); 39 # define NBD_CLEAR_SOCK _IO( 0xab, 4 ) [all …]
|
D | nbd_ioctl_cmds.in | 1 NBD_SET_SOCK _IO( 0xab, 0 ) 2 NBD_SET_BLKSIZE _IO( 0xab, 1 ) 3 NBD_SET_SIZE _IO( 0xab, 2 ) 4 NBD_DO_IT _IO( 0xab, 3 ) 5 NBD_CLEAR_SOCK _IO( 0xab, 4 ) 6 NBD_CLEAR_QUE _IO( 0xab, 5 ) 7 NBD_PRINT_DEBUG _IO( 0xab, 6 ) 8 NBD_SET_SIZE_BLOCKS _IO( 0xab, 7 ) 9 NBD_DISCONNECT _IO( 0xab, 8 ) 10 NBD_SET_TIMEOUT _IO( 0xab, 9 ) [all …]
|
D | perf_ioctl_cmds.h | 8 static_assert((PERF_EVENT_IOC_ENABLE) == (_IO ('$', 0)), "PERF_EVENT_IOC_ENABLE != _IO ('$', 0)"); 11 # define PERF_EVENT_IOC_ENABLE _IO ('$', 0) 15 static_assert((PERF_EVENT_IOC_DISABLE) == (_IO ('$', 1)), "PERF_EVENT_IOC_DISABLE != _IO ('$', 1)"); 18 # define PERF_EVENT_IOC_DISABLE _IO ('$', 1) 22 static_assert((PERF_EVENT_IOC_REFRESH) == (_IO ('$', 2)), "PERF_EVENT_IOC_REFRESH != _IO ('$', 2)"); 25 # define PERF_EVENT_IOC_REFRESH _IO ('$', 2) 29 static_assert((PERF_EVENT_IOC_RESET) == (_IO ('$', 3)), "PERF_EVENT_IOC_RESET != _IO ('$', 3)"); 32 # define PERF_EVENT_IOC_RESET _IO ('$', 3) 43 static_assert((PERF_EVENT_IOC_SET_OUTPUT) == (_IO ('$', 5)), "PERF_EVENT_IOC_SET_OUTPUT != _IO ('$'… 46 # define PERF_EVENT_IOC_SET_OUTPUT _IO ('$', 5)
|
D | perf_ioctl_cmds.in | 1 PERF_EVENT_IOC_ENABLE _IO ('$', 0) 2 PERF_EVENT_IOC_DISABLE _IO ('$', 1) 3 PERF_EVENT_IOC_REFRESH _IO ('$', 2) 4 PERF_EVENT_IOC_RESET _IO ('$', 3) 6 PERF_EVENT_IOC_SET_OUTPUT _IO ('$', 5)
|
/external/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | tbase.h | 32 #define DEV_PROBE _IO(MAG_NUM, 1) 33 #define REG_DEVICE _IO(MAG_NUM, 2) 34 #define UNREG_DEVICE _IO(MAG_NUM, 3) 35 #define BUS_ADD _IO(MAG_NUM, 4) 36 #define FIND_BUS _IO(MAG_NUM, 5) 37 #define BUS_REMOVE _IO(MAG_NUM, 6) 38 #define GET_DRV _IO(MAG_NUM, 7) 39 #define PUT_DRV _IO(MAG_NUM, 8) 40 #define DRV_REG _IO(MAG_NUM, 9) 41 #define DRV_UNREG _IO(MAG_NUM, 10) [all …]
|
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | tagp.h | 44 #define TEST_PCI_FIND_DEV _IO(MAG_NUM, 1) 45 #define TEST_BACKEND_ACQUIRE _IO(MAG_NUM, 2) 46 #define TEST_BACKEND_RELEASE _IO(MAG_NUM, 3) 47 #define TEST_ALLOC_BRIDGE _IO(MAG_NUM, 4) 48 #define TEST_PUT_BRIDGE _IO(MAG_NUM, 5) 49 #define TEST_CREATE_AND_FREE_MEMORY _IO(MAG_NUM, 6) 51 #define TEST_COPY_INFO _IO(MAG_NUM, 8) 53 #define TEST_GET_VERSION _IO(MAG_NUM, 10) 54 #define TEST_GENERIC_ENABLE _IO(MAG_NUM, 11) 55 #define TEST_NUM_ENTRIES _IO(MAG_NUM, 12) [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 148 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */ 149 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */ 150 #define BLKRRPART _IO(0x12,95) /* re-read partition table */ 151 #define BLKGETSIZE _IO(0x12,96) /* return device size /512 (long *arg) */ 152 #define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */ 153 #define BLKRASET _IO(0x12,98) /* set read ahead for block device */ 154 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */ 155 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */ 156 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */ 157 #define BLKSECTSET _IO(0x12,102)/* set max sectors per request (ll_rw_blk.c) */ [all …]
|
D | nbd.h | 21 #define NBD_SET_SOCK _IO( 0xab, 0 ) 22 #define NBD_SET_BLKSIZE _IO( 0xab, 1 ) 23 #define NBD_SET_SIZE _IO( 0xab, 2 ) 24 #define NBD_DO_IT _IO( 0xab, 3 ) 25 #define NBD_CLEAR_SOCK _IO( 0xab, 4 ) 26 #define NBD_CLEAR_QUE _IO( 0xab, 5 ) 27 #define NBD_PRINT_DEBUG _IO( 0xab, 6 ) 28 #define NBD_SET_SIZE_BLOCKS _IO( 0xab, 7 ) 29 #define NBD_DISCONNECT _IO( 0xab, 8 ) 30 #define NBD_SET_TIMEOUT _IO( 0xab, 9 ) [all …]
|
D | vfio.h | 107 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0) 116 #define VFIO_CHECK_EXTENSION _IO(VFIO_TYPE, VFIO_BASE + 1) 129 #define VFIO_SET_IOMMU _IO(VFIO_TYPE, VFIO_BASE + 2) 148 #define VFIO_GROUP_GET_STATUS _IO(VFIO_TYPE, VFIO_BASE + 3) 162 #define VFIO_GROUP_SET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 4) 177 #define VFIO_GROUP_UNSET_CONTAINER _IO(VFIO_TYPE, VFIO_BASE + 5) 189 #define VFIO_GROUP_GET_DEVICE_FD _IO(VFIO_TYPE, VFIO_BASE + 6) 216 #define VFIO_DEVICE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 7) 263 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) 709 #define VFIO_DEVICE_GET_IRQ_INFO _IO(VFIO_TYPE, VFIO_BASE + 9) [all …]
|
D | suspend_ioctls.h | 17 #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1) 18 #define SNAPSHOT_UNFREEZE _IO(SNAPSHOT_IOC_MAGIC, 2) 19 #define SNAPSHOT_ATOMIC_RESTORE _IO(SNAPSHOT_IOC_MAGIC, 4) 20 #define SNAPSHOT_FREE _IO(SNAPSHOT_IOC_MAGIC, 5) 21 #define SNAPSHOT_FREE_SWAP_PAGES _IO(SNAPSHOT_IOC_MAGIC, 9) 22 #define SNAPSHOT_S2RAM _IO(SNAPSHOT_IOC_MAGIC, 11) 26 #define SNAPSHOT_PLATFORM_SUPPORT _IO(SNAPSHOT_IOC_MAGIC, 15) 27 #define SNAPSHOT_POWER_OFF _IO(SNAPSHOT_IOC_MAGIC, 16) 29 #define SNAPSHOT_PREF_IMAGE_SIZE _IO(SNAPSHOT_IOC_MAGIC, 18)
|
D | rtc.h | 74 #define RTC_AIE_ON _IO('p', 0x01) /* Alarm int. enable on */ 75 #define RTC_AIE_OFF _IO('p', 0x02) /* ... off */ 76 #define RTC_UIE_ON _IO('p', 0x03) /* Update int. enable on */ 77 #define RTC_UIE_OFF _IO('p', 0x04) /* ... off */ 78 #define RTC_PIE_ON _IO('p', 0x05) /* Periodic int. enable on */ 79 #define RTC_PIE_OFF _IO('p', 0x06) /* ... off */ 80 #define RTC_WIE_ON _IO('p', 0x0f) /* Watchdog int. enable on */ 81 #define RTC_WIE_OFF _IO('p', 0x10) /* ... off */ 105 #define RTC_VL_CLR _IO('p', 0x14) /* Clear voltage low information */
|
D | synclink.h | 281 #define MGSL_IOCSTXIDLE _IO(MGSL_MAGIC_IOC,2) 282 #define MGSL_IOCGTXIDLE _IO(MGSL_MAGIC_IOC,3) 283 #define MGSL_IOCTXENABLE _IO(MGSL_MAGIC_IOC,4) 284 #define MGSL_IOCRXENABLE _IO(MGSL_MAGIC_IOC,5) 285 #define MGSL_IOCTXABORT _IO(MGSL_MAGIC_IOC,6) 286 #define MGSL_IOCGSTATS _IO(MGSL_MAGIC_IOC,7) 288 #define MGSL_IOCCLRMODCOUNT _IO(MGSL_MAGIC_IOC,15) 289 #define MGSL_IOCLOOPTXDONE _IO(MGSL_MAGIC_IOC,9) 290 #define MGSL_IOCSIF _IO(MGSL_MAGIC_IOC,10) 291 #define MGSL_IOCGIF _IO(MGSL_MAGIC_IOC,11) [all …]
|
D | fd.h | 49 #define FDCLRPRM _IO(2, 0x41) 63 #define FDMSGON _IO(2,0x45) 64 #define FDMSGOFF _IO(2,0x46) 77 #define FDFMTBEG _IO(2,0x47) 81 #define FDFMTEND _IO(2,0x49) 106 #define FDSETEMSGTRESH _IO(2,0x4a) 109 #define FDFLUSH _IO(2,0x4b) 252 #define FDRESET _IO(2, 0x54) 318 #define FDWERRORCLR _IO(2, 0x56) 389 #define FDRAWCMD _IO(2, 0x58) [all …]
|
D | f2fs.h | 12 #define F2FS_IOC_START_ATOMIC_WRITE _IO(F2FS_IOCTL_MAGIC, 1) 13 #define F2FS_IOC_COMMIT_ATOMIC_WRITE _IO(F2FS_IOCTL_MAGIC, 2) 14 #define F2FS_IOC_START_VOLATILE_WRITE _IO(F2FS_IOCTL_MAGIC, 3) 15 #define F2FS_IOC_RELEASE_VOLATILE_WRITE _IO(F2FS_IOCTL_MAGIC, 4) 16 #define F2FS_IOC_ABORT_VOLATILE_WRITE _IO(F2FS_IOCTL_MAGIC, 5) 18 #define F2FS_IOC_WRITE_CHECKPOINT _IO(F2FS_IOCTL_MAGIC, 7) 30 #define F2FS_IOC_PRECACHE_EXTENTS _IO(F2FS_IOCTL_MAGIC, 15) 43 #define F2FS_IOC_DECOMPRESS_FILE _IO(F2FS_IOCTL_MAGIC, 23) 44 #define F2FS_IOC_COMPRESS_FILE _IO(F2FS_IOCTL_MAGIC, 24)
|
D | fpga-dfl.h | 44 #define DFL_FPGA_GET_API_VERSION _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 0) 53 #define DFL_FPGA_CHECK_EXTENSION _IO(DFL_FPGA_MAGIC, DFL_FPGA_BASE + 1) 67 #define DFL_FPGA_PORT_RESET _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 0) 86 #define DFL_FPGA_PORT_GET_INFO _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 1) 115 #define DFL_FPGA_PORT_GET_REGION_INFO _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 2) 136 #define DFL_FPGA_PORT_DMA_MAP _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 3) 152 #define DFL_FPGA_PORT_DMA_UNMAP _IO(DFL_FPGA_MAGIC, DFL_PORT_BASE + 4) 236 #define DFL_FPGA_FME_PORT_PR _IO(DFL_FPGA_MAGIC, DFL_FME_BASE + 0)
|
/external/kernel-headers/original/uapi/linux/dvb/ |
D | audio.h | 83 #define AUDIO_STOP _IO('o', 1) 84 #define AUDIO_PLAY _IO('o', 2) 85 #define AUDIO_PAUSE _IO('o', 3) 86 #define AUDIO_CONTINUE _IO('o', 4) 87 #define AUDIO_SELECT_SOURCE _IO('o', 5) 88 #define AUDIO_SET_MUTE _IO('o', 6) 89 #define AUDIO_SET_AV_SYNC _IO('o', 7) 90 #define AUDIO_SET_BYPASS_MODE _IO('o', 8) 91 #define AUDIO_CHANNEL_SELECT _IO('o', 9) 95 #define AUDIO_CLEAR_BUFFER _IO('o', 12) [all …]
|
D | video.h | 183 #define VIDEO_STOP _IO('o', 21) 184 #define VIDEO_PLAY _IO('o', 22) 185 #define VIDEO_FREEZE _IO('o', 23) 186 #define VIDEO_CONTINUE _IO('o', 24) 187 #define VIDEO_SELECT_SOURCE _IO('o', 25) 188 #define VIDEO_SET_BLANK _IO('o', 26) 191 #define VIDEO_SET_DISPLAY_FORMAT _IO('o', 29) 193 #define VIDEO_FAST_FORWARD _IO('o', 31) 194 #define VIDEO_SLOWMOTION _IO('o', 32) 196 #define VIDEO_CLEAR_BUFFER _IO('o', 34) [all …]
|
/external/kernel-headers/original/uapi/linux/raid/ |
D | md_u.h | 43 #define RAID_AUTORUN _IO (MD_MAJOR, 0x14) 47 #define CLEAR_ARRAY _IO (MD_MAJOR, 0x20) 49 #define HOT_REMOVE_DISK _IO (MD_MAJOR, 0x22) 51 #define SET_DISK_INFO _IO (MD_MAJOR, 0x24) 52 #define WRITE_RAID_INFO _IO (MD_MAJOR, 0x25) 53 #define UNPROTECT_ARRAY _IO (MD_MAJOR, 0x26) 54 #define PROTECT_ARRAY _IO (MD_MAJOR, 0x27) 55 #define HOT_ADD_DISK _IO (MD_MAJOR, 0x28) 56 #define SET_DISK_FAULTY _IO (MD_MAJOR, 0x29) 57 #define HOT_GENERATE_ERROR _IO (MD_MAJOR, 0x2a) [all …]
|
/external/kernel-headers/original/uapi/linux/usb/ |
D | tmc.h | 78 #define USBTMC_IOCTL_INDICATOR_PULSE _IO(USBTMC_IOC_NR, 1) 79 #define USBTMC_IOCTL_CLEAR _IO(USBTMC_IOC_NR, 2) 80 #define USBTMC_IOCTL_ABORT_BULK_OUT _IO(USBTMC_IOC_NR, 3) 81 #define USBTMC_IOCTL_ABORT_BULK_IN _IO(USBTMC_IOC_NR, 4) 82 #define USBTMC_IOCTL_CLEAR_OUT_HALT _IO(USBTMC_IOC_NR, 6) 83 #define USBTMC_IOCTL_CLEAR_IN_HALT _IO(USBTMC_IOC_NR, 7) 97 #define USBTMC488_IOCTL_GOTO_LOCAL _IO(USBTMC_IOC_NR, 20) 98 #define USBTMC488_IOCTL_LOCAL_LOCKOUT _IO(USBTMC_IOC_NR, 21) 99 #define USBTMC488_IOCTL_TRIGGER _IO(USBTMC_IOC_NR, 22) 109 #define USBTMC_IOCTL_CANCEL_IO _IO(USBTMC_IOC_NR, 35) [all …]
|
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | tbio.h | 45 #define LTP_TBIO_CLONE _IO(MAG_NUM,1) 46 #define LTP_TBIO_ALLOC _IO(MAG_NUM,2) 47 #define LTP_TBIO_GET_NR_VECS _IO(MAG_NUM,3) 48 #define LTP_TBIO_PUT _IO(MAG_NUM,4) 49 #define LTP_TBIO_SPLIT _IO(MAG_NUM,5) 50 #define LTP_TBIO_DO_IO _IO(MAG_NUM,6) 51 #define LTP_TBIO_ADD_PAGE _IO(MAG_NUM,7)
|
/external/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | tusb.h | 27 #define FIND_DEV _IO(MAG_NUM, 1) 28 #define TEST_FIND_HCD _IO(MAG_NUM, 2) 29 #define TEST_HCD_PROBE _IO(MAG_NUM, 3) 30 #define TEST_HCD_REMOVE _IO(MAG_NUM, 4) 31 #define TEST_HCD_SUSPEND _IO(MAG_NUM, 5) 32 #define TEST_HCD_RESUME _IO(MAG_NUM, 6)
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 62 #define F2FS_IOC_START_ATOMIC_WRITE _IO(F2FS_IOCTL_MAGIC, 1) 63 #define F2FS_IOC_COMMIT_ATOMIC_WRITE _IO(F2FS_IOCTL_MAGIC, 2) 64 #define F2FS_IOC_START_VOLATILE_WRITE _IO(F2FS_IOCTL_MAGIC, 3) 65 #define F2FS_IOC_RELEASE_VOLATILE_WRITE _IO(F2FS_IOCTL_MAGIC, 4) 66 #define F2FS_IOC_ABORT_VOLATILE_WRITE _IO(F2FS_IOCTL_MAGIC, 5) 68 #define F2FS_IOC_WRITE_CHECKPOINT _IO(F2FS_IOCTL_MAGIC, 7) 80 #define F2FS_IOC_PRECACHE_EXTENTS _IO(F2FS_IOCTL_MAGIC, 15) 91 #define F2FS_IOC_DECOMPRESS_FILE _IO(F2FS_IOCTL_MAGIC, 23) 92 #define F2FS_IOC_COMPRESS_FILE _IO(F2FS_IOCTL_MAGIC, 24) 138 #define FS_IOC_ENABLE_VERITY _IO('f', 133)
|
/external/kernel-headers/original/uapi/sound/ |
D | compress_offload.h | 177 #define SNDRV_COMPRESS_PAUSE _IO('C', 0x30) 178 #define SNDRV_COMPRESS_RESUME _IO('C', 0x31) 179 #define SNDRV_COMPRESS_START _IO('C', 0x32) 180 #define SNDRV_COMPRESS_STOP _IO('C', 0x33) 181 #define SNDRV_COMPRESS_DRAIN _IO('C', 0x34) 182 #define SNDRV_COMPRESS_NEXT_TRACK _IO('C', 0x35) 183 #define SNDRV_COMPRESS_PARTIAL_DRAIN _IO('C', 0x36)
|