Searched refs:MTFSF (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mt/ |
H A D | mt.c | 60 { "fsf", MTFSF, O_RDONLY, 1 }, 205 mt_com.mt_op = MTFSF; in main()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/tcopy/ |
H A D | tcopy.c | 111 op.mt_op = MTFSF; /* Rewind to start of file */ in main()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 1097 (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 D | mtio.h | 75 #define MTFSF 1 /* forward space over file mark */ macro
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | tape.c | 689 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 D | st.c | 5748 case MTFSF: in st_do_mtioctop() 6059 case MTFSF: in st_do_mtioctop()
|