Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 25 of 8386) sorted by relevance

12345678910>>...336

/dports/lang/nim/nim-1.6.2/lib/posix/
H A Dtermios.nim21 Termios* {.importc: "struct termios", header: "<termios.h>".} = object
32 Termios* {.importc: "struct termios", header: "<termios.h>".} = object
42 VINTR* {.importc, header: "<termios.h>".}: cint
46 VEOF* {.importc, header: "<termios.h>".}: cint
48 VMIN* {.importc, header: "<termios.h>".}: cint
52 VEOL* {.importc, header: "<termios.h>".}: cint
196 header: "<termios.h>".}
200 header: "<termios.h>".}
221 header: "<termios.h>".}
232 header: "<termios.h>".}
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/unix/System/Posix/Terminal/
H A DCommon.hsc148 withoutMode termios IgnoreCR = clearInputFlag (#const IGNCR) termios function
166 withoutMode termios EchoLF = clearLocalFlag (#const ECHONL) termios function
175 withMode termios MapCRtoLF = setInputFlag (#const ICRNL) termios function
176 withMode termios IgnoreBreak = setInputFlag (#const IGNBRK) termios function
177 withMode termios IgnoreCR = setInputFlag (#const IGNCR) termios function
179 withMode termios MapLFtoCR = setInputFlag (#const INLCR) termios function
180 withMode termios CheckParity = setInputFlag (#const INPCK) termios function
192 withMode termios EnableEcho = setLocalFlag (#const ECHO) termios function
193 withMode termios EchoErase = setLocalFlag (#const ECHOE) termios function
194 withMode termios EchoKill = setLocalFlag (#const ECHOK) termios function
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/syntax/syntax-ca482ff0125a/vendor/github.com/pkg/term/
H A Dterm_posix.go57 termios.Cfmakecbreak(a)
58 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
72 termios.Cfmakeraw(a)
73 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
99 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
153 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
175 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
180 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
183 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
186 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/textoutput/textoutput-1.12.10/vendor/github.com/pkg/term/
H A Dterm_posix.go57 termios.Cfmakecbreak(a)
58 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
72 termios.Cfmakeraw(a)
73 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
99 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
153 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
175 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
180 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
183 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
186 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/pkg/term/term-f749b98bd0ba/
H A Dterm_posix.go57 termios.Cfmakecbreak(a)
58 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
72 termios.Cfmakeraw(a)
73 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
99 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
153 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
175 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
180 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
183 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
186 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/pkg/term/
H A Dterm_posix.go57 termios.Cfmakecbreak(a)
58 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
72 termios.Cfmakeraw(a)
73 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
99 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
153 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
175 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
180 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
183 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
186 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/vt100/vt100-1.9.9/vendor/github.com/pkg/term/
H A Dterm_posix.go57 termios.Cfmakecbreak(a)
58 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
72 termios.Cfmakeraw(a)
73 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
99 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
153 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
175 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
180 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
183 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
186 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, a)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/asm-generic/
H A Dtermios.h27 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp; in user_termio_to_kernel_termios()
31 termios->c_oflag = (0xffff0000 & termios->c_oflag) | tmp; in user_termio_to_kernel_termios()
35 termios->c_cflag = (0xffff0000 & termios->c_cflag) | tmp; in user_termio_to_kernel_termios()
39 termios->c_lflag = (0xffff0000 & termios->c_lflag) | tmp; in user_termio_to_kernel_termios()
41 if (get_user(termios->c_line, &termio->c_line) < 0) in user_termio_to_kernel_termios()
57 struct ktermios *termios) in kernel_termios_to_user_termio() argument
84 struct termios __user *u) in user_termios_to_kernel_termios_1()
86 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios_1()
92 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios_1()
96 struct termios __user *u) in user_termios_to_kernel_termios()
[all …]
H A Dtermios-base.h22 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp; in user_termio_to_kernel_termios()
26 termios->c_oflag = (0xffff0000 & termios->c_oflag) | tmp; in user_termio_to_kernel_termios()
30 termios->c_cflag = (0xffff0000 & termios->c_cflag) | tmp; in user_termio_to_kernel_termios()
34 termios->c_lflag = (0xffff0000 & termios->c_lflag) | tmp; in user_termio_to_kernel_termios()
36 if (get_user(termios->c_line, &termio->c_line) < 0) in user_termio_to_kernel_termios()
52 struct ktermios *termios) in kernel_termios_to_user_termio() argument
54 if (put_user(termios->c_iflag, &termio->c_iflag) < 0 || in kernel_termios_to_user_termio()
55 put_user(termios->c_oflag, &termio->c_oflag) < 0 || in kernel_termios_to_user_termio()
56 put_user(termios->c_cflag, &termio->c_cflag) < 0 || in kernel_termios_to_user_termio()
57 put_user(termios->c_lflag, &termio->c_lflag) < 0 || in kernel_termios_to_user_termio()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/asm-generic/
H A Dtermios.h27 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp; in user_termio_to_kernel_termios()
31 termios->c_oflag = (0xffff0000 & termios->c_oflag) | tmp; in user_termio_to_kernel_termios()
35 termios->c_cflag = (0xffff0000 & termios->c_cflag) | tmp; in user_termio_to_kernel_termios()
39 termios->c_lflag = (0xffff0000 & termios->c_lflag) | tmp; in user_termio_to_kernel_termios()
41 if (get_user(termios->c_line, &termio->c_line) < 0) in user_termio_to_kernel_termios()
57 struct ktermios *termios) in kernel_termios_to_user_termio() argument
84 struct termios __user *u) in user_termios_to_kernel_termios_1()
86 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios_1()
92 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios_1()
96 struct termios __user *u) in user_termios_to_kernel_termios()
[all …]
H A Dtermios-base.h22 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp; in user_termio_to_kernel_termios()
26 termios->c_oflag = (0xffff0000 & termios->c_oflag) | tmp; in user_termio_to_kernel_termios()
30 termios->c_cflag = (0xffff0000 & termios->c_cflag) | tmp; in user_termio_to_kernel_termios()
34 termios->c_lflag = (0xffff0000 & termios->c_lflag) | tmp; in user_termio_to_kernel_termios()
36 if (get_user(termios->c_line, &termio->c_line) < 0) in user_termio_to_kernel_termios()
52 struct ktermios *termios) in kernel_termios_to_user_termio() argument
54 if (put_user(termios->c_iflag, &termio->c_iflag) < 0 || in kernel_termios_to_user_termio()
55 put_user(termios->c_oflag, &termio->c_oflag) < 0 || in kernel_termios_to_user_termio()
56 put_user(termios->c_cflag, &termio->c_cflag) < 0 || in kernel_termios_to_user_termio()
57 put_user(termios->c_lflag, &termio->c_lflag) < 0 || in kernel_termios_to_user_termio()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/asm-generic/
H A Dtermios.h27 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp; in user_termio_to_kernel_termios()
31 termios->c_oflag = (0xffff0000 & termios->c_oflag) | tmp; in user_termio_to_kernel_termios()
35 termios->c_cflag = (0xffff0000 & termios->c_cflag) | tmp; in user_termio_to_kernel_termios()
39 termios->c_lflag = (0xffff0000 & termios->c_lflag) | tmp; in user_termio_to_kernel_termios()
41 if (get_user(termios->c_line, &termio->c_line) < 0) in user_termio_to_kernel_termios()
57 struct ktermios *termios) in kernel_termios_to_user_termio() argument
84 struct termios __user *u) in user_termios_to_kernel_termios_1()
86 return copy_from_user(k, u, sizeof(struct termios)); in user_termios_to_kernel_termios_1()
92 return copy_to_user(u, k, sizeof(struct termios)); in kernel_termios_to_user_termios_1()
96 struct termios __user *u) in user_termios_to_kernel_termios()
[all …]
H A Dtermios-base.h22 termios->c_iflag = (0xffff0000 & termios->c_iflag) | tmp; in user_termio_to_kernel_termios()
26 termios->c_oflag = (0xffff0000 & termios->c_oflag) | tmp; in user_termio_to_kernel_termios()
30 termios->c_cflag = (0xffff0000 & termios->c_cflag) | tmp; in user_termio_to_kernel_termios()
34 termios->c_lflag = (0xffff0000 & termios->c_lflag) | tmp; in user_termio_to_kernel_termios()
36 if (get_user(termios->c_line, &termio->c_line) < 0) in user_termio_to_kernel_termios()
52 struct ktermios *termios) in kernel_termios_to_user_termio() argument
54 if (put_user(termios->c_iflag, &termio->c_iflag) < 0 || in kernel_termios_to_user_termio()
55 put_user(termios->c_oflag, &termio->c_oflag) < 0 || in kernel_termios_to_user_termio()
56 put_user(termios->c_cflag, &termio->c_cflag) < 0 || in kernel_termios_to_user_termio()
57 put_user(termios->c_lflag, &termio->c_lflag) < 0 || in kernel_termios_to_user_termio()
[all …]
/dports/comms/pr/pr/sbin/
H A DPortTest15 my $termios = POSIX::Termios->new;
51 $termios->getattr( fileno( DEV ) );
52 $tty_oldlflag = $termios->getlflag();
53 $tty_oldiflag = $termios->getiflag();
56 $termios->setcc( &POSIX::VMIN, 0 );
57 $termios->setcc( &POSIX::VTIME, 1 );
59 $termios->getattr( fileno( STDIN ) );
64 $termios->setcc( &POSIX::VMIN, 0 );
65 $termios->setcc( &POSIX::VTIME, 1 );
84 $termios->setcc( &POSIX::VMIN, 1 );
[all …]
/dports/comms/py-pyserial/pyserial-3.5/serial/
H A Dserialposix.py38 import termios
403 cflag |= (termios.CLOCAL | termios.CREAD)
404 lflag &= ~(termios.ICANON | termios.ECHO | termios.ECHOE |
405 termios.ECHOK | termios.ECHONL |
411 oflag &= ~(termios.OPOST | termios.ONLCR | termios.OCRNL)
412 iflag &= ~(termios.INLCR | termios.IGNCR | termios.ICRNL | termios.IGNBRK)
465 iflag &= ~(termios.INPCK | termios.ISTRIP)
487 iflag &= ~(termios.IXON | termios.IXOFF | termios.IXANY)
677 termios.tcflush(self.fd, termios.TCIFLUSH)
692 termios.tcflush(self.fd, termios.TCOFLUSH)
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/pkg/term/
H A Dterm_posix.go31 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*unix.Termios)(&a))
46 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*unix.Termios)(&a))
67 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*unix.Termios)(&a))
121 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*unix.Termios)(&a))
143 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
144 a.Cflag &^= termios.CRTSCTS
148 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
151 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
152 a.Cflag |= termios.CRTSCTS
154 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*unix.Termios)(&a))
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/pkg/term/
H A Dterm_posix.go31 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
46 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
67 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
112 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
134 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
135 a.Cflag &^= termios.CRTSCTS
139 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
142 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
143 a.Cflag |= termios.CRTSCTS
145 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/pkg/term/
H A Dterm_posix.go31 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
46 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
67 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
112 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
134 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
135 a.Cflag &^= termios.CRTSCTS
139 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
142 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
143 a.Cflag |= termios.CRTSCTS
145 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/pkg/term/
H A Dterm_posix.go31 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
46 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
67 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
112 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
134 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
135 a.Cflag &^= termios.CRTSCTS
139 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
142 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
143 a.Cflag |= termios.CRTSCTS
145 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
[all …]
/dports/net/termshark/termshark-2.1.1/vendor/github.com/pkg/term/
H A Dterm_posix.go31 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
46 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
67 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
112 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
134 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
135 a.Cflag &^= termios.CRTSCTS
139 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
142 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
143 a.Cflag |= termios.CRTSCTS
145 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/guessica/guessica-1.1.0/vendor/github.com/pkg/term/
H A Dterm_posix.go31 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
46 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
67 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
112 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
134 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
135 a.Cflag &^= termios.CRTSCTS
139 a.Iflag |= termios.IXON | termios.IXOFF | termios.IXANY
142 a.Iflag &^= termios.IXON | termios.IXOFF | termios.IXANY
143 a.Cflag |= termios.CRTSCTS
145 return termios.Tcsetattr(uintptr(t.fd), termios.TCSANOW, (*syscall.Termios)(&a))
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dtermios.h39 termios->c_iflag = (termios->c_iflag & 0xffff0000) | iflag; in user_termio_to_kernel_termios()
41 termios->c_oflag = (termios->c_oflag & 0xffff0000) | oflag; in user_termio_to_kernel_termios()
43 termios->c_cflag = (termios->c_cflag & 0xffff0000) | cflag; in user_termio_to_kernel_termios()
45 termios->c_lflag = (termios->c_lflag & 0xffff0000) | lflag; in user_termio_to_kernel_termios()
46 err |=__get_user(termios->c_line, &termio->c_line); in user_termio_to_kernel_termios()
60 struct ktermios *termios) in kernel_termios_to_user_termio() argument
67 err = __put_user(termios->c_iflag, &termio->c_iflag); in kernel_termios_to_user_termio()
68 err |= __put_user(termios->c_oflag, &termio->c_oflag); in kernel_termios_to_user_termio()
71 err |= __put_user(termios->c_line, &termio->c_line); in kernel_termios_to_user_termio()
75 if (__copy_to_user(termio->c_cc, termios->c_cc, NCC)) in kernel_termios_to_user_termio()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/
H A Dtermios.h39 termios->c_iflag = (termios->c_iflag & 0xffff0000) | iflag; in user_termio_to_kernel_termios()
41 termios->c_oflag = (termios->c_oflag & 0xffff0000) | oflag; in user_termio_to_kernel_termios()
43 termios->c_cflag = (termios->c_cflag & 0xffff0000) | cflag; in user_termio_to_kernel_termios()
45 termios->c_lflag = (termios->c_lflag & 0xffff0000) | lflag; in user_termio_to_kernel_termios()
46 err |=__get_user(termios->c_line, &termio->c_line); in user_termio_to_kernel_termios()
60 struct ktermios *termios) in kernel_termios_to_user_termio() argument
67 err = __put_user(termios->c_iflag, &termio->c_iflag); in kernel_termios_to_user_termio()
68 err |= __put_user(termios->c_oflag, &termio->c_oflag); in kernel_termios_to_user_termio()
71 err |= __put_user(termios->c_line, &termio->c_line); in kernel_termios_to_user_termio()
75 if (__copy_to_user(termio->c_cc, termios->c_cc, NCC)) in kernel_termios_to_user_termio()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/
H A Dtermios.h39 termios->c_iflag = (termios->c_iflag & 0xffff0000) | iflag; in user_termio_to_kernel_termios()
41 termios->c_oflag = (termios->c_oflag & 0xffff0000) | oflag; in user_termio_to_kernel_termios()
43 termios->c_cflag = (termios->c_cflag & 0xffff0000) | cflag; in user_termio_to_kernel_termios()
45 termios->c_lflag = (termios->c_lflag & 0xffff0000) | lflag; in user_termio_to_kernel_termios()
46 err |=__get_user(termios->c_line, &termio->c_line); in user_termio_to_kernel_termios()
60 struct ktermios *termios) in kernel_termios_to_user_termio() argument
67 err = __put_user(termios->c_iflag, &termio->c_iflag); in kernel_termios_to_user_termio()
68 err |= __put_user(termios->c_oflag, &termio->c_oflag); in kernel_termios_to_user_termio()
71 err |= __put_user(termios->c_line, &termio->c_line); in kernel_termios_to_user_termio()
75 if (__copy_to_user(termio->c_cc, termios->c_cc, NCC)) in kernel_termios_to_user_termio()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/ia64/include/asm/
H A Dtermios.h25 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \ argument
28 *(unsigned short *) &(termios)->x = __tmp; \
33 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
34 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
35 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
36 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
45 put_user((termios)->c_iflag, &(termio)->c_iflag); \
46 put_user((termios)->c_oflag, &(termio)->c_oflag); \
47 put_user((termios)->c_cflag, &(termio)->c_cflag); \
48 put_user((termios)->c_lflag, &(termio)->c_lflag); \
[all …]

12345678910>>...336