|
libexplain
1.4.D001
|
#include <libexplain/ac/sys/ioctl.h>#include <libexplain/iocontrol/generic.h>#include <libexplain/iocontrol/table.h>Go to the source code of this file.
Functions | |
| const explain_iocontrol_t * | explain_iocontrol_find_by_number (int fildes, int request, const void *data) |
| const explain_iocontrol_t* explain_iocontrol_find_by_number | ( | int | fildes, |
| int | request, | ||
| const void * | data | ||
| ) |
The explain_iocontrol_find_by_number function may be used to locate an ioctl by number. A few ioctl(2) calls are ambiguous, so the more information you can give the better.
| fildes | The file descriptor the ioctl(2) call is made against |
| request | The request passed to the ioctl(2) system call. |
| data | The data passed to the ioctl(2) system call. |
Definition at line 26 of file request_by_number.c.
1.7.6.1