Home
last modified time | relevance | path

Searched refs:MTFSF (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/mt/
H A Dmt.c62 { "fsf", MTFSF, O_RDONLY, 1 },
207 mt_com.mt_op = MTFSF; in main()
/titanic_41/usr/src/cmd/tcopy/
H A Dtcopy.c114 op.mt_op = MTFSF; /* Rewind to start of file */
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c374 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_41/usr/src/uts/common/sys/
H A Dmtio.h77 #define MTFSF 1 /* forward space over file mark */ macro
/titanic_41/usr/src/cmd/backup/dump/
H A Ddumptape.c1159 (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_41/usr/src/cmd/backup/restore/
H A Dtape.c688 tcom.mt_op = MTFSF; in setdumpnum()
691 retval = rmtioctl(MTFSF, dumpnum - 1); in setdumpnum()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c5748 case MTFSF: in st_do_mtioctop()
6059 case MTFSF: in st_do_mtioctop()