HomeSort by: relevance | last modified time | path
    Searched defs:emul_termios (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/ultrix/
ultrix_ioctl.c 61 #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)
276 btios2stios(struct termios *bt, struct emul_termios *st)
424 stios2stio(struct emul_termios *ts, struct emul_termio *t)
440 stio2stios(struct emul_termio *t, struct emul_termios *ts)
ultrix_ioctl.c 61 #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)
276 btios2stios(struct termios *bt, struct emul_termios *st)
424 stios2stio(struct emul_termios *ts, struct emul_termio *t)
440 stio2stios(struct emul_termio *t, struct emul_termios *ts)

Completed in 52 milliseconds