Home
last modified time | relevance | path

Searched refs:GMT_DR_OPEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmtio.h153 #define GMT_DR_OPEN(x) ((x) & 0x00040000) /* door open (no tape) */ macro
/openbmc/linux/drivers/s390/char/
H A Dtape_core.c273 device->tape_generic_status |= GMT_DR_OPEN(~0); in tape_med_state_set()
278 device->tape_generic_status &= ~GMT_DR_OPEN(~0); in tape_med_state_set()
/openbmc/linux/Documentation/scsi/
H A Dst.rst614 The GMT_xxx status bits reflect the drive status. GMT_DR_OPEN
/openbmc/linux/drivers/scsi/
H A Dst.c3812 mt_status.mt_gstat |= GMT_DR_OPEN(0xffffffff); in st_ioctl()