Searched refs:GMT_ONLINE (Results 1 – 3 of 3) sorted by relevance
147 #define GMT_ONLINE(x) ((x) & 0x01000000) macro
1151 device->tape_generic_status |= GMT_ONLINE(~0); in __tape_do_irq()1153 device->tape_generic_status &= ~GMT_ONLINE(~0); in __tape_do_irq()1163 device->tape_generic_status |= GMT_ONLINE(~0); in __tape_do_irq()1190 device->tape_generic_status |= GMT_ONLINE(~0); in __tape_do_irq()
3914 mt_status.mt_gstat |= GMT_ONLINE(0xffffffff); in st_ioctl()