Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dmtio.h61 #define MTUNLOCK 29 /* unlock the drive door */ macro
/linux-5.19.10/drivers/s390/char/
Dtape_34xx.c1146 [MTUNLOCK] = NULL,
Dtape_3590.c1608 [MTUNLOCK] = NULL,
/linux-5.19.10/Documentation/scsi/
Dst.rst443 MTLOCK and MTUNLOCK
/linux-5.19.10/drivers/scsi/
Dst.c3709 if (mtc.mt_op == MTLOCK || mtc.mt_op == MTUNLOCK) { in st_ioctl()