Home
last modified time | relevance | path

Searched refs:sunos_termio (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/compat/sunos/
H A Dsunos.h95 struct sunos_termio { struct
103 #define SUNOS_TCGETA _IOR('T', 1, struct sunos_termio) argument
104 #define SUNOS_TCSETA _IOW('T', 2, struct sunos_termio)
105 #define SUNOS_TCSETAW _IOW('T', 3, struct sunos_termio)
106 #define SUNOS_TCSETAF _IOW('T', 4, struct sunos_termio)
H A Dsunos_ioctl.c107 static void stios2stio(struct sunos_termios *, struct sunos_termio *);
108 static void stio2stios(struct sunos_termio *, struct sunos_termios *);
377 stios2stio(struct sunos_termios *ts, struct sunos_termio *t) in stios2stio()
390 stio2stios(struct sunos_termio *t, struct sunos_termios *ts) in stio2stios()
551 struct sunos_termio st; in sunos_sys_ioctl()
572 struct sunos_termio st; in sunos_sys_ioctl()
/netbsd/sys/compat/sunos32/
H A Dsunos32_ioctl.c143 static void stios2stio(struct sunos_termios *, struct sunos_termio *);
144 static void stio2stios(struct sunos_termio *, struct sunos_termios *);
413 stios2stio(struct sunos_termios *ts, struct sunos_termio *t) in stios2stio()
426 stio2stios(struct sunos_termio *t, struct sunos_termios *ts) in stio2stios()
575 struct sunos_termio st; in sunos32_sys_ioctl()
597 struct sunos_termio st; in sunos32_sys_ioctl()