Searched refs:emul_termios (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/ultrix/
H A Dultrix_ioctl.c61 #define emul_termios ultrix_termios macro
122 static void stios2btios(struct emul_termios *, struct termios *);
123 static void btios2stios(struct termios *, struct emul_termios *);
124 static void stios2stio(struct emul_termios *, struct emul_termio *);
125 static void stio2stios(struct emul_termio *, struct emul_termios *);
144 stios2btios(struct emul_termios *st, struct termios *bt)
274 btios2stios(struct termios *bt, struct emul_termios *st)
420 stios2stio(struct emul_termios *ts, struct emul_termio *t)
434 stio2stios(struct emul_termio *t, struct emul_termios *ts)

Completed in 157 milliseconds