Searched refs:writesize (Results 1 – 8 of 8) sorted by relevance
60 int writesize; /* size of malloc()ed buffer for tape */ variable125 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 …]
175 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()
109 uint32_t writesize; member
117 curclass.writesize = 0; in init_curclass()383 curclass.writesize = 0; in parse_conf()384 CONF_LL(writesize, arg, 0, SSIZE_MAX); in parse_conf()
292 LLT writesize; /* data write size */ member
2119 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()
159 sc->sc_flash_if.writesize = chip->nc_page_size; in nor_attach()
151 nand_flash_if.writesize = chip->nc_page_size; in nand_attach()