Searched refs:rep_fileno (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_sa.c365 * relative to the previous file mark. rep_fileno and rep_blkno
380 daddr_t rep_fileno; /* Relative to beginning of partition */ member in struct:sa_softc
2108 softc->rep_fileno = (daddr_t) -1;
2368 softc->rep_fileno = (daddr_t) -1;
3256 softc->rep_fileno = softc->rep_blkno = -1;
4501 SASBADDINTDESC(sb, indent, (intmax_t)softc->rep_fileno, %jd,
4612 softc->rep_fileno = softc->rep_blkno = (daddr_t) 0;
4616 softc->rep_fileno = softc->rep_blkno = (daddr_t) -1;
4670 softc->rep_fileno = (daddr_t) -1;
4750 if (softc->rep_fileno !
[all...]
/freebsd-10.2-release/usr.bin/mt/
H A Dmt.c837 int64_t rep_fileno, rep_blkno, partition, resid; local
945 rep_fileno = req_status_items[
959 calculated_rel_blkno, resid, rep_fileno, rep_blkno);

Completed in 115 milliseconds