Searched refs:copy (Results 1 - 25 of 172) sorted by relevance

1234567

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Diovec.c90 int copy = min_t(unsigned int, iov->iov_len, len); local
91 if (copy_to_user(iov->iov_base, kdata, copy))
93 kdata+=copy;
94 len-=copy;
95 iov->iov_len-=copy;
96 iov->iov_base+=copy;
106 * In kernel copy to iovec. Returns -EFAULT on error.
117 int copy = min_t(unsigned int, iov->iov_len, len); local
118 memcpy(iov->iov_base, kdata, copy);
119 kdata+=copy;
143 int copy = min_t(unsigned int, len, iov->iov_len); local
178 int copy = min_t(unsigned int, len, iov->iov_len - offset); local
217 int copy = min_t(unsigned int, len, iov->iov_len - offset); local
[all...]
H A Ddatagram.c202 * Note: the iovec is modified during the copy.
207 int i, copy; local
211 if ((copy = start-offset) > 0) {
212 if (copy > len)
213 copy = len;
214 if (memcpy_toiovec(to, skb->data + offset, copy))
216 if ((len -= copy) == 0)
218 offset += copy;
228 if ((copy = end-offset) > 0) {
234 if (copy > le
279 int i, copy; local
[all...]
H A Dskbuff.c20 * Alan Cox : skb_copy copy arp field
447 * skb_copy - create private copy of an sk_buff
448 * @skb: buffer to copy
451 * Make a copy of both an &sk_buff and its data. This is used when the
452 * caller wishes to modify the data and needs a private copy of the
469 * Allocate the copy buffer
546 * pskb_copy - create copy of an sk_buff with private head.
547 * @skb: buffer to copy
550 * Make a copy of both an &sk_buff and part of its data, located
553 * private copy o
927 int i, copy; local
1002 int i, copy; local
1077 int i, copy; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/examples/
H A DMakefile19 # You should have received a copy of the GNU General Public License along
36 LSRCFILES = README Makefile.examples get-acl.c set-acl.c copy-acl.c
37 LDIRT = get-acl set-acl copy-acl
H A DMakefile.examples4 PROGS = get-acl copy-acl set-acl copyperm
/asus-wl-520gu-7.0.1.45/tools/visionice/
H A Dupdate.bat10 copy %InstallPath%\simfiles\bcm4710.dtl %InstallPath%\simfiles\bcm4710.dtl.old
13 copy %InstallPath%\bitmap\bcm4710.ini %InstallPath%\bitmap\bcm4710.ini.old
16 copy %InstallPath%\regfiles\MIPS\bcm4710.reg %InstallPath%\regfiles\MIPS\bcm4710.reg.old
19 copy %InstallPath%\regfiles\MIPS\bcm4710_r4.reg %InstallPath%\regfiles\MIPS\bcm4710_r4.reg.old
22 copy %InstallPath%\targets.def %InstallPath%\targets.def.old
25 copy bcm4710.dtl %InstallPath%\simfiles 1>nul
26 copy bcm4710.ini %InstallPath%\bitmap 1>nul
27 copy bcm4710.REG %InstallPath%\regfiles\MIPS 1>nul
28 copy bcm4710_R4.REG %InstallPath%\regfiles\MIPS 1>nul
29 copy target
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dstrcpy.S21 br __stxcpy # do the copy
H A Dstrncpy.S29 br __stxncpy # do the work of the copy
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dinfcodes.c46 uInt dist; /* distance back to copy from */
47 } copy; /* if EXT or COPY, where and how much */ member in union:inflate_codes_state::__anon177
95 Bytef *f; /* pointer to copy strings from */
98 /* copy input/output information to locals (UPDATE macro restores) */
138 c->sub.copy.get = e & 15;
160 j = c->sub.copy.get;
176 c->sub.copy.get = e & 15;
177 c->sub.copy.dist = t->base;
192 j = c->sub.copy.get;
194 c->sub.copy
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dprotocol.c23 * - Modified inet6_del_protocol() to correctly maintain copy bit.
54 prot->copy = 0;
57 * Set the copy bit if we need to.
63 prot->copy = 1;
103 * there is a previous one, reset its copy bit.
105 if (prot->copy == 0 && lp != NULL)
106 lp->copy = 0;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A DCREATE_CONFIGURE12 gettextize --force --copy </dev/null
15 libtoolize14 --force --copy
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-netwinder.S17 * we copy the start of the kernel (which includes this code)
29 mov r4, #64 @ number of bytes to copy
30 sub r5, r10, r9 @ total number of bytes to copy
44 mov r5, #0 @ no more to copy
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_inflate/
H A Dinfcodes.c51 Bytef *f; /* pointer to copy strings from */
54 /* copy input/output information to locals (UPDATE macro restores) */
91 c->sub.copy.get = e & 15;
112 j = c->sub.copy.get;
127 c->sub.copy.get = e & 15;
128 c->sub.copy.dist = t->base;
143 j = c->sub.copy.get;
145 c->sub.copy.dist += (uInt)b & zlib_inflate_mask[j];
150 f = (uInt)(q - s->window) < c->sub.copy.dist ?
151 s->end - (c->sub.copy
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Dconf.h37 * typedef for a param copy function.
51 conf_copy_func copy; /* a function to set the value in 'config'*/ member in struct:__anon7519
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dentry.S20 * You should have received a copy of the GNU General Public License
154 copy %r9,%r29
166 copy %r9,%r29
505 copy %r30, %r1
517 copy %r0, %r25
522 copy %r1, %r24
550 copy %r31, %r2
562 copy %r2, %r15
563 copy %r30, %r16
572 copy
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/lib/
H A Dlusercopy.S17 * You should have received a copy of the GNU General Public License
49 copy %r0,%r1
74 copy %r24,%r28
115 copy %r24,%r28
118 2: copy %r24,%r23
149 copy %r24,%r23
199 copy %r25,%r28
229 copy %r26,%r24
246 copy %r24,%r26 /* reset r26 so 0 is returned on fault */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dprotocol.h43 unsigned char copy:1; member in struct:inet_protocol
59 unsigned char copy:1; member in struct:inet6_protocol
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dprotocol.h43 unsigned char copy:1; member in struct:inet_protocol
59 unsigned char copy:1; member in struct:inet6_protocol
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dadsl-setup.in25 copy() {
255 copy $CONFIG $CONFIG-bak
282 copy /etc/resolv.conf /etc/resolv.conf-bak
295 copy /etc/ppp/pap-secrets /etc/ppp/pap-secrets-bak
301 copy /etc/ppp/chap-secrets /etc/ppp/chap-secrets-bak
H A Dcommon.c108 * str -- string to copy
110 * A malloc'd copy of str. Exits if malloc fails.
115 char *copy = malloc(strlen(str)+1); local
116 if (!copy) {
119 strcpy(copy, str);
120 return copy;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/hpux/
H A Dwrappers.S18 * You should have received a copy of the GNU General Public License
98 copy %r1,%r24
137 copy %r0,%r28
144 copy %r0,%r24 /* NULL environment */
165 copy %r1,%arg0
174 copy %r2,%r19
180 copy %r0,%r2 /* Flag to syscall_exit not to clear args */
239 copy %r0,%r22
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/lib/
H A DMakefile13 obj-y = csum-partial.o csum-copy.o csum-wrappers.o delay.o \
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_loadcmds.c18 * copy, install, use, modify and distribute modified or unmodified
295 char copy[200]; local
300 strncpy(copy,arg,sizeof(copy));
330 if (res < 0) xprintf("Could not load %s: %s\n",copy,cfe_errortext(res));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dprotocol.c20 * maintain copy bit.
117 prot->copy = 0;
120 * Set the copy bit if we need to.
126 prot->copy = 1;
166 * there is a previous one, reset its copy bit.
168 if (prot->copy == 0 && lp != NULL)
169 lp->copy = 0;
H A Dtcp.c851 int offset, size, copy, i; local
858 if (tp->send_head==NULL || (copy = mss_now - skb->len) <= 0) {
868 copy = mss_now;
871 if (copy > size)
872 copy = size;
876 skb_shinfo(skb)->frags[i-1].size += copy;
879 fill_page_desc(skb, i, page, offset, copy);
885 skb->len += copy;
886 skb->data_len += copy;
888 tp->write_seq += copy;
958 tcp_copy_to_page(struct sock *sk, char *from, struct sk_buff *skb, struct page *page, int off, int copy) argument
979 skb_add_data(struct sk_buff *skb, char *from, int copy) argument
1053 int copy; local
[all...]

Completed in 129 milliseconds

1234567