/src/sbin/dump/ |
tape.c | 60 int writesize; /* size of malloc()ed buffer for tape */ variable in typeref:typename:int 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-size) [all...] |
/src/sys/dev/flash/ |
flash.h | 109 uint32_t writesize; member in struct:flash_interface
|
flash.c | 175 pbuf[1], sc->flash_if->writesize); 183 sc->flash_if->writesize); 337 KASSERT(flash_if->writesize != 0);
|
/src/libexec/ftpd/ |
extern.h | 292 LLT writesize; /* data write size */ member in struct:ftpclass
|
conf.c | 117 curclass.writesize = 0; 382 } else if (strcasecmp(word, "writesize") == 0) { 383 curclass.writesize = 0; 384 CONF_LL(writesize, arg, 0, SSIZE_MAX);
|
ftpd.c | 2120 if (curclass.writesize) { 2121 if (curclass.writesize < c) 2122 c = curclass.writesize; 2229 syslog(LOG_INFO, "mmapsize = " LLF ", writesize = " LLF, 2230 (LLT)winsize, (LLT)curclass.writesize); 2805 if (curclass.writesize) 2806 reply(0, "Write size: " LLF, (LLT)curclass.writesize);
|
/src/sys/dev/nor/ |
nor.c | 159 sc->sc_flash_if.writesize = chip->nc_page_size;
|
/src/sys/dev/nand/ |
nand.c | 151 nand_flash_if.writesize = chip->nc_page_size;
|