Searched refs:MTBSF (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mtio.h | 78 #define MTBSF 2 /* backward space over file mark (1/2" only ) */ macro
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tape.c | 377 tapeop.mt_op = MTBSF; in ndmpd_tape_mtio_v2() 737 (void) ndmp_mtioctl(session->ns_tape.td_fd, MTBSF, 1); in fm_dance() 1149 (void) ndmp_mtioctl(session->ns_tape.td_fd, MTBSF, 1); in unbuffered_read()
|
/titanic_41/usr/src/cmd/mt/ |
H A D | mt.c | 63 { "bsf", MTBSF, O_RDONLY, 1 },
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1559 if (rmtioctl(MTBSF, 2) >= 0) in otape() 1564 static struct mtop bsf = { MTBSF, 2 }; in otape()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 5750 case MTBSF: in st_do_mtioctop() 6069 case MTBSF: in st_do_mtioctop() 15712 files, MTBSF); in st_mtbsf_ioctl() 15773 "lgclblkno=%"PRIx64"\n", infront?MTBSF:MTNBSF, count, in st_backward_space_files() 15798 infront?MTBSF:MTNBSF, count, un->un_pos.fileno, un->un_pos.blkno); in st_backward_space_files()
|