sunos_termio
#define SUNOS_TCGETA _IOR('T', 1, struct sunos_termio)
#define SUNOS_TCSETA _IOW('T', 2, struct sunos_termio)
#define SUNOS_TCSETAW _IOW('T', 3, struct sunos_termio)
#define SUNOS_TCSETAF _IOW('T', 4, struct sunos_termio)
static void stios2stio(struct sunos_termios *, struct sunos_termio *);
static void stio2stios(struct sunos_termio *, struct sunos_termios *);
stios2stio(struct sunos_termios *ts, struct sunos_termio *t)
stio2stios(struct sunos_termio *t, struct sunos_termios *ts)
struct sunos_termio st;
struct sunos_termio st;
static void stios2stio(struct sunos_termios *, struct sunos_termio *);
static void stio2stios(struct sunos_termio *, struct sunos_termios *);
stios2stio(struct sunos_termios *ts, struct sunos_termio *t)
stio2stios(struct sunos_termio *t, struct sunos_termios *ts)
struct sunos_termio st;
struct sunos_termio st;