HomeFreeBSD

Add a tool to decode ioctl commands.

Description

Add a tool to decode ioctl commands.

One or more ioctl command values can be passed as arguments on the command
line. For each value, the command is broken down into it's components
(direction, group, number, and length). In addition, if a command has a
known name it is output via sysdecode_ioctlname().

Reviewed by: kib, emaste, avg
Approved by: re (gjb)
Differential Revision: https://reviews.freebsd.org/D6851

Details

Provenance
jhbAuthored on
Reviewer
kib
Differential Revision
D6851: Add a tool to decode ioctl commands.
Parents
rS301930: Move backend-specific fields of kaiocb into a union.
Branches
Unknown
Tags
Unknown