IOC_SIZEBITS

Constant IOC_SIZEBITS 

Source
pub const IOC_SIZEBITS: usize = 14;
Expand description

The number of bits used to represent the size of the argument to the ioctl(2) call.

For Alpha (not supported by Rust), MIPS, and PowerPC, this is 13 bits. For all other architectures, this is 14 bits.

For SPARC, this is 14 bits with an overlap on the direction field.

References: