Searched refs:linux_copyout (Results 1 – 4 of 4) sorted by relevance
56 linux_copyout(&(__x), (_p), sizeof(*(_p))); \65 extern int linux_copyout(const void *kaddr, void *uaddr, size_t len);
37 if (linux_copyout(from, to, n) != 0) in copy_to_user()
73 linux_copyout.c \
833 linux_copyout(const void *kaddr, void *uaddr, size_t len) in linux_copyout() function