Searched defs:from (Results 1 - 25 of 550) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Dusercopy_64.c12 unsigned long copy_from_user(void *to, const void __user *from, unsigned long n) argument
21 unsigned long copy_to_user(void __user *to, const void *from, unsigned long n) argument
28 unsigned long copy_in_user(void __user *to, const void __user *from, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dsimplesmtp.c33 static const char *from = "<bradh@example.com>"; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rsa/
H A Drsa_none.c65 RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
84 RSA_padding_check_none(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
H A Drsa_ssl.c65 RSA_padding_add_SSLv23(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
105 RSA_padding_check_SSLv23(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
H A Drsa_pk1.c65 RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
91 RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
143 RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
181 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Daep.c24 aep_packet( struct atport *ap, struct sockaddr_at *from, char *data, int len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa_none.c65 RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
84 RSA_padding_check_none(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
H A Drsa_ssl.c65 RSA_padding_add_SSLv23(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
105 RSA_padding_check_SSLv23(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
H A Drsa_pk1.c65 RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
91 RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
143 RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
181 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
H A Drsa_x931.c66 RSA_padding_add_X931(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
105 RSA_padding_check_X931(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dpg-nommu.c17 void copy_page_nommu(void *to, void *from) argument
27 __kernel_size_t __copy_user(void *to, const void *from, __kernel_size_t n) argument
H A Dpg-dma.c26 static void copy_page_dma(void *to, void *from) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dunmap.c13 int switcheroo(int fd, int prot, void *from, void *to, int size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dunmap.c13 int switcheroo(int fd, int prot, void *from, void *to, int size) argument
H A Dsigcontext.c14 struct sigcontext *to = to_ptr, *from = from_ptr; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dio.c10 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
25 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Daep.c24 aep_packet( struct atport *ap, struct sockaddr_at *from, char *data, int len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Duaccess.c14 void __do_copy(void *to, const void *from, int n) argument
20 int __do_copy_to_user(void *to, const void *from, int n, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Duaccess.c10 unsigned long __do_user_copy(void *to, const void *from, int n, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifs_unicode.c35 cifs_strfromUCS_le(char *to, const __le16 * from, argument
64 cifs_strtoUCS(__le16 * to, const char *from, int len, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dcheck.h13 sector_t from; member in struct:parsed_partitions::__anon7668
22 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Duaccess.h43 __copy_from_user_inatomic_nocache(void *to, const void __user *from, unsigned long n) argument
49 __copy_from_user_nocache(void *to, const void __user *from, unsigned long n) argument
H A Dparser.h24 char *from; member in struct:__anon10228
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dmem_op.h33 static inline void copy_pc_to_user(void *to, const void *from, size_t n) argument
45 static inline void copy_user_to_pc(void *to, const void *from, size_t n) argument
64 static inline void copy_from_pc(void *to, void __iomem *from, size_t n) argument
75 copy_to_pc(void __iomem *to, const void *from, size_t n) argument
86 copy_pc_to_user(void __user *to, void __iomem *from, size_t n) argument
97 copy_user_to_pc(void __iomem *to, void __user *from, size_t n) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts.h54 static inline int rd_load_image(char *from) { return 0; } argument

Completed in 170 milliseconds

1234567891011>>