HomeSort by: relevance | last modified time | path
    Searched defs:writesize (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/flash/
flash.h 109 uint32_t writesize; member in struct:flash_interface
  /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/libexec/ftpd/
extern.h 292 LLT writesize; /* data write size */ member in struct:ftpclass

Completed in 12 milliseconds