Searched refs:rep_blkno (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.c | 438 daddr_t rep_blkno; /* Relative to beginning of partition */ member 2159 softc->rep_blkno = (daddr_t) -1; in saioctl() 2491 softc->rep_blkno = (daddr_t) -1; in saregister() 3598 softc->rep_fileno = softc->rep_blkno = -1; in samount() 4860 SASBADDINTDESC(sb, indent, (intmax_t)softc->rep_blkno, %jd, in saextget() 4969 softc->rep_fileno = softc->rep_blkno = (daddr_t) 0; in sarewind() 4973 softc->rep_fileno = softc->rep_blkno = (daddr_t) -1; in sarewind() 5026 softc->rep_blkno = softc->partition = (daddr_t) -1; in saspace() 5125 softc->rep_blkno = (daddr_t) -1; in sagetpos() 5165 softc->rep_blkno = (daddr_t) -1; in sagetpos() [all …]
|
/freebsd/usr.bin/mt/ |
H A D | mt.c | 822 int64_t rep_fileno, rep_blkno, partition, resid; in nstatus_print() local 932 rep_blkno = req_status_items[ in nstatus_print() 944 calculated_rel_blkno, resid, rep_fileno, rep_blkno); in nstatus_print()
|