Searched defs:kernel_termios_to_user_termios (Results 1 – 8 of 8) sorted by relevance
/linux/include/asm-generic/ |
A D | termios.h | 77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function 101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios() function
|
A D | termios-base.h | 70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) macro
|
/linux/arch/s390/include/asm/ |
A D | termios.h | 22 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/linux/arch/alpha/include/asm/ |
A D | termios.h | 78 #define kernel_termios_to_user_termios(u, k) \ macro
|
/linux/arch/sparc/include/asm/ |
A D | termios.h | 88 #define kernel_termios_to_user_termios(u, k) \ macro
|
/linux/arch/parisc/include/asm/ |
A D | termios.h | 48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/linux/arch/ia64/include/asm/ |
A D | termios.h | 54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) macro
|
/linux/arch/mips/include/asm/ |
A D | termios.h | 87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios() function
|
Completed in 15 milliseconds