std › os › linux › IOCTL › IORIORFunction parametersParameters#io_type:u8nr:u8T:typeType definitions in this namespaceTypes#RequestFunctions in this namespaceFunctions#IOIORIOWIOWRSourceImplementation#pub fn IOR(io_type: u8, nr: u8, comptime T: type) u32 { return io_impl(bits.read, io_type, nr, T); }