Home
last modified time | relevance | path

Searched refs:MTUNLOAD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmtio.h63 #define MTUNLOAD 31 /* execute the SCSI unload command */ macro
/openbmc/linux/drivers/s390/char/
H A Dtape_34xx.c1148 [MTUNLOAD] = tape_std_mtunload,
H A Dtape_3590.c1610 [MTUNLOAD] = tape_std_mtunload,
/openbmc/linux/Documentation/scsi/
H A Dst.rst445 MTLOAD and MTUNLOAD
/openbmc/linux/drivers/scsi/
H A Dst.c3704 if (mtc.mt_op == MTUNLOAD || mtc.mt_op == MTOFFL) { in st_ioctl()