Searched refs:from (Results 51 - 75 of 1244) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlautomata.in.h57 xmlAutomataStatePtr from,
63 xmlAutomataStatePtr from,
70 xmlAutomataStatePtr from,
78 xmlAutomataStatePtr from,
86 xmlAutomataStatePtr from,
95 xmlAutomataStatePtr from,
103 xmlAutomataStatePtr from,
112 xmlAutomataStatePtr from,
117 xmlAutomataStatePtr from,
121 xmlAutomataStatePtr from,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlautomata.h57 xmlAutomataStatePtr from,
63 xmlAutomataStatePtr from,
70 xmlAutomataStatePtr from,
78 xmlAutomataStatePtr from,
86 xmlAutomataStatePtr from,
95 xmlAutomataStatePtr from,
103 xmlAutomataStatePtr from,
112 xmlAutomataStatePtr from,
117 xmlAutomataStatePtr from,
121 xmlAutomataStatePtr from,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlautomata.in.h57 xmlAutomataStatePtr from,
63 xmlAutomataStatePtr from,
70 xmlAutomataStatePtr from,
78 xmlAutomataStatePtr from,
86 xmlAutomataStatePtr from,
95 xmlAutomataStatePtr from,
103 xmlAutomataStatePtr from,
112 xmlAutomataStatePtr from,
117 xmlAutomataStatePtr from,
121 xmlAutomataStatePtr from,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dunmap.c13 int switcheroo(int fd, int prot, void *from, void *to, int size) argument
21 if(munmap(from, size) < 0){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dunmap.c13 int switcheroo(int fd, int prot, void *from, void *to, int size) argument
21 if(munmap(from, size) < 0){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
194 from = window - OFF;
196 from += wsize - op;
197 if (op < len) { /* some from window */
200 PUP(out) = PUP(from);
202 from = out - dist; /* rest from outpu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
194 from = window - OFF;
196 from += wsize - op;
197 if (op < len) { /* some from window */
200 PUP(out) = PUP(from);
202 from = out - dist; /* rest from outpu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char *from; /* where to copy match from */ local
182 if (dist > op) { /* see if copy from window */
189 from = window - OFF;
191 from += wsize - op;
192 if (op < len) { /* some from window */
195 PUP(out) = PUP(from);
197 from = out - dist; /* rest from outpu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Duaccess.h68 * to write to a block, it is always safe to read from it.
112 * and hide all the ugliness from the user.
132 * get_user: - Get a simple variable from user space.
138 * This macro copies a single simple variable from user space to kernel
186 * This macro copies a single simple value from kernel space to user
228 * __get_user: - Get a simple variable from user space, with less checking.
234 * This macro copies a single simple variable from user space to kernel
258 * This macro copies a single simple value from kernel space to user
329 * Tell gcc we read from memory instead of writing: this is because
390 const void *from, unsigne
420 __copy_to_user_inatomic(void __user *to, const void *from, unsigned long n) argument
455 __copy_to_user(void __user *to, const void *from, unsigned long n) argument
462 __copy_from_user_inatomic(void *to, const void __user *from, unsigned long n) argument
510 __copy_from_user(void *to, const void __user *from, unsigned long n) argument
533 __copy_from_user_nocache(void *to, const void __user *from, unsigned long n) argument
556 __copy_from_user_inatomic_nocache(void *to, const void __user *from, unsigned long n) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dsearch.c35 * pci_find_bus - locate PCI bus from a given domain and bus number
60 * @from: Previous PCI bus found, or %NULL for new search.
63 * initiated by passing %NULL as the @from argument. Otherwise if
64 * @from is not %NULL, searches continue from next device on the
68 pci_find_next_bus(const struct pci_bus *from) argument
75 n = from ? from->node.next : pci_root_buses.next;
83 * pci_find_slot - locate PCI device from a given PCI slot
142 * pci_get_bus_and_slot - locate PCI device from
185 pci_find_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, const struct pci_dev *from) argument
240 pci_find_device(unsigned int vendor, unsigned int device, const struct pci_dev *from) argument
262 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) argument
314 pci_get_device(unsigned int vendor, unsigned int device, struct pci_dev *from) argument
335 pci_get_device_reverse(unsigned int vendor, unsigned int device, struct pci_dev *from) argument
373 pci_get_class(unsigned int class, struct pci_dev *from) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2443/
H A Ddma.c58 .hw_addr.from = S3C2410_PA_IIS + S3C2410_IISFIFO,
64 .hw_addr.from = S3C2410_PA_SPI + S3C2410_SPRDAT,
70 .hw_addr.from = S3C2410_PA_SPI + 0x20 + S3C2410_SPRDAT,
76 .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH,
82 .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH,
88 .hw_addr.from = S3C2410_PA_UART2 + S3C2410_URXH,
94 .hw_addr.from = S3C2443_PA_UART3 + S3C2410_URXH,
100 .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH,
106 .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH,
112 .hw_addr.from
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Duaccess.h192 * macros here, and hide all the uglyness from the user.
369 * Copy to/from user space
381 extern unsigned __xtensa_copy_user(void *to, const void *from, unsigned n);
382 #define __copy_user(to,from,size) __xtensa_copy_user(to,from,size)
386 __generic_copy_from_user_nocheck(void *to, const void *from, unsigned long n)
388 return __copy_user(to,from,n);
392 __generic_copy_to_user_nocheck(void *to, const void *from, unsigned long n)
394 return __copy_user(to,from,n);
398 __generic_copy_to_user(void *to, const void *from, unsigne
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Duaccess.h140 * Tell gcc we read from memory instead of writing: this is because
201 #define __copy_from_user(to, from, n) copy_from_user(to, from, n)
202 #define __copy_to_user(to, from, n) copy_to_user(to, from, n)
206 #define copy_to_user_ret(to,from,n,retval) ({ if (copy_to_user(to,from,n))\
209 #define copy_from_user_ret(to,from,n,retval) ({ if (copy_from_user(to,from,n))\
213 const void __user * from, unsigne
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
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Ddma.h58 * Transfer end interrupt, inherited from DMAC.
123 extern int dma_xfer(unsigned int chan, unsigned long from,
126 #define dma_write(chan, from, to, size) \
127 dma_xfer(chan, from, to, size, DMA_MODE_WRITE)
128 #define dma_write_page(chan, from, to) \
129 dma_write(chan, from, to, PAGE_SIZE)
131 #define dma_read(chan, from, to, size) \
132 dma_xfer(chan, from, to, size, DMA_MODE_READ)
133 #define dma_read_page(chan, from, to) \
134 dma_read(chan, from, t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A Duser_fixup.c33 unsigned long copy_from_user_fixup(void *to, const void __user *from, unsigned long size) argument
37 size = compute_size((unsigned long) from, size, &offset);
44 unsigned long copy_to_user_fixup(void __user *to, const void *from, unsigned long size) argument
51 unsigned long copy_in_user_fixup(void __user *to, void __user *from, unsigned long size) argument
60 start = (unsigned long) from;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Duaccess.c9 int copy_from_user_tt(void *to, const void __user *from, int n) argument
11 if(!access_ok(VERIFY_READ, from, n))
14 return(__do_copy_from_user(to, from, n, &current->thread.fault_addr,
18 int copy_to_user_tt(void __user *to, const void *from, int n) argument
23 return(__do_copy_to_user(to, from, n, &current->thread.fault_addr,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsiginfo.h26 * Careful to keep union _sifields from shifting ...
119 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) argument
121 if (from->si_code < 0)
122 memcpy(to, from, sizeof(*to));
125 memcpy(to, from, 3*sizeof(int) + sizeof(from->_sifields._sigchld));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsiginfo.h26 * Careful to keep union _sifields from shifting ...
119 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) argument
121 if (from->si_code < 0)
122 memcpy(to, from, sizeof(*to));
125 memcpy(to, from, 3*sizeof(int) + sizeof(from->_sifields._sigchld));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsiginfo.h128 copy_siginfo (siginfo_t *to, siginfo_t *from) argument
130 if (from->si_code < 0)
131 memcpy(to, from, sizeof(siginfo_t));
134 memcpy(to, from, 4*sizeof(int) + sizeof(from->_sifields._sigchld));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dsiginfo.h81 static inline void copy_siginfo(struct siginfo *to, struct siginfo *from) argument
83 if (from->si_code < 0)
84 memcpy(to, from, sizeof(*to));
87 memcpy(to, from, 3*sizeof(int) + sizeof(from->_sifields._sigchld));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c127 "the files are copied and removed from the source.\n\n"
132 " that would overwrite an existing file. If the response from the\n"
251 static int do_move(const char *from, const char *to) argument
264 if (lstat(from, &sb) == -1) {
265 SLOG("%s: %s", from, strerror(errno));
305 if ((cnid = cnid_for_path(&svolume, from, &did)) == CNID_INVALID) {
306 SLOG("Couldn't resolve CNID for %s", from);
310 if (stat(from, &sb) != 0) {
315 if (rename(from, to) != 0) {
324 if (lstat(from,
397 copy(const char *from, const char *to) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c127 "the files are copied and removed from the source.\n\n"
132 " that would overwrite an existing file. If the response from the\n"
251 static int do_move(const char *from, const char *to) argument
264 if (lstat(from, &sb) == -1) {
265 SLOG("%s: %s", from, strerror(errno));
305 if ((cnid = cnid_for_path(&svolume, from, &did)) == CNID_INVALID) {
306 SLOG("Couldn't resolve CNID for %s", from);
310 if (stat(from, &sb) != 0) {
315 if (rename(from, to) != 0) {
324 if (lstat(from,
397 copy(const char *from, const char *to) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dpg-dma.c26 static void copy_page_dma(void *to, void *from) argument
35 flush_icache_range((unsigned long)from, PAGE_SIZE);
36 dma_write_page(dma_channel, (unsigned long)from, (unsigned long)to);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dgeneric.c127 int io_remap_pfn_range(struct vm_area_struct *vma, unsigned long from, argument
132 unsigned long beg = from;
133 unsigned long end = from + size;
145 offset -= from;
146 dir = pgd_offset(mm, from);
149 while (from < end) {
150 pud_t *pud = pud_alloc(mm, dir, from);
154 error = io_remap_pud_range(mm, pud, from, end - from, offset + from, pro
[all...]

Completed in 139 milliseconds

1234567891011>>