Module kernel::ioctl

source ·
Expand description

ioctl() number definitions

C header: include/asm-generic/ioctl.h

Functions

  • Build an ioctl number for an argumentless ioctl.
  • Get the ioctl direction from an ioctl number.
  • Get the ioctl number from an ioctl number.
  • Get the ioctl size from an ioctl number.
  • Get the ioctl type from an ioctl number.
  • Build an ioctl number for an read-only ioctl.
  • Build an ioctl number for an write-only ioctl.
  • Build an ioctl number for a read-write ioctl.