Searched refs:written (Results 101 - 125 of 352) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunhv.c451 unsigned long written; local
458 &written);
465 page_bytes -= written;
466 ra += written;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dfilemap_xip.c323 ssize_t written = 0; local
363 written += status;
385 return written ? written : status;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dcrypto.c461 * page; not in place) and written out to the lower file
590 * and decrypted from the lower file will be written into this
984 * the headers are actually written out, we may again defer to
1095 * @written: Number of bytes written
1099 static void write_ecryptfs_marker(char *page_virt, size_t *written) argument
1108 (*written) = MAGIC_ECRYPTFS_MARKER_SIZE_BYTES;
1113 size_t *written)
1125 (*written) = 4;
1234 size_t *written)
1111 ecryptfs_write_crypt_stat_flags(char *page_virt, struct ecryptfs_crypt_stat *crypt_stat, size_t *written) argument
1232 ecryptfs_write_header_metadata(char *virt, struct ecryptfs_crypt_stat *crypt_stat, size_t *written) argument
1288 size_t written; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
97 * "This product includes cryptographic software written by
103 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
H A Dmkerr.pl416 " * prior written permission. For written permission, please contact\n",
420 " * nor may \"OpenSSL\" appear in their names without prior written\n",
442 " * This product includes cryptographic software written by Eric Young\n",
443 " * (eay\@cryptsoft.com). This product includes software written by Tim\n",
609 * prior written permission. For written permission, please contact
613 * nor may "OpenSSL" appear in their names without prior written
635 * This product includes cryptographic software written by Eric Young
636 * (eay\@cryptsoft.com). This product includes software written b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfileostr.tex6 This class represents data written to a file. There are actually
H A Dtfile.tex26 (in fact, the files may be written in any format).
H A Dwxhtml.tex3 This topic was written by Vaclav Slavik, the author of the wxHTML library.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dcon3215.c86 int written; /* number of bytes in write requests */ member in struct:raw3215_info
178 if (raw->count <= raw->written)
189 raw->written -= req->len;
193 req->start = (raw->head - raw->count + raw->written) &
211 raw->written += len;
427 raw->written -= req->len;
444 raw->written -= req->len;
462 BUG_ON(raw->written != 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Duss720.c509 size_t written = 0; local
513 for (; written < length; written++) {
525 return written;
566 size_t written = 0; local
570 for (; written < len; written++) {
576 return written;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/affs/
H A Dfile.c664 int written; local
674 written = 0;
688 written += tmp;
721 written += bsize;
753 written += tmp;
768 return written;
772 if (!written)
773 written = PTR_ERR(bh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dprintf.c106 size_t written = fwrite (result, 1, length, stream); local
108 if (written == length)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
97 * "This product includes cryptographic software written by
103 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dadd_cr.pl69 * This package is an SSL implementation written
71 * The implementation was written so as to conform with Netscapes SSL.
97 * "This product includes cryptographic software written by
103 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
H A Dmkerr.pl416 " * prior written permission. For written permission, please contact\n",
420 " * nor may \"OpenSSL\" appear in their names without prior written\n",
442 " * This product includes cryptographic software written by Eric Young\n",
443 " * (eay\@cryptsoft.com). This product includes software written by Tim\n",
609 * prior written permission. For written permission, please contact
613 * nor may "OpenSSL" appear in their names without prior written
635 * This product includes cryptographic software written by Eric Young
636 * (eay\@cryptsoft.com). This product includes software written b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.pl37 * This package is an SSL implementation written
39 * The implementation was written so as to conform with Netscapes SSL.
65 * "This product includes cryptographic software written by
71 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dutil.c1284 returns the characters written or -1 if error.
1292 int written = 0; local
1330 written++;
1338 written++;
1342 written++;
1346 written++;
1350 written++;
1354 written++;
1359 return written;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.pl37 * This package is an SSL implementation written
39 * The implementation was written so as to conform with Netscapes SSL.
65 * "This product includes cryptographic software written by
71 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_prime.pl37 * This package is an SSL implementation written
39 * The implementation was written so as to conform with Netscapes SSL.
65 * "This product includes cryptographic software written by
71 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dftp.c728 int written; local
741 written = ffurl_write(s->conn_data, buf, size);
742 if (written > 0) {
743 s->position += written;
746 return written;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/image/
H A Dmdc800.c156 int written; member in struct:mdc800_data
387 mdc800->written = 1;
873 wait_event_timeout(mdc800->write_wait, mdc800->written, TO_WRITE_GET_READY*HZ/1000);
874 mdc800->written = 0;
1011 mdc800->written = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dxattr.c46 * Extended attributes are synchronous, which means they are written to the
428 int err, len, written = 0; local
466 memcpy(buffer + written, nm.name, nm.len + 1);
467 written += nm.len + 1;
481 ubifs_assert(written <= size);
482 return written;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c116 * truncated to 255 bytes when written to cramfs.
618 ssize_t offset, written; local
774 written = write(fd, rom_image, offset);
775 if (written < 0) {
779 if (offset != written) {
780 fprintf(stderr, "ROM image write failed (%d %d)\n", written, offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DxmlIO.c765 * Returns the number of bytes written
785 * Returns the number of bytes written
969 * Returns the number of bytes written or < 0 in case of failure
990 * Returns the number of bytes written
1064 * Returns the number of bytes written
1216 * Returns the number of bytes written
1236 * Returns the number of bytes written
1763 * Returns the number of bytes written
1781 * Returns number of bytes written.
2042 * Returns the number of bytes written
2401 int written; local
3195 int written = 0; /* number of char written to I/O so far */ local
3359 int written = 0; /* number of char written to I/O so far */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DxmlIO.c765 * Returns the number of bytes written
785 * Returns the number of bytes written
969 * Returns the number of bytes written or < 0 in case of failure
990 * Returns the number of bytes written
1064 * Returns the number of bytes written
1216 * Returns the number of bytes written
1236 * Returns the number of bytes written
1763 * Returns the number of bytes written
1781 * Returns number of bytes written.
2042 * Returns the number of bytes written
2401 int written; local
3195 int written = 0; /* number of char written to I/O so far */ local
3359 int written = 0; /* number of char written to I/O so far */ local
[all...]

Completed in 345 milliseconds

1234567891011>>