Home
last modified time | relevance | path

Searched refs:totwrt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/gpib/
H A Drd.c1091 int totwrt; /* total number of sectors left to write */ in rddump() local
1117 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()
/netbsd-src/sys/arch/hp300/dev/
H A Drd.c1466 int totwrt; /* total number of sectors left to write */ in rddump() local
1500 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()