Searched refs:to (Results 576 - 600 of 1699) sorted by relevance

<<21222324252627282930>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/devices/
H A Dmtdram.c77 static int ram_write(struct mtd_info *mtd, loff_t to, size_t len, argument
80 if (to + len > mtd->size)
83 memcpy((char *)mtd->priv + to, buf, len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Docelot.c29 static void ocelot_ram_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) argument
36 We end up just writing the first byte of the four to all four bytes.
40 __raw_writeb(*(unsigned char *) from, map->virt + to);
42 to++;
77 printk(KERN_NOTICE "Failed to ioremap Ocelot PLD\n");
86 printk(KERN_NOTICE "Failed to ioremap Ocelot NVRAM space\n");
92 /* And do the RAM probe on it to get an MTD device */
106 printk(KERN_NOTICE "Failed to ioremap Ocelot flash space\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dpage.h25 #define copy_page(to,from) copy_user_page_asm((void *)(to), (void *)(from))
29 void copy_user_page_asm(void *to, void *from);
35 * These are used to make use of C type-checking..
100 /* WARNING: The definitions below must match exactly to sizeof(pte_t)
116 /* to align the pointer to the (next) page boundary */
123 * If you alter it, make sure to take care of our various fixed mapping
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dpage.h2 * This file is subject to the terms and conditions of the GNU General Public
55 extern void copy_page(void * to, void * from);
78 struct page *to);
80 extern void copy_user_highpage(struct page *to, struct page *from,
86 * These are used to make use of C type-checking..
138 * writing to the TLB make sure we always have the bit set for both pages
139 * or none. This macro is used to access the `buddy' of the pte we're just
146 /* to align the pointer to the (next) page boundary */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dsleep.S19 * along with this program; if not, write to the Free Software
51 * Note: This code get's copied to internal SRAM at boot. When the OMAP
52 * wakes up it continues execution at the point it went to sleep.
90 strne r0, [r1] @ rewrite DLLA to force DLL reload
91 addne r1, r1, #0x8 @ move to DLLB
92 strne r0, [r1] @ rewrite DLLB to force DLL reload
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/minix/
H A Ddir.c8 * Updated to filesystem version 3 by Daniel Aragones
51 static int dir_commit_chunk(struct page *page, unsigned from, unsigned to) argument
55 page->mapping->a_ops->commit_write(NULL, page, from, to);
159 * entry - you'll have to do that yourself if you want to.
223 unsigned from, to; local
231 * to protect that region.
276 to = from + sbi->s_dirsize;
277 err = page->mapping->a_ops->prepare_write(NULL, page, from, to);
288 err = dir_commit_chunk(page, from, to);
306 unsigned to = from + minix_sb(inode->i_sb)->s_dirsize; local
427 unsigned to = from + sbi->s_dirsize; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dpage.h2 * This file is subject to the terms and conditions of the GNU General Public
55 extern void copy_page(void * to, void * from);
78 struct page *to);
80 extern void copy_user_highpage(struct page *to, struct page *from,
86 * These are used to make use of C type-checking..
138 * writing to the TLB make sure we always have the bit set for both pages
139 * or none. This macro is used to access the `buddy' of the pte we're just
146 /* to align the pointer to the (next) page boundary */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_cap.c20 * along with this program; if not, write to the Free Software
28 static char *capencode(char *to, const char *from);
29 static char *capdecode(char *to, const char *from);
401 static char *capencode(char *to, const char *from) argument
406 if (to == from) {
410 for (out = to; *from && (out - to < sizeof(pstring)-7);) {
423 return to;
430 static char *capdecode(char *to, const char *from) argument
435 if (to
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto.c102 * Propagate event for state change to all protocols
129 ip_vs_set_state_timeout(int *table, int num, char **names, char *name, int to) argument
133 if (!table || !name || !to)
139 table[i] = to * HZ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dpatch-kernel2 # Script to apply kernel patches.
4 # The source directory defaults to /usr/src/linux, and the patch
5 # directory defaults to the current directory.
9 # directory above to the latest Linus kernel
18 # Note: It uses the patches relative to the Linus kernels, not the
19 # ac to ac relative patches
24 # A check is then made for "*.rej" files to see if the patch was
34 # Added ability to stop at a given version number
39 # not to patch up.
41 # Added -ac option, use -ac or -ac9 (say) to sto
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_windows71 \ * Windows defines off_t to long (i.e., 32 bits). We need to pass 64-bit\\
86 \ * It is necessary to explicitly enable the /Wall flag to generate this\\
93 \ * The type and order of elements caused the compiler to\\
94 \ * add padding to the end of a struct.\\
121 # WinCE does not support the C++ API, so don't need to copy db_cxx.h
172 # We don't fail, but we complain if the win_config.in file isn't up-to-date.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dstrict.t55 ok 10, $@ =~ /BerkeleyDB Aborting: attempted to close an environment with 1 open database/ ;
108 ok 24, $@ =~ /BerkeleyDB Aborting: attempted to close a database while a transaction was still open at/ ;
137 ok 32, $@ =~ /\QBerkeleyDB Aborting: attempted to close a database with 1 open cursor(s) at/;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dnetware.bat2 rem batch file to build multi-thread test ( mttest.nlm )
8 rem After building, copy mttest.nlm to the server and run it, you'll probably
9 rem want to redirect stdout and stderr. An example command line would be
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A DMakefile.kernel1 # Ultrix specific defines, passed to subdirectories.
72 @echo "Install is done. Don't forget to add lines from"
73 @echo "services.atalk to /etc/services and to call rc.atalk
79 @echo -n "(hit control-c with in 10 seconds, to stop)"
85 echo "You will have to remove this old version. See"; \
107 @echo "Copying netatalk to kernel building area..."
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dswitchto.S8 * This file is subject to the terms and conditions of the GNU General Public
32 Want to create a full (struct pt_regs) on the stack to allow backtracing
33 functions to work. However, we only need to populate the callee-save
36 some wasted effort since we won't need to look at the values.
47 ! Do normal-style register save to support backtrace
53 ! hopefully this looks normal to the backtrace now.
59 /* Note : to be fixed?
61 to a
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Detrap.S18 /* Registers to not touch at all. */
53 * to call c-code and the trap cannot be handled in-window)
67 * S == Window we will need to save if (1<<T) == %wim
100 jmpl %t_retpc + 0x8, %g0 ! return to caller
127 jmpl %t_retpc + 0x8, %g0 ! return to caller
172 * computes the user winmask to represent this.
183 jmpl %t_retpc + 0x8, %g0 ! return to caller
188 * and there exist some user windows to deal with.
190 * is in %g1 upon entry to here.
217 * of these routines are called, the globals are free to us
[all...]
H A Dwof.S19 * of register windows to the user and kernel. If you touch
30 * after they have been set, until you are ready to return
39 #define curptr g6 /* Gets set to 'current' then stays G */
67 * be set in to mask. If no user windows are active, the bitmask
89 * up for us to see if this is from user or kernel.
109 save %g0, %g0, %g0 ! save into the window to stash away
113 /* LOCATION: Window to be saved */
129 /* Wow, user windows have to be dealt with, this is dirty
130 * and messy as all hell. And difficult to follow if you
137 * need to sav
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-pnx4008/
H A Dsleep.S73 @ wait for SDRAM to get into self-refresh mode
78 @ to prepare SDRAM to get out of self-refresh mode after wakeup
101 @ wait for SDRAM to get out self-refresh mode
157 @ wait for SDRAM to get into self-refresh mode
176 @ wait for SDRAM to get out self-refresh mode
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Ddnsmasq-suse.spec22 Dnsmasq is lightweight, easy to configure DNS forwarder designed to provide
23 DNS (domain name) services to a small network where using BIND would be
96 # If there's a time when your package needs to have one last look around before
97 # the user erases it, the place to do it is in the %preun script. Anything that
98 # a package needs to do immediately prior to RPM taking any action to erase the
115 # last chance for a package to clean up after itself.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd5 # LDAP to unix password sync script for samba
24 # along with this program; if not, write to the Free Software
89 # First, connecting to the directory
155 # use slappasswd to generate hash
173 # use perl libraries to generate hash
181 # First, connecting to the directory
183 # if we are not root, we close the connection to re-open it as a normal user
212 $modify->code && warn "failed to modify entry: ", $modify->error ;
245 $modify->code && warn "Unable to change password : ", $modify->error ;
252 # Generates hash to b
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/script/
H A Dinstallbin.sh40 using the command "make uninstallbin" or "make uninstall" to uninstall
H A Dinstallswat.sh21 echo Failed to make directory $d, does $USER have privileges?
101 echo Failed to make directory $SWATDIR/help/images, does $USER have privileges?
125 echo Failed to make directory $d, does $USER have privileges?
160 The SWAT files have been installed. Remember to read the swat/README
H A Duninstallbin.sh36 the command "make installbin" or "make install" to install binaries,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgconv-556 ${MSGCONV} --to-code=UTF-8 -o mco-test5.tmp mco-test5.po
H A Dmsgexec-322 !They're\ looking\ for\ someone\ to\ share=
70 They're looking for someone to share

Completed in 197 milliseconds

<<21222324252627282930>>