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

  /src/sys/compat/ultrix/
ultrix_tty.h 35 struct ultrix_termios { struct
46 #define ULTRIX_TCGETS _IOR('t', 85, struct ultrix_termios)
47 #define ULTRIX_TCSETS _IOW('t', 84, struct ultrix_termios) /* set termios */
48 #define ULTRIX_TCSETSW _IOW('t', 83, struct ultrix_termios) /* Drain&set,*/
49 #define ULTRIX_TCSETSF _IOW('t', 82, struct ultrix_termios) /*Drainflush,set*/
ultrix_ioctl.c 61 #define emul_termios ultrix_termios
563 struct ultrix_termios sts;
584 struct ultrix_termios sts;
625 struct ultrix_termios sts;

Completed in 11 milliseconds