Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mt/
H A Dmt.c60 { "fsf", MTFSF, O_RDONLY, 1 },
205 mt_com.mt_op = MTFSF; in main()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/tcopy/
H A Dtcopy.c111 op.mt_op = MTFSF; /* Rewind to start of file */ in main()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1097 (void) rmtioctl(MTFSF, 1); in just_rewind()
1101 static struct mtop fsf = { MTFSF, 1 }; in just_rewind()
1486 (void) rmtioctl(MTFSF, 1); in otape()
1491 static struct mtop fsf = { MTFSF, 1 }; in otape()
2303 static struct mtop fsf = { MTFSF, 1 }; in positiontape()
2336 if (rmtioctl(MTFSF, filenum-1) < 0) { in positiontape()
/illumos-gate/usr/src/uts/common/sys/
H A Dmtio.h75 #define MTFSF 1 /* forward space over file mark */ macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c689 tcom.mt_op = MTFSF; in setdumpnum()
692 retval = rmtioctl(MTFSF, dumpnum - 1); in setdumpnum()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c5748 case MTFSF: in st_do_mtioctop()
6059 case MTFSF: in st_do_mtioctop()