Searched refs:linux_copyin (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | uaccess.h | 49 __err = linux_copyin((_p), &(__x), sizeof(*(_p))); \ 58 #define get_user(_x, _p) linux_copyin((_p), &(_x), sizeof(*(_p))) 64 extern int linux_copyin(const void *uaddr, void *kaddr, size_t len);
|
| H A D | string.h | 66 error = linux_copyin(ptr, retval, len); in memdup_user() 81 error = linux_copyin(ptr, retval, len); in memdup_user_nul()
|
| /freebsd/sys/compat/linuxkpi/common/include/asm/ |
| H A D | uaccess.h | 46 if (linux_copyin(from, to, n) != 0) in copy_from_user()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 823 linux_copyin(const void *uaddr, void *kaddr, size_t len) in linux_copyin() function
|