Module ioctl

Source
Expand description

ioctl constants for use with linux_io::File::ioctl.

This exposes the lower-level ioctl constants that the higher-level API is implemented in terms of, in case you need to do something the wrapping API cannot yet do, or in case you just prefer working this way.

The constants are categorized the same way as they are in the kernel API docs, split into:

Modulesยง

device
Constants for device ioctls.
system
Constants for system ioctls.
vcpu
Constants for VCPU ioctls.
vm
Constants for VM ioctls.