Searched refs:copy_to_user (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/asm-mips/
H A Dtermios.h122 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
126 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2))
128 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios))
H A Duaccess.h475 * copy_to_user: - Copy a block of data into user space.
487 #define copy_to_user(to, from, n) \ macro
/external/kernel-headers/original/asm-x86/
H A Dtermios.h115 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
122 copy_to_user(u, k, sizeof(struct termios2))
128 copy_to_user(u, k, sizeof(struct termios))
H A Duaccess_32.h561 unsigned long __must_check copy_to_user(void __user *to,
/external/kernel-headers/original/asm-arm/
H A Dtermios.h100 copy_to_user((termio)->c_cc, (termios)->c_cc, NCC); \
104 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios))
H A Duaccess.h407 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) function
/external/oprofile/module/
H A Doprofile.c234 if (count && copy_to_user(buf, mybuf, count))
287 if (copy_to_user(buf, &head, sizeof(struct op_buffer_head)))
292 if (copy_to_user(buf + sizeof(struct op_buffer_head),

Completed in 124 milliseconds