Searched refs:MTLOCK (Results 1 – 7 of 7) sorted by relevance
60 #define MTLOCK 28 /* lock the drive door */ macro
1145 [MTLOCK] = NULL,
1607 [MTLOCK] = NULL,
3586 mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD || in st_ioctl()3709 if (mtc.mt_op == MTLOCK || mtc.mt_op == MTUNLOCK) { in st_ioctl()3710 retval = do_door_lock(STp, (mtc.mt_op == MTLOCK)); in st_ioctl()
5033 mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD || in osst_ioctl()5064 if (mtc.mt_op != MTCOMPRESSION && mtc.mt_op != MTLOCK && in osst_ioctl()5152 if (mtc.mt_op == MTLOCK || mtc.mt_op == MTUNLOCK) { in osst_ioctl()5153 retval = do_door_lock(STp, (mtc.mt_op == MTLOCK)); in osst_ioctl()
1346 case MTLOCK: in idetape_mtioctop()
390 MTLOCK and MTUNLOCK Explicitly lock/unlock the tape drive door.