Searched refs:nwrt (Results 1 – 2 of 2) sorted by relevance
897 int nwrt; /* sectors to write with current i/o. */ in wddump() local939 nwrt = min(nblks, wddumpmulti); in wddump()946 wd->sc_wdc_bio.bcount = nwrt * lp->d_secsize; in wddump()998 nblks -= nwrt; in wddump()999 blkno += nwrt; in wddump()1000 va += nwrt * lp->d_secsize; in wddump()
1279 u_int32_t nwrt; /* sectors to write */ in sddump() local1330 nwrt = UINT32_MAX; in sddump()1332 nwrt = totwrt; in sddump()1341 xs->datalen = nwrt * sectorsize; in sddump()1343 xs->cmdlen = sd_cmd_rw10(&xs->cmd, 0, blkno, nwrt); /* XXX */ in sddump()1357 totwrt -= nwrt; in sddump()1358 blkno += nwrt; in sddump()1359 va += sectorsize * nwrt; in sddump()