Searched refs:rep_blkno (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
367 * report for the READ POSITION command. rep_blkno is relative to
379 daddr_t rep_blkno; /* Relative to beginning of partition */ member in struct:sa_softc
2107 softc->rep_blkno = (daddr_t) -1;
2369 softc->rep_blkno = (daddr_t) -1;
3256 softc->rep_fileno = softc->rep_blkno = -1;
4503 SASBADDINTDESC(sb, indent, (intmax_t)softc->rep_blkno, %jd,
4612 softc->rep_fileno = softc->rep_blkno = (daddr_t) 0;
4616 softc->rep_fileno = softc->rep_blkno = (daddr_t) -1;
4669 softc->rep_blkno
[all...]
/freebsd-10.2-release/usr.bin/mt/
H A Dmt.c837 int64_t rep_fileno, rep_blkno, partition, resid; local
947 rep_blkno = req_status_items[
959 calculated_rel_blkno, resid, rep_fileno, rep_blkno);

Completed in 124 milliseconds