Home
last modified time | relevance | path

Searched refs:copy_to_user (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/module/
Doprofile.c234 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()
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_socket.c566 copy_to_user(void *dst, void *src, int len) { in copy_to_user() function
589 # define copyout(k, u, len) copy_to_user(u, k, len)