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

  /src/sys/dev/
dksubr.c 774 int part, towrt, maxblkcnt, nblk; local in function:dk_dump
810 towrt = size / lp->d_secsize;
826 if (blkno < 0 || (blkno + towrt) > dg->dg_secperunit) {
827 DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd, towrt=%d, "
828 "nsects=%jd\n", __func__, (intmax_t)blkno, towrt, dg->dg_secperunit));
843 if ((blkno < 0) || ((blkno + towrt) > nsects)) {
844 DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd, towrt=%d, "
845 "nsects=%d\n", __func__, (intmax_t)blkno, towrt, nsects));
855 while (towrt > 0) {
856 nblk = uimin(maxblkcnt, towrt);
    [all...]
dksubr.c 774 int part, towrt, maxblkcnt, nblk; local in function:dk_dump
810 towrt = size / lp->d_secsize;
826 if (blkno < 0 || (blkno + towrt) > dg->dg_secperunit) {
827 DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd, towrt=%d, "
828 "nsects=%jd\n", __func__, (intmax_t)blkno, towrt, dg->dg_secperunit));
843 if ((blkno < 0) || ((blkno + towrt) > nsects)) {
844 DPRINTF(DKDB_DUMP, ("%s: out of bounds blkno=%jd, towrt=%d, "
845 "nsects=%d\n", __func__, (intmax_t)blkno, towrt, nsects));
855 while (towrt > 0) {
856 nblk = uimin(maxblkcnt, towrt);
    [all...]

Completed in 24 milliseconds