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

  /src/sys/dev/gpib/
rd.c 1091 int totwrt; /* total number of sectors left to write */ local in function:rddump
1117 totwrt = size / sectorsize;
1124 if ((blkno < 0) || (blkno + totwrt) > nsects)
1130 while (totwrt > 0) {
1131 nwrt = totwrt; /* XXX */
1166 totwrt -= nwrt;
  /src/sys/arch/hp300/dev/
rd.c 1466 int totwrt; /* total number of sectors left to write */ local in function:rddump
1500 totwrt = size / sectorsize;
1507 if ((blkno < 0) || (blkno + totwrt) > nsects)
1513 while (totwrt > 0) {
1514 nwrt = totwrt; /* XXX */
1549 totwrt -= nwrt;

Completed in 17 milliseconds