Home
last modified time | relevance | path

Searched refs:GMT_EOT (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dmtio.h142 #define GMT_EOT(x) ((x) & 0x20000000) macro
/linux/Documentation/scsi/
H A Dst.rst616 end of recorded data or end of tape. GMT_EOT means end of tape.
/linux/drivers/scsi/
H A Dst.c3802 mt_status.mt_gstat |= GMT_EOT(0xffffffff); in st_ioctl()