/third_party/libinput/include/linux/freebsd/ |
H A D | input.h | 133 #define EVIOCGNAME(len) _IOC(IOC_OUT, 'E', 0x06, len) /* get device name */ 134 #define EVIOCGPHYS(len) _IOC(IOC_OUT, 'E', 0x07, len) /* get physical location */ 135 #define EVIOCGUNIQ(len) _IOC(IOC_OUT, 'E', 0x08, len) /* get unique identifier */ 136 #define EVIOCGPROP(len) _IOC(IOC_OUT, 'E', 0x09, len) /* get device properties */ 164 #define EVIOCGKEY(len) _IOC(IOC_OUT, 'E', 0x18, len) /* get global key state */ 165 #define EVIOCGLED(len) _IOC(IOC_OUT, 'E', 0x19, len) /* get all LEDs */ 166 #define EVIOCGSND(len) _IOC(IOC_OUT, 'E', 0x1a, len) /* get all sounds status */ 167 #define EVIOCGSW(len) _IOC(IOC_OUT, 'E', 0x1b, len) /* get all switch states */ 169 #define EVIOCGBIT(ev,len) _IOC(IOC_OUT, 'E', 0x20 + (ev), len) /* get event bits */
|
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 405 #define IOC_OUT 0x40000000UL /* copy out parameters */ macro 407 #define IOC_INOUT (IOC_IN|IOC_OUT) 412 #define _IOR(x,y,t) ((long)(IOC_OUT|((sizeof(t)&IOCPARM_MASK)<<16)|((x)<<8)|(y)))
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_device.c | 392 if (cmd & IOC_OUT) in virtio_simple_ioctl() 407 if (cmd & IOC_OUT) in virtio_simple_ioctl()
|
/third_party/libdrm/ |
H A D | xf86drm.h | 64 #define DRM_IOC_READ IOC_OUT
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 332 pub const IOC_OUT: u32 = 2147483648; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 337 pub const IOC_OUT: u32 = 2147483648; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 337 pub const IOC_OUT: u32 = 2147483648; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 344 pub const IOC_OUT: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 341 pub const IOC_OUT: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 344 pub const IOC_OUT: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 341 pub const IOC_OUT: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 331 pub const IOC_OUT: u32 = 2147483648; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 336 pub const IOC_OUT: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 332 pub const IOC_OUT: u32 = 2147483648; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 336 pub const IOC_OUT: u32 = 1073741824; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 332 pub const IOC_OUT: u32 = 2147483648; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 333 pub const IOC_OUT: u32 = 2147483648; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 332 pub const IOC_OUT: u32 = 2147483648; consts
|