copy_to_user 58 include/asm-generic/termios-base.h copy_to_user(termio->c_cc, termios->c_cc, NCC) != 0) copy_to_user 69 include/asm-generic/termios-base.h #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) copy_to_user 73 include/asm-generic/termios-base.h #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) copy_to_user 63 include/asm-generic/termios.h copy_to_user(termio->c_cc, termios->c_cc, NCC) != 0) copy_to_user 79 include/asm-generic/termios.h return copy_to_user(u, k, sizeof(struct termios2)); copy_to_user 91 include/asm-generic/termios.h return copy_to_user(u, k, sizeof(struct termios)); copy_to_user 103 include/asm-generic/termios.h return copy_to_user(u, k, sizeof(struct termios)); copy_to_user 50 include/net/checksum.h if (copy_to_user(dst, src, len) == 0) copy_to_user 1665 include/rdma/ib_verbs.h return copy_to_user(udata->outbuf, src, len) ? -EFAULT : 0;