Penguin
Note: You are viewing an old revision of this page. View the current version.

IOCTL_LIST

IOCTL_LIST

NAME DESCRIPTION


NAME

ioctl_list - list of ioctl calls in Linux/i386 kernel

DESCRIPTION

This is Ioctl List 1.3.27, a list of ioctl calls in Linux/i386 kernel 1.3.27. It contains 421 ioctls from /usr/include/{asm,linux}/*.h. For each ioctl, I list its numerical value, its name, and its argument type.

An argument type of 'const struct foo *' means the argument is input to the kernel. 'struct foo *' means the kernel outputs the argument. If the kernel uses the argument for both input and output, this is marked with // I-O.

Some ioctls take more arguments or return more values than a single structure. These are marked // MORE and documented further in a separate section.

This list is incomplete. It does not include: -- Ioctls defined internal to the kernel ('scsi_ioctl.h'). -- Ioctls defined in modules distributed separately from the kernel. And, of course, I may have errors and omissions. Please e-mail changes and comments to


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.