Home | History | Annotate | Download | only in ofppc

Lines Matching defs:nextb

240 	u_long nextb;
274 for (nextb = 0; nextb < RDB_MAXBLOCKS; nextb++) {
275 bp->b_blkno = nextb;
298 if (nextb == RDB_MAXBLOCKS) {
309 osdep->rdblock = nextb;
380 for (nextb = rbp->partbhead; nextb != RDBNULL; nextb = pbp->next) {
381 bp->b_blkno = nextb;
558 osdep->pblist[osdep->pbindex[i] = cindex++] = nextb;