Searched defs:__copy_to_user (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duaccess_32.h83 __copy_to_user(void __user *to, const void *from, unsigned long n) function
H A Duaccess_64.h116 int __copy_to_user(void __user *dst, const void *src, unsigned size) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Duaccess_with_memcpy.c101 __copy_to_user(void __user *to, const void *from, unsigned long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Duaccess.h45 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Duaccess.h114 __copy_to_user(void __user *to, const void *from, unsigned long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Duaccess_mm.h355 #define __copy_to_user(to, from, n) \ macro
H A Duaccess_no.h134 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Duaccess.h281 __copy_to_user(void __user *to, const void *from, unsigned long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Duaccess.h117 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Duaccess.h80 static inline __kernel_size_t __copy_to_user(void __user *to, const void *from, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Duaccess.h390 #define __copy_to_user(to, from, n) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Duaccess.h237 #define __copy_to_user copy_to_user macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Duaccess.h108 static inline __must_check long __copy_to_user(void __user *to, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Duaccess_32.h258 static inline unsigned long __copy_to_user(void __user *to, const void *from, unsigned long n) function
H A Duaccess_64.h239 #define __copy_to_user copy_to_user macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Duaccess.h290 __copy_to_user(void __user *to, const void *from, unsigned long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Duaccess.h435 static inline unsigned long __copy_to_user(void __user *to, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Duaccess.h209 __copy_to_user(void __user *to, const void *from, unsigned long n) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Duaccess.h326 #define __copy_to_user(to, from, len) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Duaccess.h373 #define __copy_to_user(to, from, n) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Duaccess.h394 #define __copy_to_user(to,from,n) __generic_copy_to_user_nocheck((to),(from),(n)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Duaccess.h241 __copy_to_user (void __user *to, const void *from, unsigned long count) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Duaccess.h579 #define __copy_to_user(to,from,n) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Duaccess.h184 #define __copy_to_user(to, from, n) copy_to_user(to, from, n) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Duaccess.h382 #define __copy_to_user(to,from,n) \ macro

Completed in 282 milliseconds

12