Searched refs:MTLOCK (Results 1 – 7 of 7) sorted by relevance
59 #define MTLOCK 28 /* lock the drive door */ macro
1144 [MTLOCK] = NULL,
1611 [MTLOCK] = NULL,
3436 mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD || in st_ioctl()3554 if (mtc.mt_op == MTLOCK || mtc.mt_op == MTUNLOCK) { in st_ioctl()3555 retval = do_door_lock(STp, (mtc.mt_op == MTLOCK)); in st_ioctl()
5030 mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD || in osst_ioctl()5061 if (mtc.mt_op != MTCOMPRESSION && mtc.mt_op != MTLOCK && in osst_ioctl()5149 if (mtc.mt_op == MTLOCK || mtc.mt_op == MTUNLOCK) { in osst_ioctl()5150 retval = do_door_lock(STp, (mtc.mt_op == MTLOCK)); in osst_ioctl()
1344 case MTLOCK: in idetape_mtioctop()
331 MTLOCK and MTUNLOCK Explicitly lock/unlock the tape drive door.