Searched refs:MTFSF (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mt/ |
H A D | mt.c | 62 { "fsf", MTFSF, O_RDONLY, 1 }, 207 mt_com.mt_op = MTFSF; in main()
|
/titanic_50/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 114 op.mt_op = MTFSF; /* Rewind to start of file */
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tape.c | 374 tapeop.mt_op = MTFSF; in ndmpd_tape_mtio_v2() 736 (void) ndmp_mtioctl(session->ns_tape.td_fd, MTFSF, 1); in fm_dance() 1140 (void) ndmp_mtioctl(session->ns_tape.td_fd, MTFSF, 1); in unbuffered_read() 1152 (void) ndmp_mtioctl(session->ns_tape.td_fd, MTFSF, 1); in unbuffered_read()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mtio.h | 77 #define MTFSF 1 /* forward space over file mark */ macro
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1159 (void) rmtioctl(MTFSF, 1); in just_rewind() 1163 static struct mtop fsf = { MTFSF, 1 }; in just_rewind() 1560 (void) rmtioctl(MTFSF, 1); in otape() 1565 static struct mtop fsf = { MTFSF, 1 }; in otape() 2397 static struct mtop fsf = { MTFSF, 1 }; in positiontape() 2430 if (rmtioctl(MTFSF, filenum-1) < 0) { in positiontape()
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | tape.c | 688 tcom.mt_op = MTFSF; in setdumpnum() 691 retval = rmtioctl(MTFSF, dumpnum - 1); in setdumpnum()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 5748 case MTFSF: in st_do_mtioctop() 6059 case MTFSF: in st_do_mtioctop()
|