HomeSort by: relevance | last modified time | path
    Searched refs:sunos_termios (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/compat/sunos/
sunos.h 109 struct sunos_termios { struct
119 #define SUNOS_TCGETS _IOR('T', 8, struct sunos_termios)
120 #define SUNOS_TCSETS _IOW('T', 9, struct sunos_termios)
121 #define SUNOS_TCSETSW _IOW('T', 10, struct sunos_termios)
122 #define SUNOS_TCSETSF _IOW('T', 11, struct sunos_termios)
sunos_ioctl.c 105 static void stios2btios(struct sunos_termios *, struct termios *);
106 static void btios2stios(struct termios *, struct sunos_termios *);
107 static void stios2stio(struct sunos_termios *, struct sunos_termio *);
108 static void stio2stios(struct sunos_termio *, struct sunos_termios *);
126 stios2btios(struct sunos_termios *st, struct termios *bt)
248 btios2stios(struct termios *bt, struct sunos_termios *st)
377 stios2stio(struct sunos_termios *ts, struct sunos_termio *t)
390 stio2stios(struct sunos_termio *t, struct sunos_termios *ts)
550 struct sunos_termios sts;
571 struct sunos_termios sts
    [all...]
  /src/sys/compat/sunos32/
sunos32_ioctl.c 141 static void stios2btios(struct sunos_termios *, struct termios *);
142 static void btios2stios(struct termios *, struct sunos_termios *);
143 static void stios2stio(struct sunos_termios *, struct sunos_termio *);
144 static void stio2stios(struct sunos_termio *, struct sunos_termios *);
162 stios2btios(struct sunos_termios *st, struct termios *bt)
284 btios2stios(struct termios *bt, struct sunos_termios *st)
413 stios2stio(struct sunos_termios *ts, struct sunos_termio *t)
426 stio2stios(struct sunos_termio *t, struct sunos_termios *ts)
574 struct sunos_termios sts;
596 struct sunos_termios sts
    [all...]

Completed in 15 milliseconds