Skip to main content

SYS_IOCTL

Constant SYS_IOCTL 

Source
pub const SYS_IOCTL: usize = 443; // 443usize
Expand description

Perform device-specific I/O control operations.

  • fd: file descriptor
  • cmd: device-specific command code
  • arg: command-specific argument

The behavior depends entirely on the device driver.