Lines Matching refs:todo
989 int error, todo, offset, len;
1039 todo = sc->sc_clresid;
1040 memset((char *)scp->fc_data + todo, 0, FSS_CLSIZE(sc) - todo);
1042 todo = FSS_CLSIZE(sc);
1045 mbp->b_bufsize = todo;
1047 mbp->b_resid = mbp->b_bcount = todo;
1051 while (todo > 0) {
1052 len = todo;
1055 if (btodb(FSS_CLTOB(sc, cl)) == dblk && len == todo)
1066 todo -= len;
1159 int error, i, todo, len, crotor, is_read;
1321 todo = bp->b_bcount;
1322 for (c = cl; c <= ch; c++, off = 0, todo -= len, addr += len) {
1324 if (len > todo)
1325 len = todo;