Searched refs:writesize (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_tar_large.c206 size_t writesize; local
240 writesize = filedatasize;
241 if ((int64_t)writesize > filesize)
242 writesize = (size_t)filesize;
243 assertA((int)writesize
244 == archive_write_data(a, filedata, writesize));
245 filesize -= writesize;
H A Dtest_write_format_zip_large.c341 size_t writesize, buffsize, s; local
381 writesize = nullsize;
382 if ((int64_t)writesize > filesize)
383 writesize = (size_t)filesize;
384 assertEqualIntA(a, (int)writesize,
385 (int)archive_write_data(a, nulldata, writesize));
386 filesize -= writesize;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dremote.exp86 proc gdb_load_timed {executable class writesize} {
88 set test "timed download `[file tail $executable]' - $class, $writesize"
90 if {$writesize != ""} then {
91 gdb_test_no_output "set remote memory-write-packet-size $writesize" \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dremote.exp86 proc gdb_load_timed {executable class writesize} {
88 set test "timed download `[file tail $executable]' - $class, $writesize"
90 if {$writesize != ""} {
91 gdb_test_no_output "set remote memory-write-packet-size $writesize" \
/netbsd-current/sbin/dump/
H A Dtape.c60 int writesize; /* size of malloc()ed buffer for tape */ variable
125 writesize = ntrec * TP_BSIZE;
134 tenths = writesize / density +
143 xmalloc((unsigned)(reqsiz + writesize + pgoff + TP_BSIZE));
305 if (got < writesize) {
376 if (got != writesize) {
557 if (got != writesize) {
869 while (eot_count < 10 && size < writesize) {
873 writesize-size);
877 writesize
[all...]
/netbsd-current/sys/dev/flash/
H A Dflash.h109 uint32_t writesize; member in struct:flash_interface
H A Dflash.c175 pbuf[1], sc->flash_if->writesize);
183 sc->flash_if->writesize);
337 KASSERT(flash_if->writesize != 0);
/netbsd-current/libexec/ftpd/
H A Dextern.h292 LLT writesize; /* data write size */ member in struct:ftpclass
H A Dconf.c117 curclass.writesize = 0;
382 } else if (strcasecmp(word, "writesize") == 0) {
383 curclass.writesize = 0;
384 CONF_LL(writesize, arg, 0, SSIZE_MAX);
H A Dftpd.c2119 if (curclass.writesize) {
2120 if (curclass.writesize < c)
2121 c = curclass.writesize;
2228 syslog(LOG_INFO, "mmapsize = " LLF ", writesize = " LLF,
2229 (LLT)winsize, (LLT)curclass.writesize);
2804 if (curclass.writesize)
2805 reply(0, "Write size: " LLF, (LLT)curclass.writesize);
/netbsd-current/sys/dev/nor/
H A Dnor.c159 sc->sc_flash_if.writesize = chip->nc_page_size;
/netbsd-current/sys/dev/nand/
H A Dnand.c151 nand_flash_if.writesize = chip->nc_page_size;

Completed in 277 milliseconds