Searched refs:termio (Results 1 - 25 of 69) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dtermios.h22 struct termio { struct
80 * Translate a "termio" structure into a "termios". Ugh.
82 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
84 get_user(__tmp,&(termio)->x); \
88 #define user_termio_to_kernel_termios(termios, termio) \
90 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
91 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
92 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
93 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
94 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dtermios.h15 struct termio { struct
74 * Translate a "termio" structure into a "termios". Ugh.
76 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
78 get_user(__tmp,&(termio)->x); \
82 #define user_termio_to_kernel_termios(termios, termio) \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
87 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
88 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dtermios.h22 struct termio { struct
80 * Translate a "termio" structure into a "termios". Ugh.
82 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
84 get_user(__tmp,&(termio)->x); \
88 #define user_termio_to_kernel_termios(termios, termio) \
90 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
91 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
92 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
93 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
94 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dtermios.h15 struct termio { struct
74 * Translate a "termio" structure into a "termios". Ugh.
76 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
78 get_user(__tmp,&(termio)->x); \
82 #define user_termio_to_kernel_termios(termios, termio) \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
87 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
88 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dtermios.h16 struct termio { struct
74 * Translate a "termio" structure into a "termios". Ugh.
76 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
78 get_user(__tmp,&(termio)->x); \
82 #define user_termio_to_kernel_termios(termios, termio) \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
87 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
88 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dtermios.h16 struct termio { struct
74 * Translate a "termio" structure into a "termios". Ugh.
76 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
78 get_user(__tmp,&(termio)->x); \
82 #define user_termio_to_kernel_termios(termios, termio) \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
87 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
88 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dtermios.h15 struct termio { struct
73 * Translate a "termio" structure into a "termios". Ugh.
75 #define SET_LOW_TERMIOS_BITS(termios, termio, x) { \
77 get_user(__tmp,&(termio)->x); \
81 #define user_termio_to_kernel_termios(termios, termio) \
83 SET_LOW_TERMIOS_BITS(termios, termio, c_iflag); \
84 SET_LOW_TERMIOS_BITS(termios, termio, c_oflag); \
85 SET_LOW_TERMIOS_BITS(termios, termio, c_cflag); \
86 SET_LOW_TERMIOS_BITS(termios, termio, c_lflag); \
87 copy_from_user((termios)->c_cc, (termio)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dtermios.h15 struct termio { struct
75 * Translate a "termio" structure into a "termios". Ugh.
77 #define user_termio_to_kernel_termios(termios, termio) \
80 get_user(tmp, &(termio)->c_iflag); \
82 get_user(tmp, &(termio)->c_oflag); \
84 get_user(tmp, &(termio)->c_cflag); \
86 get_user(tmp, &(termio)->c_lflag); \
88 get_user((termios)->c_line, &(termio)->c_line); \
89 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
93 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dtermios.h51 struct termio { struct
112 * Translate a "termio" structure into a "termios". Ugh.
114 #define user_termio_to_kernel_termios(termios, termio) \
117 get_user(tmp, &(termio)->c_iflag); \
119 get_user(tmp, &(termio)->c_oflag); \
121 get_user(tmp, &(termio)->c_cflag); \
123 get_user(tmp, &(termio)->c_lflag); \
125 get_user((termios)->c_line, &(termio)->c_line); \
126 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
130 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dtermios.h52 struct termio { struct
113 * Translate a "termio" structure into a "termios". Ugh.
115 #define user_termio_to_kernel_termios(termios, termio) \
118 get_user(tmp, &(termio)->c_iflag); \
120 get_user(tmp, &(termio)->c_oflag); \
122 get_user(tmp, &(termio)->c_cflag); \
124 get_user(tmp, &(termio)->c_lflag); \
126 get_user((termios)->c_line, &(termio)->c_line); \
127 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
131 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dtermios.h24 struct termio { struct
79 * Translate a "termio" structure into a "termios". Ugh.
82 #define user_termio_to_kernel_termios(termios, termio) \
85 get_user(tmp, &(termio)->c_iflag); \
87 get_user(tmp, &(termio)->c_oflag); \
89 get_user(tmp, &(termio)->c_cflag); \
91 get_user(tmp, &(termio)->c_lflag); \
93 get_user((termios)->c_line, &(termio)->c_line); \
94 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
98 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dtermios.h24 struct termio { struct
79 * Translate a "termio" structure into a "termios". Ugh.
82 #define user_termio_to_kernel_termios(termios, termio) \
85 get_user(tmp, &(termio)->c_iflag); \
87 get_user(tmp, &(termio)->c_oflag); \
89 get_user(tmp, &(termio)->c_cflag); \
91 get_user(tmp, &(termio)->c_lflag); \
93 get_user((termios)->c_line, &(termio)->c_line); \
94 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
98 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dtermios.h15 struct termio { struct
75 * Translate a "termio" structure into a "termios". Ugh.
77 #define user_termio_to_kernel_termios(termios, termio) \
80 get_user(tmp, &(termio)->c_iflag); \
82 get_user(tmp, &(termio)->c_oflag); \
84 get_user(tmp, &(termio)->c_cflag); \
86 get_user(tmp, &(termio)->c_lflag); \
88 get_user((termios)->c_line, &(termio)->c_line); \
89 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
93 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dtermio.h51 struct termio { struct
112 * Translate a "termio" structure into a "termios". Ugh.
114 #define user_termio_to_kernel_termios(termios, termio) \
117 get_user(tmp, &(termio)->c_iflag); \
119 get_user(tmp, &(termio)->c_oflag); \
121 get_user(tmp, &(termio)->c_cflag); \
123 get_user(tmp, &(termio)->c_lflag); \
125 get_user((termios)->c_line, &(termio)->c_line); \
126 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
130 * Translate a "termios" structure into a "termio"
[all...]
H A Dtermios.h51 struct termio { struct
112 * Translate a "termio" structure into a "termios". Ugh.
114 #define user_termio_to_kernel_termios(termios, termio) \
117 get_user(tmp, &(termio)->c_iflag); \
119 get_user(tmp, &(termio)->c_oflag); \
121 get_user(tmp, &(termio)->c_cflag); \
123 get_user(tmp, &(termio)->c_lflag); \
125 get_user((termios)->c_line, &(termio)->c_line); \
126 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
130 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dtermios.h52 struct termio { struct
113 * Translate a "termio" structure into a "termios". Ugh.
115 #define user_termio_to_kernel_termios(termios, termio) \
118 get_user(tmp, &(termio)->c_iflag); \
120 get_user(tmp, &(termio)->c_oflag); \
122 get_user(tmp, &(termio)->c_cflag); \
124 get_user(tmp, &(termio)->c_lflag); \
126 get_user((termios)->c_line, &(termio)->c_line); \
127 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
131 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dtermios.h24 struct termio { struct
79 * Translate a "termio" structure into a "termios". Ugh.
82 #define user_termio_to_kernel_termios(termios, termio) \
85 get_user(tmp, &(termio)->c_iflag); \
87 get_user(tmp, &(termio)->c_oflag); \
89 get_user(tmp, &(termio)->c_cflag); \
91 get_user(tmp, &(termio)->c_lflag); \
93 get_user((termios)->c_line, &(termio)->c_line); \
94 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
98 * Translate a "termios" structure into a "termio"
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dtermios.h24 struct termio { struct
79 * Translate a "termio" structure into a "termios". Ugh.
82 #define user_termio_to_kernel_termios(termios, termio) \
85 get_user(tmp, &(termio)->c_iflag); \
87 get_user(tmp, &(termio)->c_oflag); \
89 get_user(tmp, &(termio)->c_cflag); \
91 get_user(tmp, &(termio)->c_lflag); \
93 get_user((termios)->c_line, &(termio)->c_line); \
94 copy_from_user((termios)->c_cc, (termio)->c_cc, NCC); \
98 * Translate a "termios" structure into a "termio"
[all...]

Completed in 136 milliseconds

123