|
libexplain
1.4.D001
|
#include <libexplain/ac/linux/tiocl.h>#include <libexplain/ac/stdint.h>#include <libexplain/ac/string.h>#include <libexplain/buffer/int.h>#include <libexplain/buffer/int32_t.h>#include <libexplain/buffer/int8.h>#include <libexplain/buffer/pointer.h>#include <libexplain/buffer/tioclinux.h>#include <libexplain/parse_bits.h>#include <libexplain/is_efault.h>#include <libexplain/sizeof.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_tioclinux (explain_string_buffer_t *sb, const void *data) |
| void explain_buffer_tioclinux | ( | explain_string_buffer_t * | sb, |
| const void * | data | ||
| ) |
The explain_buffer_tioclinux function may be used to print a representation of the value passed to the TIOCLINUX iotcl request.
| sb | The string buffer to print into. |
| data | The data to be decoded. |
Definition at line 193 of file tioclinux.c.
1.7.6.1