Searched refs:totwrt (Results 1 – 2 of 2) sorted by relevance
1091 int totwrt; /* total number of sectors left to write */ in rddump() local1117 totwrt = size / sectorsize; in rddump()1124 if ((blkno < 0) || (blkno + totwrt) > nsects) in rddump()1130 while (totwrt > 0) { in rddump()1131 nwrt = totwrt; /* XXX */ in rddump()1166 totwrt -= nwrt; in rddump()
1466 int totwrt; /* total number of sectors left to write */ in rddump() local1500 totwrt = size / sectorsize; in rddump()1507 if ((blkno < 0) || (blkno + totwrt) > nsects) in rddump()1513 while (totwrt > 0) { in rddump()1514 nwrt = totwrt; /* XXX */ in rddump()1549 totwrt -= nwrt; in rddump()