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

/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_sa.c369 * relative to the previous file mark. rep_fileno and rep_blkno
384 daddr_t rep_fileno; /* Relative to beginning of partition */ member in struct:sa_softc
2103 softc->rep_fileno = (daddr_t) -1;
2369 softc->rep_fileno = (daddr_t) -1;
3296 softc->rep_fileno = softc->rep_blkno = -1;
4553 SASBADDINTDESC(sb, indent, (intmax_t)softc->rep_fileno, %jd,
4664 softc->rep_fileno = softc->rep_blkno = (daddr_t) 0;
4668 softc->rep_fileno = softc->rep_blkno = (daddr_t) -1;
4722 softc->rep_fileno = (daddr_t) -1;
4802 if (softc->rep_fileno !
[all...]
/freebsd-12-stable/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 65 milliseconds