libexplain  1.4.D001
Functions
libexplain/iocontrol/request_by_name.c File Reference
#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_texplain_iocontrol_request_by_name (const char *name)

Function Documentation

The explain_iocontrol_request_by_name function may be used to locate an ioctl by name.

Parameters:
nameThe name of the ioctl(2) request.
Returns:
a pointer to an iocontrol object, that may be used to describe the call the ioctl(2) system call; or NULL if not found.

Definition at line 27 of file request_by_name.c.