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