Home
last modified time | relevance | path

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

/netbsd/sys/dev/
H A Ddksubr.c773 int part, towrt, maxblkcnt, nblk; in dk_dump() local
809 towrt = size / lp->d_secsize; in dk_dump()
825 if (blkno < 0 || (blkno + towrt) > dg->dg_secperunit) { in dk_dump()
827 "nsects=%jd\n", __func__, (intmax_t)blkno, towrt, dg->dg_secperunit)); in dk_dump()
842 if ((blkno < 0) || ((blkno + towrt) > nsects)) { in dk_dump()
844 "nsects=%d\n", __func__, (intmax_t)blkno, towrt, nsects)); in dk_dump()
854 while (towrt > 0) { in dk_dump()
855 nblk = uimin(maxblkcnt, towrt); in dk_dump()
864 towrt -= nblk; in dk_dump()