Searched refs:IoctlIn (Results 1 – 2 of 2) sorted by relevance
964 pub struct IoctlIn { struct972 unsafe impl DataInit for IoctlIn {} argument
1323 let IoctlIn { in ioctl() localVariable1330 } = IoctlIn::from_reader(&mut r).map_err(Error::DecodeMessage)?; in ioctl()