Searched defs:copy_to_user (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/asm/ |
H A D | uaccess.h | 35 copy_to_user(void *to, const void *from, unsigned long n) in copy_to_user() function
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | vchi_bsd.h | 51 #define copy_to_user(to, from, n) copyout((from), (to), (n)) macro
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.h | 313 #define copy_to_user(to, from, n) __copy_to_user((to), (from), (n)) macro
|