Searched refs:copy (Results 226 - 250 of 467) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead-shark.S8 * - copy the kernel to 0x08508000. This is done to have a fixed address where the
88 * copy the kernel to the beginning of physical memory
89 * We start from the highest address, so we can copy
95 * So we add a loop here, to be able to copy some more.
99 mov r4, #3 @ How many megabytes to copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dcsumpartial.S105 blo .Lless8 @ 8 bytes to copy.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_put.c472 DBT copy, *rdata; local
503 * to the place at which to copy the user's data, b) set tlen to the
505 * the user, and c) copy any valid data from an existing record. If
529 * in the current record rather than allocate a separate copy.
531 memset(&copy, 0, sizeof(copy));
532 if ((ret = __db_goff(dbp, dbc->thread_info, dbc->txn, &copy,
546 * the same number of bytes as we're inserting, copy it up or
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_message.c16 * You should have received a copy of the GNU General Public License
969 /* find instance of database copy */
1097 struct ospf6_lsa *lsa, *copy, *rem;
1136 /* find database copy */
1137 copy = ospf6_lsdb_lookup (lsa_header->type, lsa_header->ls_id,
1141 /* if no database copy */
1142 if (!copy)
1145 zlog_info ("no database copy, ignore");
1150 rem = ospf6_lsdb_lookup_lsdb (copy->header->type, copy
1096 struct ospf6_lsa *lsa, *copy, *rem; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipx/
H A Daf_ipx.c391 struct sk_buff *skb, int copy)
411 if (copy) {
418 copy = 1; /* skb may only be used once */
428 /* skb was solely for us, and we did not make a copy, so free it. */
429 if (!copy)
476 struct sk_buff *skb, int copy)
514 if (!copy)
527 if (copy)
390 ipxitf_demux_socket(struct ipx_interface *intrfc, struct sk_buff *skb, int copy) argument
475 ipxitf_demux_socket(struct ipx_interface *intrfc, struct sk_buff *skb, int copy) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.c15 You should have received a copy of the GNU General Public License
1431 value of a key in the hash table, we have to copy the first
1433 flag_context_list_ty *copy = XMALLOC (flag_context_list_ty); local
1434 *copy = *list;
1451 list->next = copy;
2417 struct arglist_parser *copy = local
2423 copy->mlp = ap->mlp;
2424 copy->keyword = ap->keyword;
2425 copy->keyword_len = ap->keyword_len;
2426 copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c48 You should have received a copy of the GNU General Public License
191 struct copy_type copy; member in union:config_entry_struct::__anon11319
599 new->u.copy.source = xstrdup(p[0]);
600 new->u.copy.destination = xstrdup(p[1]);
829 expand_expression(source, STRING_LENGTH, entry->u.copy.source,
833 expand_expression(destination, STRING_LENGTH, entry->u.copy.destination,
1294 supporting that would require yet another string-copy. However, it's not
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/iucv/
H A Diucv.c28 * You should have received a copy of the GNU General Public License
975 size_t copy; local
991 copy = min_t(size_t, size, array->length);
993 rmmsg, copy);
994 rmmsg += copy;
995 size -= copy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3066 uInt left; /* if STORED, bytes left to copy */
3126 /* copy as much as possible from the sliding window to the output area */
3270 /* copy input/output information to locals (UPDATE macro restores) */
3559 /* while there is input ready, copy to output buffer, moving
4109 uInt dist; /* distance back to copy from */
4110 } copy; /* if EXT or COPY, where and how much */ member in union:inflate_codes_state::__anon1538
4157 Bytef *f; /* pointer to copy strings from */
4160 /* copy input/output information to locals (UPDATE macro restores) */
4200 c->sub.copy.get = e & 15;
4222 j = c->sub.copy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/sound/oss/
H A DMultiSound293 # When unzipped, unzip the file named MsndFiles.zip. Then copy the
467 X * You should have received a copy of the GNU General Public License
573 X * You should have received a copy of the GNU General Public License
1081 X * You should have received a copy of the GNU General Public License
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmempolicy.c806 unsigned long copy = ALIGN(maxnode-1, 64) / 8; local
809 if (copy > nbytes) {
810 if (copy > PAGE_SIZE)
812 if (clear_user((char __user *)mask + nbytes, copy - nbytes))
814 copy = nbytes;
816 return copy_to_user(mask, nodes_addr(*nodes), copy) ? -EFAULT : 0;
1261 /* Slow path of a mempolicy copy */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/
H A Dsamba-schema-netscapeds5.x7 ## - in Sun One 5.2 copy it as 99samba-schema-netscapeds5.ldif
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dupgrade.tcl195 file copy -force \
199 file copy -force \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.Watcom41 CP = copy 2>NUL
H A DMakefile.m3282 CP = copy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.Watcom41 CP = copy 2>NUL
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_yasm.asm17 ;* You should have received a copy of the GNU Lesser General Public
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A Dtest.bat83 copy ..\certs\*.pem cert.tmp >nul
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtests.com169 $ copy bntest-vms.tmp foo:
174 $ write sys$output "-- copy the [.test]bntest-vms.sh and [.test]bctest files to a Unix system and"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestSAX.c54 static int copy = 0; variable
1138 else if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
1139 copy++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Dtest.bat79 copy ..\certs\*.pem cert.tmp >nul
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dentry.S54 mov.l r3,@(5*4,r15) ! copy cpu mode to SR
91 mov r2,r8 ! copy user -> kernel stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A DNGmemcpy.S90 * copy with. We need to ensure that we'll iterate at least
91 * once in the block copy loop. At worst we'll need to align
94 * block copy loop.
104 * The block copy loops will use %o4/%o5,%g2/%g3 as
125 * the direct block copy loop. If it is 8-byte aligned
140 andn %o2, (64 - 1), %g1 ! block copy loop iterator
141 sub %o2, %g1, %o2 ! final sub-block copy bytes
253 * over. If anything is left, we copy it one byte at a time.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S27 # Running in *copy* of this code, somewhere in low 1MB.
318 # %rdi: place to copy wakeup routine to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtests.com172 $ copy bntest-vms.tmp foo:
177 $ write sys$output "-- copy the [.test]bntest-vms.sh and [.test]bctest files to a Unix system and"

Completed in 402 milliseconds

1234567891011>>