Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
chan_ops Struct Reference

#include <chan_user.h>

Data Fields

chartype
 
void *(* init )(char *, int, const struct chan_opts *)
 
int(* open )(int, int, int, void *, char **)
 
void(* close )(int, void *)
 
int(* read )(int, char *, void *)
 
int(* write )(int, const char *, int, void *)
 
int(* console_write )(int, const char *, int)
 
int(* window_size )(int, void *, unsigned short *, unsigned short *)
 
void(* free )(void *)
 
int winch
 

Detailed Description

Definition at line 17 of file chan_user.h.

Field Documentation

void(* close)(int, void *)

Definition at line 21 of file chan_user.h.

int(* console_write)(int, const char *, int)

Definition at line 24 of file chan_user.h.

void(* free)(void *)

Definition at line 26 of file chan_user.h.

void*(* init)(char *, int, const struct chan_opts *)

Definition at line 19 of file chan_user.h.

int(* open)(int, int, int, void *, char **)

Definition at line 20 of file chan_user.h.

int(* read)(int, char *, void *)

Definition at line 22 of file chan_user.h.

Definition at line 18 of file chan_user.h.

Definition at line 27 of file chan_user.h.

int(* window_size)(int, void *, unsigned short *, unsigned short *)

Definition at line 25 of file chan_user.h.

int(* write)(int, const char *, int, void *)

Definition at line 23 of file chan_user.h.


The documentation for this struct was generated from the following file: