libexplain
1.4.D001
|
#include <libexplain/ac/string.h>
#include <libexplain/iocontrol.h>
#include <libexplain/iocontrol/table.h>
Go to the source code of this file.
Functions | |
const explain_iocontrol_t * | explain_iocontrol_request_by_name (const char *name) |
const explain_iocontrol_t* explain_iocontrol_request_by_name | ( | const char * | name | ) |
The explain_iocontrol_request_by_name function may be used to locate an ioctl by name.
name | The name of the ioctl(2) request. |
Definition at line 27 of file request_by_name.c.