Go to the source code of this file.
Functions | |
void | eusioctl (context *ctx, pointer mod) |
static pointer | getbuf (int n, pointer x, int bufsize) |
static int | getfd (pointer x) |
static pointer | ioctl_int (int n, argv, ctlcode) |
static pointer | ioctl_struct (int n, argv, ctlcode, int bufsize) |
pointer | IOCTL_TCGETA (context *ctx, int n, argv) |
pointer | IOCTL_TCGETS (context *ctx, int n, argv) |
pointer | IOCTL_TCSETA (context *ctx, int n, argv) |
pointer | IOCTL_TCSETAF (context *ctx, int n, argv) |
pointer | IOCTL_TCSETAW (int n, argv) |
pointer | IOCTL_TCSETS (context *ctx, int n, argv) |
pointer | IOCTL_TCSETSF (context *ctx, int n, argv) |
pointer | IOCTL_TCSETSW (context *ctx, int n, argv) |
pointer | TCGETATTR (context *ctx, int n, argv) |
pointer | TCSETATTR (context *ctx, int n, argv) |
Variables | |
int | errno |
static char * | rcsid = "@(#)$Id$" |
Definition at line 247 of file eusioctl.c.
Definition at line 31 of file eusioctl.c.
Definition at line 23 of file eusioctl.c.
Definition at line 51 of file eusioctl.c.
static pointer ioctl_struct | ( | int | n, |
argv | , | ||
ctlcode | , | ||
int | bufsize | ||
) | [static] |
Definition at line 39 of file eusioctl.c.
pointer IOCTL_TCGETA | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 200 of file eusioctl.c.
pointer IOCTL_TCGETS | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 175 of file eusioctl.c.
pointer IOCTL_TCSETA | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 206 of file eusioctl.c.
pointer IOCTL_TCSETAF | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 212 of file eusioctl.c.
pointer IOCTL_TCSETAW | ( | int | n, |
argv | |||
) |
Definition at line 218 of file eusioctl.c.
pointer IOCTL_TCSETS | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 181 of file eusioctl.c.
pointer IOCTL_TCSETSF | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 193 of file eusioctl.c.
pointer IOCTL_TCSETSW | ( | context * | ctx, |
int | n, | ||
argv | |||
) |
Definition at line 187 of file eusioctl.c.
int errno |
char* rcsid = "@(#)$Id$" [static] |
Definition at line 7 of file eusioctl.c.