Searched refs:ioctl_read (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ioctl.rs | 10 ioctl_read!(read_test, 0, 0, u32); 282 ioctl_read!(g_audio, b'V', 33, v4l2_audio); 359 ioctl_read!(tiocgeta, TTY_IOC_MAGIC, TTY_IOC_TYPE_GETA, termios);
|
/third_party/rust/crates/nix/src/sys/ioctl/ |
H A D | mod.rs | 54 //! macro, we know it's a `read` ioctl and can use the `ioctl_read!` macro as follows: 60 //! ioctl_read!(spi_read_mode, SPI_IOC_MAGIC, SPI_IOC_TYPE_MODE, u8); 133 //! The generated function has the same form as that generated by `ioctl_read!`: 212 //! ioctl_read! { 376 /// ioctl_read!(spi_read_mode, SPI_IOC_MAGIC, SPI_IOC_TYPE_MODE, u8); 380 macro_rules! ioctl_read { macros
|
Completed in 3 milliseconds