Searched refs:to (Results 76 - 100 of 3425) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dio.c252 * IDE driver to read disk sectors. Performance is important, but
253 * the interfaces seems to be slow: just using the inlined version
293 * but the interfaces seems to be slow: just using the inlined version
346 * driver to write disk sectors. Performance is important, but the
347 * interfaces seems to be slow: just using the inlined version of the
386 * driver to write disk sectors. Works with any alignment in SRC.
387 * Performance is important, but the interfaces seems to be slow:
417 * Copy data from IO memory space to "real" memory space.
418 * This needs to be optimized.
420 void memcpy_fromio(void *to, cons argument
474 memcpy_toio(volatile void __iomem *to, const void *from, long count) argument
527 _memset_c_io(volatile void __iomem *to, unsigned long c, long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Duaccess.h61 * address of an instruction that is allowed to fault, and the second is
63 * modified, so it is entirely up to the continuation code to figure out
64 * what to do.
68 * we don't even have to jump over them. Further, they do not intrude
196 * @to: Destination address, in user space.
198 * @n: Number of bytes to copy.
202 * Copy data from kernel space to user space. Caller must check
209 __copy_to_user(void __user *to, const void *from, unsigned long n) argument
212 return uaccess.copy_to_user_small(n, to, fro
234 copy_to_user(void __user *to, const void *from, unsigned long n) argument
260 __copy_from_user(void *to, const void __user *from, unsigned long n) argument
291 copy_from_user(void *to, const void __user *from, unsigned long n) argument
308 __copy_in_user(void __user *to, const void __user *from, unsigned long n) argument
314 copy_in_user(void __user *to, const void __user *from, unsigned long n) argument
363 __clear_user(void __user *to, unsigned long n) argument
369 clear_user(void __user *to, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Duaccess.h25 * __ua_size() is a trick to avoid runtime checking of positive constant
35 * to write to a block, it is always safe to read from it.
36 * @addr: User space pointer to start of block to check
37 * @size: Size of block to check
41 * Checks if a pointer to a block of memory in user space is valid.
61 * @x: Value to copy to use
294 copy_from_user(void *to, const void *from, unsigned long len) argument
309 copy_to_user(void *to, const void *from, unsigned long len) argument
330 __copy_to_user_inatomic(void *to, const void *from, unsigned long len) argument
336 __copy_from_user_inatomic(void *to, const void *from, unsigned long len) argument
344 copy_in_user(void *to, const void *from, unsigned long len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtwinhnd.tex9 it is extended with protected member m\_WParser pointing to
11 to wxHtmlParser's m\_Parser).
28 Value of this attribute is identical to value of m\_Parser. The only different
29 is that m\_WParser points to wxHtmlWinParser object while m\_Parser
30 points to wxHtmlParser object. (The same object, but overcast.)
H A Dstrtotxt.tex14 This class can be used to (temporarily) redirect all output sent to a C++
15 ostream object to a \helpref{wxTextCtrl}{wxtextctrl} instead.
20 option on (i.e. set to $1$) in your setup.h to be able to use it. Under Unix,
33 // this goes to the text control
37 // this goes somewhere else, presumably to stdout
60 The constructor starts redirecting output sent to {\it ostr} or {\it cout} for
61 the default parameter value to th
[all...]
H A Ddatostrm.tex7 If you want to write data to text files (or streams) use
39 \docparam{conv}{Charset conversion object object used to encoding Unicode
40 strings before writing them to the stream
44 recommended to use default value (UTF-8).}
65 Writes the single byte {\it i8} to the stream.
69 Writes an array of bytes to the stream. The amount of bytes to write is
76 Writes the 16 bit unsigned integer {\it i16} to the stream.
80 Writes an array of 16 bit unsigned integer to th
[all...]
H A Dmemorydc.tex3 A memory device context provides a means to draw graphics onto a bitmap. When
4 drawing in to a mono-bitmap, using {\tt wxWHITE}, {\tt wxWHITE\_PEN} and
29 // Copy from this DC to another DC.
48 Use the \helpref{IsOk}{wxdcisok} member to test whether the constructor was successful
50 Don't forget to select a bitmap into the DC before drawing on it.
56 Use the \helpref{IsOk}{wxdcisok} member to test whether the constructor was successful
65 this is the function you should use when you select a bitmap because you want to modify
68 Be careful to use this function and not \helpref{SelectObjectAsSource}{wxmemorydcselectobjectassource}
69 when you want to modify the bitmap you are selecting otherwise you may incurr in some
70 problems related to wxBitma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Duaccess.h55 * address of an instruction that is allowed to fault, and the second is
57 * modified, so it is entirely up to the continuation code to figure out
58 * what to do.
62 * we don't even have to jump over them. Further, they do not intrude
78 static inline __must_check long __copy_from_user(void *to, argument
84 *(u8 *)to = *(u8 __force *)from;
87 *(u16 *)to = *(u16 __force *)from;
90 *(u32 *)to = *(u32 __force *)from;
94 *(u64 *)to
108 __copy_to_user(void __user *to, const void *from, unsigned long n) argument
243 copy_from_user(void *to, const void __user * from, unsigned long n) argument
253 copy_to_user(void __user *to, const void *from, unsigned long n) argument
310 __clear_user(void __user *to, unsigned long n) argument
318 clear_user(void __user *to, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dwritev.c16 /* This ought to be in core MTD code. All registered MTD devices
20 unsigned long count, loff_t to, size_t *retlen)
29 ret = mtd->write(mtd, to, vecs[i].iov_len, &thislen, vecs[i].iov_base);
33 to += vecs[i].iov_len;
41 unsigned long count, loff_t to, size_t *retlen)
46 res = jffs2_sum_add_kvec(c, vecs, count, (uint32_t) to);
54 return c->mtd->writev(c->mtd, vecs, count, to, retlen);
56 return mtd_fake_writev(c->mtd, vecs, count, to, retlen);
19 mtd_fake_writev(struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) argument
40 jffs2_flash_direct_writev(struct jffs2_sb_info *c, const struct kvec *vecs, unsigned long count, loff_t to, size_t *retlen) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dhelpers.c54 ** Copy a C string to a Pascal string
72 ** Copy a Pascal string to a C string
88 char *sstrcpy(char *to,const char *from) argument
90 memmove(to, from, 1+strlen(from));
91 return to;
94 char *sstrcat(char *to,const char *from) argument
96 sstrcpy(to + strlen(to), from);
97 return to;
347 ** Convert the MacOS-Strings (Filenames/Findercomments) to
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dhelpers.c54 ** Copy a C string to a Pascal string
72 ** Copy a Pascal string to a C string
88 char *sstrcpy(char *to,const char *from) argument
90 memmove(to, from, 1+strlen(from));
91 return to;
94 char *sstrcat(char *to,const char *from) argument
96 sstrcpy(to + strlen(to), from);
97 return to;
347 ** Convert the MacOS-Strings (Filenames/Findercomments) to
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_cp.c6 * This code is derived from software contributed to Berkeley by
18 * may be used to endorse or promote products derived from this software
35 * Cp copies source files to target files.
37 * The global PATH_T structure "to" always contains the path to the
41 * The basic algorithm is to initialize "to" and use fts(3) to traverse
45 * path (relative to the root of the traversal) is appended to di
84 PATH_T to = { to.p_path, emptystring, "" }; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/lib/
H A Dstring.c2 * This file is subject to the terms and conditions of the GNU General Public
85 void *memcpy(void *to, const void *from, size_t n) argument
87 void *xto = to;
92 if ((long)to & 1) {
93 char *cto = to;
96 to = cto;
100 if (n > 2 && (long)to & 2) {
101 short *sto = to;
104 to = sto;
110 long *lto = to;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2443/
H A Ddma.c57 .hw_addr.to = S3C2410_PA_IIS + S3C2410_IISFIFO,
63 .hw_addr.to = S3C2410_PA_SPI + S3C2410_SPTDAT,
69 .hw_addr.to = S3C2410_PA_SPI + 0x20 + S3C2410_SPTDAT,
75 .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH,
81 .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH,
87 .hw_addr.to = S3C2410_PA_UART2 + S3C2410_UTXH,
93 .hw_addr.to = S3C2443_PA_UART3 + S3C2410_UTXH,
99 .hw_addr.to = S3C2410_PA_UART0 + S3C2410_UTXH,
105 .hw_addr.to = S3C2410_PA_UART1 + S3C2410_UTXH,
111 .hw_addr.to
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddma.h6 * This file is subject to the terms and conditions of the GNU General Public
122 unsigned long to, size_t size, unsigned int mode);
124 #define dma_write(chan, from, to, size) \
125 dma_xfer(chan, from, to, size, DMA_MODE_WRITE)
126 #define dma_write_page(chan, from, to) \
127 dma_write(chan, from, to, PAGE_SIZE)
129 #define dma_read(chan, from, to, size) \
130 dma_xfer(chan, from, to, size, DMA_MODE_READ)
131 #define dma_read_page(chan, from, to) \
132 dma_read(chan, from, to, PAGE_SIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dusercopy_64.c96 unsigned long clear_user(void __user *to, unsigned long n) argument
98 if (access_ok(VERIFY_WRITE, to, n))
99 return __clear_user(to, n);
152 unsigned long copy_in_user(void __user *to, const void __user *from, unsigned len) argument
154 if (access_ok(VERIFY_WRITE, to, len) && access_ok(VERIFY_READ, from, len)) {
155 return copy_user_generic((__force void *)to, (__force void *)from, len);
162 * Try to copy last bytes and clear the rest if needed.
164 * it is not necessary to optimize tail handling.
167 copy_user_handle_tail(char *to, char *from, unsigned len, unsigned zerorest) argument
175 if (__put_user_nocheck(c, to
[all...]
H A Dmemcpy_32.c7 void *memcpy(void *to, const void *from, size_t n) argument
10 return __memcpy3d(to, from, n);
12 return __memcpy(to, from, n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_md.c6 * OpenSSL interface to GOST R 34.11-94 hash functions *
19 static int gost_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from);
60 int gost_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from) argument
62 struct ossl_gost_digest_ctx *md_ctx = to->md_data;
63 if (to->md_data && from->md_data) {
64 memcpy(to->md_data, from->md_data,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Duaccess.h84 * address of an instruction that is allowed to fault, and the second is
86 * modified, so it is entirely up to the continuation code to figure out
87 * what to do.
91 * we don't even have to jump over them. Further, they do not intrude
108 * doing multiple accesses to the same area (the user has to do the
295 #define __copy_user(to, from, size) \
298 void *__to = to; \
323 #define __copy_user_zeroing(to, fro
363 __generic_copy_from_user_nocheck(void *to, const void *from, unsigned long n) argument
371 __generic_copy_to_user_nocheck(void *to, const void *from, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_md.c6 * OpenSSL interface to GOST R 34.11-94 hash functions *
19 static int gost_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from);
60 int gost_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from) argument
62 struct ossl_gost_digest_ctx *md_ctx = to->md_data;
63 if (to->md_data && from->md_data) {
64 memcpy(to->md_data, from->md_data,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dstring_64.h9 static __always_inline void *__inline_memcpy(void *to, const void *from, size_t n) argument
21 : "0" (n / 4), "q" (n), "1" ((long)to), "2" ((long)from)
23 return to;
26 /* 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);
34 extern void *__memcpy(void *to, const void *from, size_t len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Duaccess.h6 * This file is subject to the terms and conditions of the GNU General Public
60 * address of an instruction that is allowed to fault, and the second is
62 * modified, so it is entirely up to the continuation code to figure out
63 * what to do.
67 * we don't even have to jump over them. Further, they do not intrude
114 extern unsigned long __copy_tofrom_user(void __user *to,
118 static inline unsigned long __must_check __clear_user(void __user *to, argument
121 /* normal memset with two words to __ex_table */
132 : "0"(n), "r"(to)
137 clear_user(void __user *to, unsigned long n) argument
364 copy_from_user(void *to, const void __user *from, unsigned long n) argument
378 copy_to_user(void __user *to, const void *from, unsigned long n) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dgpio.c19 * along with this program; if not, write to the Free Software
41 void s3c2410_gpio_pullup(unsigned int pin, unsigned int to) argument
45 WARN_ON(to); /* should be none of these left */
47 if (!to) {
60 void s3c2410_gpio_setpin(unsigned int pin, unsigned int to) argument
65 gpio_set_value(pin, to);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/setup/wince/
H A Dregister.bat4 REM You can also provide a setup.exe to do this, for example from:
13 REM You must modify the following directories to point to the correct locations.
14 REM Make sure the CAB file(s) to be installed are in the appinst\ root directory.
28 @echo Edit this batch file to point to the correct directories
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
66 args[argc].to = s + len;
70 simple_strtol(s, &args[argc].to, 0);
73 simple_strtoul(s, &args[argc].to, 0);
76 simple_strtoul(s, &args[argc].to, 8);
79 simple_strtoul(s, &args[argc].to, 16);
81 if (args[argc].to == args[argc].from)
87 s = args[argc].to;
94 * @s: the string to examin
[all...]

Completed in 245 milliseconds

1234567891011>>