Home
last modified time | relevance | path

Searched refs:GMT_EOD (Results 1 – 3 of 3) sorted by path

/linux/Documentation/scsi/
H A Dst.rst615 is set if there is no tape in the drive. GMT_EOD means either
/linux/drivers/scsi/
H A Dst.c3782 mt_status.mt_gstat |= GMT_EOD(0xffffffff); in st_ioctl()
/linux/include/uapi/linux/
H A Dmtio.h144 #define GMT_EOD(x) ((x) & 0x08000000) /* DDS EOD */ macro