| UbixOS V2
    2.0
    | 
#include <ioctl.h>

| Data Fields | |
| cc_t | c_cc [20] | 
| tcflag_t | c_cflag | 
| tcflag_t | c_iflag | 
| speed_t | c_ispeed | 
| tcflag_t | c_lflag | 
| tcflag_t | c_oflag | 
| speed_t | c_ospeed | 
| cc_t termios::c_cc[20] | 
Definition at line 41 of file ioctl.h.
Referenced by sys_ioctl().
| tcflag_t termios::c_cflag | 
Definition at line 39 of file ioctl.h.
Referenced by sys_ioctl().
| tcflag_t termios::c_iflag | 
Definition at line 37 of file ioctl.h.
Referenced by sys_ioctl().
| speed_t termios::c_ispeed | 
Definition at line 42 of file ioctl.h.
Referenced by sys_ioctl().
| tcflag_t termios::c_lflag | 
Definition at line 40 of file ioctl.h.
Referenced by sys_ioctl().
| tcflag_t termios::c_oflag | 
Definition at line 38 of file ioctl.h.
Referenced by sys_ioctl().
| speed_t termios::c_ospeed | 
Definition at line 43 of file ioctl.h.
Referenced by sys_ioctl().