Searched refs:to (Results 126 - 150 of 1699) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/lib/
H A Dmemset.S21 # to caller's fixup routine, aborting the remainder of the set
33 # conditionally write a byte to 2b-align the address
42 # conditionally write a word to 4b-align the address
47 slli.p gr9,#8,gr12 ; need to double up the pattern
57 # conditionally write a dword to 8b-align the address
62 slli.p gr12,#16,gr13 ; need to quadruple-up the pattern
72 or.p gr12,gr12,gr13 ; need to octuple-up the pattern
163 # abuse memset to do the dirty work
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsmovecr.S9 | Output: The constant rounded to the user's rounding
50 tstb %d0 |if zero, offset is to pi
128 mulul #12,%d0 |use offset to point into tables
144 movel (%a0,%d0),FP_SCR1(%a6) |load first word to temp storage
150 sne LOCAL_SGN(%a0) |convert to internal ext. format
154 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEEE ext format
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Dmap_funcs.c24 static void __xipram simple_map_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
26 inline_map_copy_from(map, to, from, len);
29 static void __xipram simple_map_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
31 inline_map_copy_to(map, to, from, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dpage_32.h25 extern void copy_page(void *to, void *from);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Duaccess.h5 * This file is subject to the terms and conditions of the GNU General Public
71 * Careful to not
80 * doing multiple accesses to the same area (the user has to do the
207 #define copy_to_user(to,from,n) ({ \
208 void *__copy_to = (void *) (to); \
216 #define copy_to_user_ret(to,from,n,retval) ({ \
217 if (copy_to_user(to,from,n)) \
221 #define __copy_to_user(to,from,n) \
222 __copy_user((void *)(to), \
[all...]
H A Dpage.h5 * This file is subject to the terms and conditions of the GNU General Public
16 * Modified to take account of enabling for D-CACHE support.
51 extern void sh64_page_copy(void *from, void *to);
54 #define copy_page(to,from) sh64_page_copy(from, to)
59 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
63 extern void clear_user_page(void *to, unsigned long address, struct page *pg);
64 extern void copy_user_page(void *to, void *from, unsigned long address, struct page *pg);
69 * These are used to mak
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m32r/
H A Duaccess.h65 * This is equivalent to the following test:
89 * to write to a block, it is always safe to read from it.
90 * @addr: User space pointer to start of block to check
91 * @size: Size of block to check
95 * Checks if a pointer to a block of memory in user space is valid.
118 * address of an instruction that is allowed to fault, and the second is
120 * modified, so it is entirely up to th
548 __generic_copy_from_user_nocheck(void *to, const void __user *from, unsigned long n) argument
555 __generic_copy_to_user_nocheck(void __user *to, const void *from, unsigned long n) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Dsiginfo.h30 int _sys_private; /* not to be passed to user */
67 * How these fields are to be accessed.
81 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) argument
84 memcpy(to, from, sizeof(*to));
87 memcpy(to, from, 3*sizeof(int) + sizeof(from->_sifields._sigchld));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dsiginfo.h2 * This file is subject to the terms and conditions of the GNU General Public
14 #undef __ARCH_SI_TRAPNO /* exception code needs to fill this ... */
26 * Careful to keep union _sifields from shifting ...
58 int _sys_private; /* not to be passed to user */
103 * Again these have been choosen to be IRIX compatible.
119 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) argument
122 memcpy(to, from, sizeof(*to));
125 memcpy(to, fro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dparser.h25 char *to; member in struct:__anon10185
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dsiginfo.h2 * This file is subject to the terms and conditions of the GNU General Public
14 #undef __ARCH_SI_TRAPNO /* exception code needs to fill this ... */
26 * Careful to keep union _sifields from shifting ...
58 int _sys_private; /* not to be passed to user */
103 * Again these have been choosen to be IRIX compatible.
119 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) argument
122 memcpy(to, from, sizeof(*to));
125 memcpy(to, fro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_connbytes.h20 aligned_u64 from; /* count to be matched */
21 aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon404
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32ce-add.h1 ## w32ce-add.h - Snippet to be be included into gpg-error.h.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com20 $! - added /DEF and /INCLUDE options to cc_opts to tell
21 $! config.h is available, and where to find it
25 $! added xmlreader.c and relaxng.c to source list
27 $! updated to work with current sources
28 $! miscellaneous enhancements to build process
45 $!- list of sources to be built into the LIBXML library. Compare this list
46 $! to the definition of "libxml2_la_SOURCES" in the file MAKEFILE.IN.
59 $!- list of main modules to compile and link. Compare this list to th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/sys-i386/
H A Dregisters.c23 void init_thread_registers(union uml_pt_regs *to) argument
25 memcpy(to->skas.regs, exec_regs, sizeof(to->skas.regs));
26 memcpy(to->skas.fp, exec_fp_regs, sizeof(to->skas.fp));
28 memcpy(to->skas.xfp, exec_fpx_regs, sizeof(to->skas.xfp));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dchecksum.h97 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) argument
99 __be32 diff[] = { ~from, to };
104 static inline void csum_replace2(__sum16 *sum, __be16 from, __be16 to) argument
106 csum_replace4(sum, (__force __be32)from, (__force __be32)to);
111 __be32 from, __be32 to, int pseudohdr);
114 __be16 from, __be16 to,
118 (__force __be32)to, pseudohdr);
113 inet_proto_csum_replace2(__sum16 *sum, struct sk_buff *skb, __be16 from, __be16 to, int pseudohdr) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dstring.h36 static inline void *__constant_memcpy(void *to, const void *from, __kernel_size_t n) argument
41 __builtin_memcpy(to, from, n);
42 } else if (((unsigned int) to & 7) != 0) {
44 __memcpy(to, from, n);
48 __copy_1page(to, from);
51 __memcpy(to, from, n);
55 return to;
58 static inline void *__nonconstant_memcpy(void *to, const void *from, __kernel_size_t n) argument
60 __memcpy(to, from, n);
61 return to;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Ddma.c50 .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO,
56 .hw_addr.to = S3C2410_PA_SPI + S3C2410_SPTDAT,
62 .hw_addr.to = S3C2410_PA_SPI + S3C2412_SPI1 + S3C2410_SPTDAT,
68 .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH,
74 .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH,
80 .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH,
86 .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH,
92 .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH,
98 .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH,
113 .hw_addr.to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinst.msg8 echo been modified to automatically start the
10 echo connect with a web browser to
17 echo If you do not wish SWAT to be enabled you may
23 echo connecting to SWAT or editing the file
25 echo the smbd and nmbd daemons to complete the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_connbytes.c16 " [!] --connbytes from:[to]\n"
40 sinfo->count.to = cb->val.u64_range[0];
42 sinfo->count.to = cb->val.u64_range[1];
45 sinfo->count.from = sinfo->count.to;
46 sinfo->count.to = i;
115 if (sinfo->count.from > sinfo->count.to)
117 (unsigned long long)sinfo->count.to,
122 (unsigned long long)sinfo->count.to);
135 if (sinfo->count.from > sinfo->count.to)
137 (unsigned long long)sinfo->count.to,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/
H A Dbr_forward.c43 /* Don't forward packets to originating port or forwarding diasabled */
103 static void __br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) argument
105 skb->dev = to->dev;
110 static void __br_forward(const struct net_bridge_port *to, struct sk_buff *skb) argument
115 skb->dev = to->dev;
123 void br_deliver(const struct net_bridge_port *to, struct sk_buff *skb) argument
125 if (should_deliver(to, skb)) {
126 __br_deliver(to, skb);
134 void br_forward(const struct net_bridge_port *to, struct sk_buff *skb) argument
136 if (should_deliver(to, sk
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rsa/
H A Drsa.h7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
89 unsigned char *to,
92 unsigned char *to,
95 unsigned char *to,
98 unsigned char *to,
109 * to be signed/verified: this allows them to b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Drsa.h7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
89 unsigned char *to,
92 unsigned char *to,
95 unsigned char *to,
98 unsigned char *to,
109 * to be signed/verified: this allows them to b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dpty.c8 * Added TTY_DO_WRITE_WAKEUP to enable n_tty to send POLL_OUT to
69 * The unthrottle routine is called by the line discipline to signal
71 * flag is always set, to force the line discipline to always call the
74 * happens, we need to wake up any sleeping processes that could be
75 * (1) trying to send data to the pty, or (2) waiting in wait_until_sent()
76 * for the pty buffer to b
91 struct tty_struct *to = tty->link; local
107 struct tty_struct *to = tty->link; local
134 struct tty_struct *to = tty->link; local
169 struct tty_struct *to = tty->link; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dio.c7 * Provide real functions which expand to whatever the header file defined.
10 * This file is subject to the terms and conditions of the GNU General Public
19 * Copy data from IO memory space to "real" memory space.
20 * This needs to be optimized.
22 void memcpy_fromio(void *to, volatile void __iomem *from, unsigned long count) argument
24 char *p = to;
35 * Copy data from "real" memory space to IO memory space.
36 * This needs to be optimized.
38 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) argument
43 writeb(*p, (void __iomem *)to);
[all...]

Completed in 213 milliseconds

1234567891011>>