Searched defs:from (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | usercopy.c | 11 unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n) in _copy_from_user() 33 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) in _copy_to_user() 61 int check_zeroed_user(const void __user *from, size_t size) in check_zeroed_user()
|
D | iomap_copy.c | 20 const void *from, in __iowrite32_copy() 42 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy() 64 const void *from, in __iowrite64_copy()
|
D | kfifo.c | 176 const void __user *from, unsigned int len, unsigned int off, in kfifo_copy_from_user() 210 int __kfifo_from_user(struct __kfifo *fifo, const void __user *from, in __kfifo_from_user() 499 int __kfifo_from_user_r(struct __kfifo *fifo, const void __user *from, in __kfifo_from_user_r()
|
D | test_user_copy.c | 42 static bool is_zeroed(void *from, size_t size) in is_zeroed()
|
D | iov_iter.c | 151 static int copyout(void __user *to, const void *from, size_t n) in copyout() 162 static int copyin(void *to, const void __user *from, size_t n) in copyin() 179 void *kaddr, *from; in copy_page_to_iter_iovec() local 625 static __wsum csum_and_memcpy(void *to, const void *from, size_t len, in csum_and_memcpy() 679 static int copyout_mc(void __user *to, const void *from, size_t n) in copyout_mc()
|
/lib/zlib_inflate/ |
D | inffast.c | 93 unsigned char *from; /* where to copy match from */ in inflate_fast() local
|
D | inflate.c | 341 unsigned char *from; /* where to copy match bytes from */ in zlib_inflate() local
|