Searched refs:copy_to_user (Results 1 – 7 of 7) sorted by relevance
/external/kernel-headers/original/asm-x86/ |
D | termios.h | 115 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))
|
D | uaccess_32.h | 561 unsigned long __must_check copy_to_user(void __user *to,
|
/external/kernel-headers/original/asm-mips/ |
D | termios.h | 122 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))
|
D | uaccess.h | 487 #define copy_to_user(to, from, n) \ macro
|
/external/kernel-headers/original/asm-arm/ |
D | termios.h | 100 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))
|
D | uaccess.h | 407 static inline unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) in copy_to_user() function
|
/external/oprofile/module/ |
D | oprofile.c | 234 if (count && copy_to_user(buf, mybuf, count)) in oprof_note_read() 287 if (copy_to_user(buf, &head, sizeof(struct op_buffer_head))) in copy_buffer() 292 if (copy_to_user(buf + sizeof(struct op_buffer_head), in copy_buffer()
|