Home
last modified time | relevance | path

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

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