/external/kernel-headers/original/uapi/xen/ |
D | evtchn.h | 42 _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq)) 52 _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain)) 62 _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port)) 71 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) 80 _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify)) 87 _IOC(_IOC_NONE, 'E', 5, 0) 99 _IOC(_IOC_NONE, 'E', 6, sizeof(struct ioctl_evtchn_restrict_domid))
|
D | privcmd.h | 106 _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall)) 108 _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap)) 110 _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch)) 112 _IOC(_IOC_NONE, 'P', 4, sizeof(struct privcmd_mmapbatch_v2)) 114 _IOC(_IOC_NONE, 'P', 5, sizeof(struct privcmd_dm_op)) 116 _IOC(_IOC_NONE, 'P', 6, sizeof(domid_t))
|
D | gntdev.h | 52 _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref)) 72 _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref)) 95 _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr)) 115 _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants)) 133 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify)) 192 _IOC(_IOC_NONE, 'G', 8, sizeof(struct ioctl_gntdev_grant_copy))
|
D | gntalloc.h | 20 _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref)) 44 _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref)) 64 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify))
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | ioctl.h | 69 #define _IOC(dir,type,nr,size) \ macro 85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) 86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) 87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) 88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) 89 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) 90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) 91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size))
|
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 123 #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ 124 #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ 125 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ 126 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ 152 #define EVIOCGMTSLOTS(len) _IOC(_IOC_READ, 'E', 0x0a, len) 154 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ 155 #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs */ 156 #define EVIOCGSND(len) _IOC(_IOC_READ, 'E', 0x1a, len) /* get all sounds status */ 157 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */ 159 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */
|
D | hidraw.h | 37 #define HIDIOCGRAWNAME(len) _IOC(_IOC_READ, 'H', 0x04, len) 38 #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) 40 #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) 41 #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len)
|
D | hiddev.h | 160 #define HIDIOCGNAME(len) _IOC(_IOC_READ, 'H', 0x06, len) 172 #define HIDIOCGPHYS(len) _IOC(_IOC_READ, 'H', 0x12, len)
|
D | joystick.h | 63 #define JSIOCGNAME(len) _IOC(_IOC_READ, 'j', 0x13, len) /* get identifier string */
|
D | uinput.h | 161 #define UI_GET_SYSNAME(len) _IOC(_IOC_READ, UINPUT_IOCTL_BASE, 44, len)
|
/external/strace/tests/ |
D | ioctl_evdev.c | 258 ioctl(-1, _IOC(_IOC_READ, 0x45, 0x1, 0xff), lmagic); in main() 262 ioctl(-1, _IOC(_IOC_WRITE, 0x45, 0x1, 0xff), lmagic); in main() 266 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x45, 0xfe, 0xff), lmagic); in main() 270 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x45, 0, 0), lmagic); in main()
|
D | ioctl.c | 97 (void) ioctl(-1, _IOC(_IOC_WRITE, 0xde, 0, 0), (kernel_ulong_t) -1ULL); in main()
|
D | ioctl_block.c | 200 ioctl(-1, _IOC(_IOC_READ, 0x12, 0xfe, 0xff), lmagic); in main()
|
D | ioctl_mtd.c | 192 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x4d, 0xfe, 0xff), lmagic); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 258 ioctl(-1, _IOC(_IOC_READ, 0x45, 0x1, 0xff), lmagic); in main() 262 ioctl(-1, _IOC(_IOC_WRITE, 0x45, 0x1, 0xff), lmagic); in main() 266 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x45, 0xfe, 0xff), lmagic); in main() 270 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x45, 0, 0), lmagic); in main()
|
D | ioctl.c | 97 (void) ioctl(-1, _IOC(_IOC_WRITE, 0xde, 0, 0), (kernel_ulong_t) -1ULL); in main()
|
D | ioctl_block.c | 200 ioctl(-1, _IOC(_IOC_READ, 0x12, 0xfe, 0xff), lmagic); in main()
|
D | ioctl_mtd.c | 192 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x4d, 0xfe, 0xff), lmagic); in main()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 258 ioctl(-1, _IOC(_IOC_READ, 0x45, 0x1, 0xff), lmagic); in main() 262 ioctl(-1, _IOC(_IOC_WRITE, 0x45, 0x1, 0xff), lmagic); in main() 266 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x45, 0xfe, 0xff), lmagic); in main() 270 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x45, 0, 0), lmagic); in main()
|
D | ioctl.c | 97 (void) ioctl(-1, _IOC(_IOC_WRITE, 0xde, 0, 0), (kernel_ulong_t) -1ULL); in main()
|
D | ioctl_block.c | 200 ioctl(-1, _IOC(_IOC_READ, 0x12, 0xfe, 0xff), lmagic); in main()
|
D | ioctl_mtd.c | 192 ioctl(-1, _IOC(_IOC_READ|_IOC_WRITE, 0x4d, 0xfe, 0xff), lmagic); in main()
|
D | ioctl_dm.c | 170 _IOC(_IOC_READ, DM_IOCTL, 0, 0x1fff); in main() 172 _IOC(_IOC_READ|_IOC_WRITE, DM_IOCTL, 0xed, 0); in main()
|
/external/valgrind/none/tests/ |
D | ioctl_moans.c | 13 #define IOCTL_REQUEST_BASE (0x12345670 | _IOC(_IOC_NONE,0,0,0))
|
/external/kernel-headers/original/uapi/sound/ |
D | sb16_csp.h | 110 _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode))
|