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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c426 static struct termios stored_syscon_termios; variable in typeref:struct:termios
2900 stored_syscon_termios = dflt_termios;
2914 stored_syscon_termios.c_iflag = iflags;
2915 stored_syscon_termios.c_oflag = oflags;
2916 stored_syscon_termios.c_cflag = cflags;
2917 stored_syscon_termios.c_lflag = lflags;
2919 stored_syscon_termios.c_cc[i] = (char)cc[i];
2931 stored_syscon_termios.c_iflag = (ushort_t)iflags;
2932 stored_syscon_termios.c_oflag = (ushort_t)oflags;
2933 stored_syscon_termios
[all...]

Completed in 63 milliseconds