Searched refs:to (Results 176 - 200 of 1699) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/script/
H A Dinstallmodules.sh14 echo Failed to make directory $d
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-um/
H A Dprocessor-i386.h47 struct arch_thread *to)
49 memcpy(&to->tls_array, &from->tls_array, sizeof(from->tls_array));
54 /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */
46 arch_copy_thread(struct arch_thread *from, struct arch_thread *to) argument
H A Dptrace-i386.h56 extern int arch_switch_tls_skas(struct task_struct *from, struct task_struct *to);
57 extern int arch_switch_tls_tt(struct task_struct *from, struct task_struct *to);
59 extern void arch_switch_to_tt(struct task_struct *from, struct task_struct *to);
60 extern void arch_switch_to_skas(struct task_struct *from, struct task_struct *to);
H A Duaccess.h35 #define __copy_from_user(to, from, n) copy_from_user(to, from, n)
37 #define __copy_to_user(to, from, n) copy_to_user(to, from, n)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dnuma.h2 * This file is subject to the terms and conditions of the GNU General Public
33 * List of node memory chunks. Filled when parsing SRAT table to
57 * proportional to the memory access latency ratios.
61 #define node_distance(from,to) (numa_slit[(from) * num_online_nodes() + (to)])
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/mach-ip27/
H A Dtopology.h18 #define node_distance(from, to) (__node_distances[(from)][(to)])
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-s3c2440/
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 + 0x20 + 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,
99 .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO,
111 .hw_addr.to = S3C2440_PA_AC97 + S3C_AC97_PCM_DATA,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dcopypage-v4mc.c12 * that accesses to this page will not touch the main data cache, but
27 * 0xffff8000 to 0xffffffff is reserved for any ARM architecture
40 * Dcache aliasing issue. The writes will be forwarded to the write buffer,
44 * instruction. If your processor does not supply this, you have to write your
48 mc_copy_user_page(void *from, void *to) argument
68 : "r" (from), "r" (to), "I" (PAGE_SIZE / 64));
H A Dcopypage-xscale.c12 * that accesses to this page will not touch the main data cache, but
27 * 0xffff8000 to 0xffffffff is reserved for any ARM architecture
42 * Dcache aliasing issue. The writes will be forwarded to the write buffer,
46 mc_copy_user_page(void *from, void *to) argument
90 : "r" (from), "r" (to), "I" (PAGE_SIZE / 64 - 1));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/mach-ip27/
H A Dtopology.h18 #define node_distance(from, to) (__node_distances[(from)][(to)])
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dcharset.h15 * along with this program; if not, write to the Free Software
32 * The caller first uses charset_find() to get a pointer to struct
41 * there is no way to distinguish this case from an unknown encoding.
53 * Function to convert a buffer from one encoding to another.
58 * buffer is also null-terminated, so it is all right to
72 char **to, size_t *tolen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_connrate.c1 /* Shared library add-on to iptables to add connection rate tracking
25 " --connrate [!] [from]:[to]\n"
67 si->to = parse_value(colon+1, 0xFFFFFFFF);
68 if (si->from > si->to)
69 exit_error(PARAMETER_PROBLEM, "%u should be less than %u", si->from,si->to);
95 sinfo->from = sinfo->to;
96 sinfo->to = tmp;
127 if (sinfo->from > sinfo->to) {
129 print_value(sinfo->to);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Duaccess.h2 * This file is subject to the terms and conditions of the GNU General Public
50 * userspace address. Note that we limit 32-bit userspace to 0x7fff8000 but
79 * __ua_size() is a trick to avoid runtime checking of positive constant
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
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Duaccess.h2 * This file is subject to the terms and conditions of the GNU General Public
50 * userspace address. Note that we limit 32-bit userspace to 0x7fff8000 but
79 * __ua_size() is a trick to avoid runtime checking of positive constant
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
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex14 The comment field is meant to be used much like someone jotting a
15 quick note on the bottom of a CDR. It should be a little information to
16 remember the disc by and explain it to others; a short, to-the-point
17 text note that need not only be a couple words, but isn't going to be
19 they turn out to be, eg:
22 Honest Bob and the Factory-to-Dealer-Incentives, \textit{``I'm Still
34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
35 is limited to $2^{32}-1$ bytes. The vector length is encoded; the vector
36 contents themselves are not null terminated. In addition to th
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/tt/
H A Duaccess_user.c14 int __do_copy_from_user(void *to, const void *from, int n, argument
21 fault = __do_user_copy(to, from, n, fault_addr, fault_catcher,
56 static void __do_clear(void *to, const void *from, int n) argument
58 memset(to, 0, n);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/lib/
H A Dio.c7 * Copy data from IO memory space to "real" memory space.
8 * This needs to be optimized.
10 void memcpy_fromio(void *to, const volatile void __iomem *from, long count) argument
12 char *dst = to;
22 * Copy data from "real" memory space to IO memory space.
23 * This needs to be optimized.
25 void memcpy_toio(volatile void __iomem *to, const void *from, long count) argument
31 writeb(*src++, to++);
38 * This needs to be optimized.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/
H A Dpage.h18 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
21 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
27 * These are used to make use of C type-checking..
43 /* On CRIS the PFN numbers doesn't start at 0 so we have to compensate */
48 /* to index into the page map. our pages all start at physical addr PAGE_OFFSET so
52 * is too high to let mem_map start at 0, so we do it this way instead (similar
53 * to arm and m68k I think)
60 /* convert a page (based on mem_map and forward) to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-h8300/
H A Dpage.h20 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
23 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
29 * These are used to make use of C type-checking..
46 /* to align the pointer to the (next) page boundary */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m32r/
H A Dpage.h12 extern void clear_page(void *to);
13 extern void copy_page(void *to, void *from);
16 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
22 * These are used to make use of C type-checking..
43 /* to align the pointer to the (next) page boundary */
53 * amount of physical memory you can use to about 950MB.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A Dpage.h20 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
23 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
29 * These are used to make use of C type-checking..
46 /* to align the pointer to the (next) page boundary */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Daops.h17 * License along with this program; if not, write to the
26 unsigned from, unsigned to);
31 unsigned to);
35 unsigned int to, int new);
40 unsigned to,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dsymlink.c11 * Each contributing author retains all rights to their own work.
36 static void udf_pc_to_char(struct super_block *sb, char *from, int fromlen, char *to) argument
40 char *p = to;
50 p = to;
70 if (p > to+1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dnetdma.h15 * this program; if not, write to the Free Software Foundation, Inc., 59
39 struct sk_buff *skb, int offset, struct iovec *to,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Datm_misc.c89 void sonet_copy_stats(struct k_sonet_stats *from,struct sonet_stats *to) argument
91 #define __HANDLE_ITEM(i) to->i = atomic_read(&from->i)
97 void sonet_subtract_stats(struct k_sonet_stats *from,struct sonet_stats *to) argument
99 #define __HANDLE_ITEM(i) atomic_sub(to->i,&from->i)

Completed in 207 milliseconds

1234567891011>>