Searched refs:to (Results 51 - 75 of 1699) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/lib/
H A Dusercopy.c15 __generic_copy_to_user(void __user *to, const void *from, unsigned long n) argument
18 if (access_ok(VERIFY_WRITE, to, n))
19 __copy_user(to,from,n);
24 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) argument
26 prefetchw(to);
28 __copy_user_zeroing(to,from,n);
30 memset(to, 0, n);
224 clear_user(void __user *to, unsigned long n) argument
226 if (access_ok(VERIFY_WRITE, to, n))
227 __do_clear_user(to,
232 __clear_user(void __user *to, unsigned long n) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/
H A Dpage.h58 extern void (*clear_page)(void *to);
59 extern void (*copy_page)(void *to, void *from);
65 extern void clear_page_slow(void *to);
66 extern void copy_page_slow(void *to, void *from);
68 extern void clear_page_nommu(void *to);
69 extern void copy_page_nommu(void *to, void *from);
75 extern void clear_user_page(void *to, unsigned long address, struct page *pg);
76 extern void copy_user_page(void *to, void *from, unsigned long address, struct page *pg);
77 extern void __clear_user_page(void *to, void *orig_to);
78 extern void __copy_user_page(void *to, voi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-blackfin/
H A Duaccess.h39 * What we are really trying to do is determine if addr is
42 * we could restrict this to really being in a ROM or flash,
43 * but that would need to be done on a board by board basis,
71 * address of an instruction that is allowed to fault, and the second is
73 * modified, so it is entirely up to the continuation code to figure out
74 * what to do.
78 * we don't even have to jump over them. Further, they do not intrude
141 * we do not write to any memory gcc knows about, so there are no
201 #define __copy_from_user(to, fro
212 copy_from_user(void *to, const void __user * from, unsigned long n) argument
222 copy_to_user(void *to, const void __user * from, unsigned long n) argument
263 __clear_user(void *to, unsigned long n) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsignal.c87 int copy_sc_to_user_skas(struct sigcontext __user *to, argument
95 err |= __put_user(0, &to->gs);
96 err |= __put_user(0, &to->fs);
102 err |= PUTREG(regs, RDI, to, rdi);
103 err |= PUTREG(regs, RSI, to, rsi);
104 err |= PUTREG(regs, RBP, to, rbp);
106 * the pt_regs, because that's already been updated to point at the
109 err |= __put_user(sp, &to->rsp);
110 err |= PUTREG(regs, RBX, to, rbx);
111 err |= PUTREG(regs, RDX, to, rd
140 copy_sc_from_user_tt(struct sigcontext *to, struct sigcontext __user *from, int fpsize) argument
159 copy_sc_to_user_tt(struct sigcontext __user *to, struct _fpstate __user *fp, struct sigcontext *from, int fpsize, unsigned long sp) argument
184 copy_sc_from_user(struct pt_regs *to, void __user *from) argument
194 copy_sc_to_user(struct sigcontext __user *to, struct _fpstate __user *fp, struct pt_regs *from, unsigned long mask, unsigned long sp) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dstring.h17 * very easy to understand. Everything is done entirely within the register
22 * consider these trivial functions to be PD.
25 /* AK: in fact I bet it would be better to move this stuff all out of line.
203 static __always_inline void * __memcpy(void * to, const void * from, size_t n) argument
214 : "0" (n/4), "g" (n), "1" ((long) to), "2" ((long) from)
216 return (to);
223 static __always_inline void * __constant_memcpy(void * to, const void * from, size_t n) argument
226 if (!n) return to;
228 case 1: *(char*)to = *(char*)from; return to;
287 __constant_memcpy3d(void * to, const void * from, size_t len) argument
294 __memcpy3d(void *to, const void *from, size_t len) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dstring.h10 __inline_memcpy(void * to, const void * from, size_t n) argument
23 :"0" (n/4), "q" (n),"1" ((long) to),"2" ((long) from)
25 return (to);
28 /* Even with __builtin_ the compiler may decide to use the out of line
32 extern void *__memcpy(void *to, const void *from, size_t len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/mtd/
H A Dplat-ram.h32 void (*set_rw)(struct device *dev, int to);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_connbytes.h19 aligned_u64 from; /* count to be matched */
20 aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon10120
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsmb.conf4 ; configuration option, please refer to the man page for smb.conf(5).
9 ; initial testing. It gives all clients access to their home directories and
10 ; /usr/tmp and allows access to all printers returned by lpstat.
18 ; If you want to limit the printers that are visible to clients, you can
20 ; file that contains all your printers. Edit this file to only contain the
21 ; printers that you wish to be visible. Names longer than 15 characters
22 ; in the printcap file will not be visible to clients.
27 ; If you are using Impressario 1.x then you'll want to use the
30 ; drivers--there is a check to verif
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Disom.h20 * License along with FFmpeg; if not, write to the Free Software
36 int ff_mov_lang_to_iso639(unsigned code, char *to);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/man/
H A DMakefile.am15 # along with this program; if not, write to the Free Software
20 docbook-to-man $? > $@ || (docbook2man $? && mv FLAC.1 $@)
23 docbook-to-man $? > $@ || (docbook2man $? && mv METAFLAC.1 $@)
26 echo "*** Warning: docbook-to-man not found; man pages will not be built."
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dparser.c16 * @s: the string to examine for presense of the pattern
18 * @args: array of %MAX_OPT_ARGS &substring_t elements. Used to return match
64 args[argc].to = s + len;
67 simple_strtol(s, &args[argc].to, 0);
70 simple_strtoul(s, &args[argc].to, 0);
73 simple_strtoul(s, &args[argc].to, 8);
76 simple_strtoul(s, &args[argc].to, 16);
78 if (args[argc].to == args[argc].from)
84 s = args[argc].to;
91 * @s: the string to examin
193 match_strcpy(char *to, const substring_t *s) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dpage-nommu.h23 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
26 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
29 * These are used to make use of C type-checking..
45 /* to align the pointer to the (next) page boundary */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlautomata.in.h2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/nbp/
H A Dnbp_unrgstr.c39 struct sockaddr_at to; local
49 memset(&to, 0, sizeof(to));
50 if ((s = netddp_open(&to, NULL)) < 0)
91 memset( &to, 0, sizeof( struct sockaddr_at ));
92 to.sat_family = AF_APPLETALK;
94 memcpy(&to.sat_addr, addr, sizeof(struct at_addr));
96 to.sat_len = sizeof( struct sockaddr_at );
106 to.sat_port = nbp_port;
109 (struct sockaddr *)&to,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlautomata.h2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlautomata.in.h2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c67 Returns pointer to name or NULL.
131 " -i Cause mv to write a prompt to standard error before moving a file\n"
138 " -v Cause mv to be verbose, showing files after they are moved.\n"
251 static int do_move(const char *from, const char *to) argument
259 * make sure the user wants to clobber it.
261 if (!fflg && !access(to, F_OK)) {
272 printf("%s not overwritten\n", to);
275 (void)fprintf(stderr, "overwrite %s? (y/n [n]) ", to);
277 } else if (access(to, W_O
397 copy(const char *from, const char *to) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/skas/
H A Duaccess-skas.h14 extern int copy_from_user_skas(void *to, const void __user *from, int n);
15 extern int copy_to_user_skas(void __user *to, const void *from, int n);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dhardware.h24 * These allow various different clients to access the same GPIO
26 * GPIO register, then it is safe to ioremap/__raw_{read|write} to it.
31 * set the configuration of the given pin to the value passed.
79 * to = 1 => disable the pull-up
88 extern void s3c2410_gpio_pullup(unsigned int pin, unsigned int to);
90 extern void s3c2410_gpio_setpin(unsigned int pin, unsigned int to);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_nist.c25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
206 #define bn_cp_64(to, n, from, m) (to)[n] = (from)[m];
207 #define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0;
209 #define bn_cp_32(to, n, from, m) (to)[n] = (from)[m];
210 #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0;
212 #define bn_cp_64(to,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf14 <!-- Allow anyone to invoke methods on Avahi server, except SetHostName -->
23 <!-- Allow everything, including access to SetHostName to users of the group "netdev" -->
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/lib/
H A Duser_fixup.c15 * Instead of trying to be clever and handling all
33 unsigned long copy_from_user_fixup(void *to, const void __user *from, unsigned long size) argument
39 memset(to + offset, 0, size);
44 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) argument
48 return compute_size((unsigned long) to, size, &offset);
51 unsigned long copy_in_user_fixup(void __user *to, void __user *from, unsigned long size) argument
54 unsigned long start = (unsigned long) to;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/lib/
H A Duaccess.c2 * This file is subject to the terms and conditions of the GNU General Public
10 unsigned long __generic_copy_from_user(void *to, const void __user *from, argument
55 : "=d" (res), "+a" (from), "+a" (to), "=&r" (tmp)
62 unsigned long __generic_copy_to_user(void __user *to, const void *from, argument
99 : "=d" (res), "+a" (from), "+a" (to), "=&r" (tmp)
184 unsigned long __clear_user(void __user *to, unsigned long n) argument
217 : "=d" (res), "+a" (to)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dbounce.c44 * highmem version, map in to vec
46 static void bounce_copy_vec(struct bio_vec *to, unsigned char *vfrom) argument
52 vto = kmap_atomic(to->bv_page, KM_BOUNCE_READ);
53 memcpy(vto + to->bv_offset, vfrom, to->bv_len);
60 #define bounce_copy_vec(to, vfrom) \
61 memcpy(page_address((to)->bv_page) + (to)->bv_offset, vfrom, (to)->bv_len)
92 * queue gfp mask set, *to ma
95 copy_to_high_bio_irq(struct bio *to, struct bio *from) argument
199 struct bio_vec *to, *from; local
[all...]

Completed in 235 milliseconds

1234567891011>>