Searched defs:kernel_termios_to_user_termios_1 (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | termios.h | 127 #define kernel_termios_to_user_termios_1(u, k) \ macro
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | termios.h | 49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | termios.h | 49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | termios.h | 55 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | termios.h | 49 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
/linux-4.1.27/include/asm-generic/ |
H A D | termios-base.h | 73 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
H A D | termios.h | 88 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, kernel_termios_to_user_termios_1() function
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | termios.h | 99 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, kernel_termios_to_user_termios_1() function
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
H A D | termios.h | 80 #define kernel_termios_to_user_termios_1(u, k) \ macro
|
Completed in 190 milliseconds