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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dremote.exp67 proc gdb_load_timed {executable class writesize} {
69 set test "timed download `[file tail $executable]' - $class, $writesize"
71 if {$writesize != ""} then {
72 gdb_test_no_output "set remote memory-write-packet-size $writesize" \
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_tar_large.c222 size_t writesize; local
256 writesize = filedatasize;
257 if ((int64_t)writesize > filesize)
258 writesize = (size_t)filesize;
259 assertA((int)writesize
260 == archive_write_data(a, filedata, writesize));
261 filesize -= writesize;
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtape.c63 int writesize; /* size of malloc()ed buffer for tape */ variable
128 writesize = ntrec * TP_BSIZE;
137 tenths = writesize / density +
146 xmalloc((unsigned)(reqsiz + writesize + pgoff + TP_BSIZE));
308 if (got < writesize) {
378 if (got != writesize) {
558 if (got != writesize) {
869 while (eot_count < 10 && size < writesize) {
873 writesize-size);
877 writesize
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_subr.c310 uint64_t writesize = MIN(size - bp->b_blkno * PAGE_SIZE, PAGE_SIZE); local
312 bp->b_bufsize = bp->b_resid = bp->b_bcount = writesize;
313 bp->b_data = kmem_alloc(writesize, KM_SLEEP);
315 memcpy(bp->b_data, buf + (bp->b_blkno * PAGE_SIZE), writesize);
324 kmem_free(bp->b_data, writesize);
332 kmem_free(bp->b_data, writesize);
/netbsd-6-1-5-RELEASE/sys/dev/flash/
H A Dflash.h108 uint32_t writesize; member in struct:flash_interface
H A Dflash.c182 pbuf[1], sc->flash_if->writesize);
190 sc->flash_if->writesize);
343 KASSERT(flash_if->writesize != 0);
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dextern.h292 LLT writesize; /* data write size */ member in struct:ftpclass
H A Dconf.c116 curclass.writesize = 0;
381 } else if (strcasecmp(word, "writesize") == 0) {
382 curclass.writesize = 0;
383 CONF_LL(writesize, arg, 0, SSIZE_MAX);
H A Dftpd.c2091 if (curclass.writesize) {
2092 if (curclass.writesize < c)
2093 c = curclass.writesize;
2200 syslog(LOG_INFO, "mmapsize = " LLF ", writesize = " LLF,
2201 (LLT)winsize, (LLT)curclass.writesize);
2776 if (curclass.writesize)
2777 reply(0, "Write size: " LLF, (LLT)curclass.writesize);
/netbsd-6-1-5-RELEASE/sys/dev/nor/
H A Dnor.c159 sc->sc_flash_if.writesize = chip->nc_page_size;
/netbsd-6-1-5-RELEASE/sys/dev/nand/
H A Dnand.c152 nand_flash_if.writesize = chip->nc_page_size;

Completed in 270 milliseconds