Searched refs:st_mtfsf_ioctl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c608 static int st_mtfsf_ioctl(struct scsi_tape *un, int64_t files);
6061 rval = st_mtfsf_ioctl(un, mtop->mt_count);
15254 st_mtfsf_ioctl(struct scsi_tape *un, int64_t files) function
15258 ST_FUNC(ST_DEVINFO, st_mtfsf_ioctl);
15262 "st_mtfsf_ioctl: count=%"PRIx64", eof=%x\n", files, un->un_pos.eof);
15287 "st_mtfsf_ioctl: EIO : MTFSF at EOM");
15310 "st_mtfsf_ioctl: EIO : MTFSF density/wfm failed");

Completed in 90 milliseconds