Home
last modified time | relevance | path

Searched refs:writesize (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sbin/dump/
H A Dtape.c60 int writesize; /* size of malloc()ed buffer for tape */ variable
125 writesize = ntrec * TP_BSIZE; in alloctape()
134 tenths = writesize / density + in alloctape()
143 xmalloc((unsigned)(reqsiz + writesize + pgoff + TP_BSIZE)); in alloctape()
305 if (got < writesize) { in flushtape()
376 if (got != writesize) { in trewind()
557 if (got != writesize) { in rollforward()
869 while (eot_count < 10 && size < writesize) { in doworker()
873 writesize-size); in doworker()
877 writesize-size); in doworker()
[all …]
/netbsd-src/sys/dev/flash/
H A Dflash.c175 pbuf[1], sc->flash_if->writesize); in flash_attach()
183 sc->flash_if->writesize); in flash_attach()
337 KASSERT(flash_if->writesize != 0); in flashstrategy()
H A Dflash.h109 uint32_t writesize; member
/netbsd-src/libexec/ftpd/
H A Dconf.c117 curclass.writesize = 0; in init_curclass()
383 curclass.writesize = 0; in parse_conf()
384 CONF_LL(writesize, arg, 0, SSIZE_MAX); in parse_conf()
H A Dextern.h292 LLT writesize; /* data write size */ member
H A Dftpd.c2119 if (curclass.writesize) { in write_data()
2120 if (curclass.writesize < c) in write_data()
2121 c = curclass.writesize; in write_data()
2229 (LLT)winsize, (LLT)curclass.writesize); in send_data_with_mmap()
2804 if (curclass.writesize) in statcmd()
2805 reply(0, "Write size: " LLF, (LLT)curclass.writesize); in statcmd()
/netbsd-src/sys/dev/nor/
H A Dnor.c159 sc->sc_flash_if.writesize = chip->nc_page_size; in nor_attach()
/netbsd-src/sys/dev/nand/
H A Dnand.c151 nand_flash_if.writesize = chip->nc_page_size; in nand_attach()