Searched refs:thislen (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dsbc_gxx.c130 unsigned long thislen = len; local
132 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
136 memcpy_fromio(to, iomapadr + (from & WINDOW_MASK), thislen);
138 to += thislen;
139 from += thislen;
140 len -= thislen;
155 unsigned long thislen = len; local
157 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
161 memcpy_toio(iomapadr + (to & WINDOW_MASK), from, thislen);
163 to += thislen;
[all...]
H A Dvmax301.c70 unsigned long thislen = len; local
72 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
75 memcpy_fromio(to, map->map_priv_2 + from, thislen);
77 to += thislen;
78 from += thislen;
79 len -= thislen;
94 unsigned long thislen = len; local
96 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
100 memcpy_toio(map->map_priv_2 + to, from, thislen);
102 to += thislen;
[all...]
H A Doctagon-5066.c78 unsigned long thislen = len; local
80 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
84 memcpy_fromio(to, iomapadr + from, thislen);
86 to += thislen;
87 from += thislen;
88 len -= thislen;
103 unsigned long thislen = len; local
105 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
109 memcpy_toio(iomapadr + to, from, thislen);
111 to += thislen;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dwritev.c23 size_t totlen = 0, thislen; local
29 ret = mtd->write(mtd, to, vecs[i].iov_len, &thislen, vecs[i].iov_base);
30 totlen += thislen;
31 if (ret || thislen != vecs[i].iov_len)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c184 int thislen = desc->fraglen + sg->length; local
207 fraglen = thislen & 7;
208 thislen -= fraglen;
210 if (thislen == 0)
214 desc->infrags, thislen);
269 int thislen = desc->fraglen + sg->length; local
279 fraglen = thislen & 7;
280 thislen -= fraglen;
282 if (thislen == 0)
286 desc->frags, thislen);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c735 int thislen; local
763 thislen = min_t(int, mtd->writesize, len - read);
765 if (column + thislen > mtd->writesize)
766 thislen = mtd->writesize - column;
770 from += thislen;
771 if (read + thislen < len) {
787 this->read_bufferram(mtd, ONENAND_DATARAM, buf, column, thislen);
789 read += thislen;
796 buf += thislen;
797 thislen
831 onenand_transfer_auto_oob(struct mtd_info *mtd, uint8_t *buf, int column, int thislen) argument
881 int read = 0, thislen, column, oobsize; local
1037 int read = 0, thislen, column; local
1135 int thislen, column; local
1215 int thislen = min_t(int, mtd->writesize - column, len - written); local
1278 onenand_fill_auto_oob(struct mtd_info *mtd, u_char *oob_buf, const u_char *buf, int column, int thislen) argument
1369 int thislen = min_t(int, oobsize, len - written); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A Duniq-u.c176 size_t prevlen, thislen; local
216 thislen = thisline->length;
217 match = !different (thisfield, prevfield, thislen, prevlen);
229 prevlen = thislen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Dnamei.c37 int namelen, thislen; local
54 thislen = strlen( de->di_fname );
55 if ( thislen > namelen )
56 thislen = namelen;
57 if (len != thislen) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether1.c133 unsigned int page, thislen, offset; local
141 thislen = 4096 - offset;
143 thislen = length;
149 length -= thislen;
182 : "r" (addr), "r" (thislen), "1" (data));
186 thislen = length;
187 if (thislen > 4096)
188 thislen = 4096;
190 } while (thislen);
196 unsigned int page, thislen, offse local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dxdr.c1030 unsigned page_len, thislen, page_offset; local
1036 thislen = buf->head[0].iov_len - offset;
1037 if (thislen > len)
1038 thislen = len;
1039 sg_set_buf(sg, buf->head[0].iov_base + offset, thislen);
1044 len -= thislen;
1058 thislen = PAGE_CACHE_SIZE - page_offset;
1060 if (thislen > page_len)
1061 thislen = page_len;
1064 sg->length = thislen;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c396 unsigned long thislen; local
402 thislen = (1<<cfi->chipshift) - ofs;
404 thislen = len;
406 ret = do_read_onechip(map, &cfi->chips[chipnum], ofs, thislen, buf);
410 *retlen += thislen;
411 len -= thislen;
412 buf += thislen;
666 size_t totlen = 0, thislen; local
693 ret = mtd->write(mtd, to, ECCBUF_SIZE, &thislen, buffer);
694 totlen += thislen;
[all...]
H A Dcfi_cmdset_0002.c855 unsigned long thislen; local
861 thislen = (1<<cfi->chipshift) - ofs;
863 thislen = len;
865 ret = do_read_onechip(map, &cfi->chips[chipnum], ofs, thislen, buf);
869 *retlen += thislen;
870 len -= thislen;
871 buf += thislen;
942 unsigned long thislen; local
948 thislen = (1<<3) - ofs;
950 thislen
[all...]
H A Dcfi_cmdset_0001.c1186 unsigned long thislen; local
1192 thislen = (1<<cfi->chipshift) - ofs;
1194 thislen = len;
1196 ret = do_point_onechip(map, &cfi->chips[chipnum], ofs, thislen);
1200 *retlen += thislen;
1201 len -= thislen;
1223 unsigned long thislen; local
1231 thislen = (1<<cfi->chipshift) - ofs;
1233 thislen = len;
1246 len -= thislen;
1299 unsigned long thislen; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dnftlcore.c486 u16 ChainLength = 0, thislen; local
491 thislen = 0;
494 thislen++;
495 //printk("VUC %d reaches len %d with EUN %d\n", chain, thislen, EUN);
497 if (thislen > 0xff00) {
501 if (thislen > 0xff10) {
504 thislen = 0;
509 if (thislen > ChainLength) {
510 //printk("New longest chain is %d with length %d\n", chain, thislen);
511 ChainLength = thislen;
[all...]
H A Dmtdcore.c307 size_t totlen = 0, thislen; local
316 ret = mtd->write(mtd, to, vecs[i].iov_len, &thislen, vecs[i].iov_base);
317 totlen += thislen;
318 if (ret || thislen != vecs[i].iov_len)
H A Dinftlcore.c420 u16 ChainLength = 0, thislen; local
428 thislen = 0;
431 thislen++;
433 if (thislen > 0xff00) {
441 thislen = 0;
446 if (thislen > ChainLength) {
447 ChainLength = thislen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimscsi.c248 unsigned thislen = min(len, slp->length); local
250 memcpy(page_address(slp->page) + slp->offset, buf, thislen); local
252 len -= thislen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-cd.c1136 int ireason, len, thislen; local
1183 thislen = rq->data_len;
1184 if (thislen > len) thislen = len;
1193 HWIF(drive)->atapi_output_bytes(drive, rq->data, thislen);
1197 while (len > thislen) {
1204 rq->data += thislen;
1205 rq->data_len -= thislen;
1215 HWIF(drive)->atapi_input_bytes(drive, rq->data, thislen);
1219 while (len > thislen) {
1388 int dma_error, dma, stat, ireason, len, thislen; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dspeedtch.c287 int thislen = min_t(int, PAGE_SIZE, fw1->size - offset); local
288 memcpy(buffer, fw1->data + offset, thislen);
291 buffer, thislen, &actual_length, DATA_TIMEOUT);
314 int thislen = min_t(int, PAGE_SIZE, fw2->size - offset); local
315 memcpy(buffer, fw2->data + offset, thislen);
318 buffer, thislen, &actual_length, DATA_TIMEOUT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_rtalloc.c267 xfs_rtblock_t thislen; /* this extent size */ local
269 thislen = next - i;
270 if (thislen >= minlen && thislen > bestlen) {
272 bestlen = thislen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp.c165 size_t thislen = strlen(thisheader); local
168 if(Curl_raw_nequal(head->data, thisheader, thislen))

Completed in 269 milliseconds