Searched refs:MTNBSF (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/mt/ |
H A D | mt.c | 74 { "nbsf", MTNBSF, O_RDONLY, 1 }, 203 mt_com.mt_op = MTNBSF; in main()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mtio.h | 87 #define MTNBSF 11 /* backward space file to BOF */ macro
|
/titanic_50/usr/src/cmd/backup/lib/ |
H A D | rmtlib.c | 428 case MTNBSF: in map_extended_ioctl()
|
/titanic_50/usr/src/cmd/rmt/ |
H A D | rmt.c | 253 mtop.mt_op = MTNBSF; in main()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1562 (void) rmtioctl(MTNBSF, 1); in otape() 1566 static struct mtop nbsf = { MTNBSF, 1 }; in otape()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 5751 case MTNBSF: in st_do_mtioctop() 6074 case MTNBSF: in st_do_mtioctop() 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()
|