libexplain  1.4.D001
Functions
libexplain/buffer/tioclinux.c File Reference
#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)

Function Documentation

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.

Parameters:
sbThe string buffer to print into.
dataThe data to be decoded.

Definition at line 193 of file tioclinux.c.