Searched refs:from (Results 126 - 150 of 1244) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-mul2.S64 sltu $2,$3,$2 # carry from previous addition -> $2
71 daddu $2,$9,$2 # add high product limb and carry from addition
85 daddu $2,$9,$2 # add high product limb and carry from addition
98 daddu $2,$9,$2 # add high product limb and carry from addition
H A Dmpih-mul3.S2 * subtract the product from a second limb vector.
64 sltu $2,$3,$2 # carry from previous addition -> $2
71 daddu $2,$9,$2 # add high product limb and carry from addition
85 daddu $2,$9,$2 # add high product limb and carry from addition
98 daddu $2,$9,$2 # add high product limb and carry from addition
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dzip.h27 int zip_packet(struct atport *ap,struct sockaddr_at *from, char *data, int len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dchecksum.h10 * Borrows very liberally from tcp.c and ip.c, see those
97 static inline void csum_replace4(__sum16 *sum, __be32 from, __be32 to) argument
99 __be32 diff[] = { ~from, to };
104 static inline void csum_replace2(__sum16 *sum, __be16 from, __be16 to) argument
106 csum_replace4(sum, (__force __be32)from, (__force __be32)to);
111 __be32 from, __be32 to, int pseudohdr);
114 __be16 from, __be16 to,
117 inet_proto_csum_replace4(sum, skb, (__force __be32)from,
113 inet_proto_csum_replace2(__sum16 *sum, struct sk_buff *skb, __be16 from, __be16 to, int pseudohdr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dpage.h59 extern void (*copy_page)(void *to, void *from);
66 extern void copy_page_slow(void *to, void *from);
69 extern void copy_page_nommu(void *to, void *from);
76 extern void copy_user_page(void *to, void *from, unsigned long address, struct page *pg);
78 extern void __copy_user_page(void *to, void *from, void *orig_to);
81 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Ddma.c51 .hw_addr.from = S3C2410_PA_IIS + S3C2410_IISFIFO,
57 .hw_addr.from = S3C2410_PA_SPI + S3C2410_SPRDAT,
63 .hw_addr.from = S3C2410_PA_SPI + S3C2412_SPI1 + S3C2410_SPRDAT,
69 .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH,
75 .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH,
81 .hw_addr.from = S3C2410_PA_UART2 + S3C2410_URXH,
87 .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH,
93 .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH,
99 .hw_addr.from = S3C2410_PA_UART2 + S3C2410_URXH,
108 .hw_addr.from
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/lib/
H A Dstring.c79 void *memcpy(void *to, const void *from, size_t n) argument
88 const char *cfrom = from;
91 from = cfrom;
96 const short *sfrom = from;
99 from = sfrom;
105 const long *lfrom = from;
128 from = lfrom;
132 const short *sfrom = from;
135 from = sfrom;
139 const char *cfrom = from;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_sf.h107 #define XFS_DIR2_SF_GET_INUMBER(sfp, from) \
108 xfs_dir2_sf_get_inumber(sfp, from)
110 xfs_dir2_sf_get_inumber(xfs_dir2_sf_t *sfp, xfs_dir2_inou_t *from) argument
113 (xfs_intino_t)XFS_GET_DIR_INO4((from)->i4) : \
114 (xfs_intino_t)XFS_GET_DIR_INO8((from)->i8));
117 #define XFS_DIR2_SF_PUT_INUMBER(sfp,from,to) \
118 xfs_dir2_sf_put_inumber(sfp,from,to)
119 static inline void xfs_dir2_sf_put_inumber(xfs_dir2_sf_t *sfp, xfs_ino_t *from, argument
123 XFS_PUT_DIR_INO4(*(from), (to)->i4);
125 XFS_PUT_DIR_INO8(*(from), (t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dudp_io.c31 const struct sockaddr *from, const struct sockaddr *to,
46 if (from->sa_family != AF_INET
48 && from->sa_family != AF_INET6
72 if (to->sa_family == AF_INET && from->sa_family == AF_INET) {
79 pktptr->ipi_spec_dst = ((struct sockaddr_in*)from)->sin_addr;
82 else if (to->sa_family == AF_INET6 && from->sa_family == AF_INET6) {
89 pktptr->ipi6_addr = ((struct sockaddr_in6*)from)->sin6_addr;
103 struct sockaddr *from, struct sockaddr *to,
107 return recvfrom(fd, buf, len, flags, from, &sa_size);
123 msg.msg_name = (struct sockaddr *)from;
30 send_to_from(int fd, void *buf, size_t len, int flags, const struct sockaddr *from, const struct sockaddr *to, socklen_t tolen) argument
102 recv_from_to(int fd, void *buf, size_t len, int flags, struct sockaddr *from, struct sockaddr *to, socklen_t sa_size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dparser.c57 args[argc].from = s;
78 if (args[argc].to == args[argc].from)
114 * match_number: scan a number in the given base from a substring_t
129 buf = kmalloc(s->to - s->from + 1, GFP_KERNEL);
132 memcpy(buf, s->from, s->to - s->from);
133 buf[s->to - s->from] = '\0';
143 * match_int: - scan a decimal representation of an integer from a substring_t
157 * match_octal: - scan an octal representation of an integer from a substring_t
171 * match_hex: - scan a hex representation of an integer from
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dweird.c25 char from; member in struct:__anon1690
40 for (i=0;weird_table[i].from;i++) {
49 (*outbuf)[0] = weird_table[i].from;
85 for (i=0;weird_table[i].from;i++) {
86 if ((*inbuf)[0] == weird_table[i].from &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dio.c19 * Copy data from IO memory space to "real" memory space.
22 void memcpy_fromio(void *to, volatile void __iomem *from, unsigned long count) argument
27 *p = readb((void __iomem *)from);
29 from++;
35 * Copy data from "real" memory space to IO memory space.
38 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) argument
40 const char *p = from;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dioport.c35 asmlinkage long sys_ioperm(unsigned long from, unsigned long num, int turn_on) argument
42 if ((from + num <= from) || (from + num > IO_BITMAP_BITS))
71 set_bitmap(t->io_bitmap_ptr, from, num, !turn_on);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestAutomata.c80 int from, to; local
82 from = scanNumber(&ptr);
88 if (states[from] == NULL)
89 states[from] = xmlAutomataNewState(am);
100 xmlAutomataNewTransition(am, states[from], states[to],
104 int from, to; local
106 from = scanNumber(&ptr);
112 if (states[from] == NULL)
113 states[from] = xmlAutomataNewState(am);
118 xmlAutomataNewEpsilon(am, states[from], state
132 int from, to; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Duaccess.h89 * and hide all the ugliness from the user.
208 const void __user *from,
210 extern unsigned long copy_from_user_fixup(void *to, const void __user *from,
213 copy_from_user(void *to, const void __user *from, unsigned long size) argument
215 unsigned long ret = ___copy_from_user(to, from, size);
218 ret = copy_from_user_fixup(to, from, size);
224 const void *from,
226 extern unsigned long copy_to_user_fixup(void __user *to, const void *from,
229 copy_to_user(void __user *to, const void *from, unsigned long size) argument
231 unsigned long ret = ___copy_to_user(to, from, siz
245 copy_in_user(void __user *to, void __user *from, unsigned long size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dbounce.c3 * - Split from highmem.c
95 static void copy_to_high_bio_irq(struct bio *to, struct bio *from) argument
102 fromvec = from->bi_io_vec + i;
199 struct bio_vec *to, *from; local
201 bio_for_each_segment(from, *bio_orig, i) {
202 page = from->bv_page;
219 to->bv_len = from->bv_len;
220 to->bv_offset = from->bv_offset;
226 flush_dcache_page(from->bv_page);
228 vfrom = kmap(from
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsignal32.c6 * Code was mostly borrowed from kernel/signal.c.
382 DBG(1,"setup_sigcontext32: Copying from regs to sc, "
400 copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from) argument
405 if (!access_ok(VERIFY_READ, from, sizeof(compat_siginfo_t)))
408 err = __get_user(to->si_signo, &from->si_signo);
409 err |= __get_user(to->si_errno, &from->si_errno);
410 err |= __get_user(to->si_code, &from->si_code);
413 err |= __copy_from_user(&to->_sifields._pad, &from->_sifields._pad, SI_PAD_SIZE);
417 err |= __get_user(to->si_utime, &from->si_utime);
418 err |= __get_user(to->si_stime, &from
444 copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-queue.c89 static void ivtv_queue_move_buf(struct ivtv_stream *s, struct ivtv_queue *from, argument
92 struct ivtv_buffer *buf = list_entry(from->list.next, struct ivtv_buffer, list);
94 list_move_tail(from->list.next, &to->list);
95 from->buffers--;
96 from->length -= s->buf_size;
97 from->bytesused -= buf->bytesused - buf->readpos;
112 /* Move 'needed_bytes' worth of buffers from queue 'from' into queue 'to'.
113 If 'needed_bytes' == 0, then move all buffers from 'from' int
129 ivtv_queue_move(struct ivtv_stream *s, struct ivtv_queue *from, struct ivtv_queue *steal, struct ivtv_queue *to, int needed_bytes) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_connbytes.c16 " [!] --connbytes from:[to]\n"
39 sinfo->count.from = cb->val.u64_range[0];
44 i = sinfo->count.from;
45 sinfo->count.from = sinfo->count.to;
115 if (sinfo->count.from > sinfo->count.to)
118 (unsigned long long)sinfo->count.from);
121 (unsigned long long)sinfo->count.from,
135 if (sinfo->count.from > sinfo->count.to)
138 (unsigned long long)sinfo->count.from);
141 (unsigned long long)sinfo->count.from,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2440/
H A Ddma.c51 .hw_addr.from = S3C2410_PA_IIS + S3C2410_IISFIFO,
57 .hw_addr.from = S3C2410_PA_SPI + S3C2410_SPRDAT,
63 .hw_addr.from = S3C2410_PA_SPI + 0x20 + S3C2410_SPRDAT,
69 .hw_addr.from = S3C2410_PA_UART0 + S3C2410_URXH,
75 .hw_addr.from = S3C2410_PA_UART1 + S3C2410_URXH,
81 .hw_addr.from = S3C2410_PA_UART2 + S3C2410_URXH,
93 .hw_addr.from = S3C2410_PA_IIS + S3C2410_IISFIFO,
105 .hw_addr.from = S3C2440_PA_AC97 + S3C_AC97_PCM_DATA,
117 .hw_addr.from = S3C2440_PA_AC97 + S3C_AC97_MIC_DATA,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dsbc_gxx.c127 static void sbc_gxx_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
131 if (len > (WINDOW_LENGTH - (from & WINDOW_MASK)))
132 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
135 sbc_gxx_page(map, from);
136 memcpy_fromio(to, iomapadr + (from & WINDOW_MASK), thislen);
139 from += thislen;
152 static void sbc_gxx_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
161 memcpy_toio(iomapadr + (to & WINDOW_MASK), from, thislen);
164 from += thislen;
H A Dvmax301.c38 the extra indirection from having one of the map->map_priv
67 static void vmax301_copy_from(struct map_info *map, void *to, unsigned long from, ssize_t len) argument
71 if (len > (WINDOW_LENGTH - (from & WINDOW_MASK)))
72 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
74 vmax301_page(map, from);
75 memcpy_fromio(to, map->map_priv_2 + from, thislen);
78 from += thislen;
91 static void vmax301_copy_to(struct map_info *map, unsigned long to, const void *from, ssize_t len) argument
100 memcpy_toio(map->map_priv_2 + to, from, thislen);
103 from
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpage.h24 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
27 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
39 #define pte_copy(to, from) ({ (to).pte_high = (from).pte_high; \
41 (to).pte_low = (from).pte_low; })
70 #define pte_copy(to, from) ((to).pte = (from).pte)
100 /* Cast to unsigned long before casting to void * to avoid a warning from
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dblacklist.c44 * (Un-)blacklist the devices from-to
47 blacklist_range (range_action action, unsigned int from, unsigned int to, argument
51 to = from;
53 if (from > to || to > __MAX_SUBCHANNEL || ssid > __MAX_SSID) {
56 ssid, from, ssid, to);
59 for (; from <= to; from++) {
61 set_bit (from, bl_dev[ssid]);
63 clear_bit (from, bl_dev[ssid]);
69 * Get devno/busid from give
129 int from, to, from_id0, to_id0, from_ssid, to_ssid; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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
17 prefetch(from);
19 __copy_user(to,from,n);
24 __generic_copy_from_user(void *to, const void __user *from, unsigned long n) argument
27 if (access_ok(VERIFY_READ, from, n))
28 __copy_user_zeroing(to,from,n);
36 * Copy a null terminated string from userspace.

Completed in 276 milliseconds

1234567891011>>