Home
last modified time | relevance | path

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

/original-bsd/sys/vax/stand/
H A Dut.c74 addr->utfc = -io->i_cc;
117 if (io->i_cc > MASKREG(addr->utfc))
118 resid = io->i_cc - MASKREG(addr->utfc);
120 resid = MASKREG(-addr->utfc);
/original-bsd/sys/vax/uba/
H A Dut.c318 sc->sc_resid = MASKREG(addr->utfc);
356 addr->utfc = -bp->b_repcnt;
400 addr->utfc = -bp->b_bcount;
434 addr->utfc = blkno - bdbtofsb(bp->b_blkno);
437 addr->utfc = bdbtofsb(bp->b_blkno) - blkno;
501 sc->sc_resid = MASKREG(addr->utfc);
589 bdbtofsb(bp->b_blkno) - addr->utfc;
593 bdbtofsb(bp->b_blkno) + addr->utfc;
670 if (bp->b_bcount > MASKREG(addr->utfc))
673 bp->b_resid = MASKREG(-addr->utfc);
[all …]
H A Dutreg.h18 short utfc; /* frame counter */ member