pub const SYS_IOCTL: usize = 443; // 443usizeExpand description
Perform device-specific I/O control operations.
fd: file descriptorcmd: device-specific command codearg: command-specific argument
The behavior depends entirely on the device driver.