Searched refs:GMT_ONLINE (Results 1 – 7 of 7) sorted by relevance
147 #define GMT_ONLINE(x) ((x) & 0x01000000) macro
218 #define GMT_ONLINE(x) ((x) & 0x01000000) macro
1170 device->tape_generic_status |= GMT_ONLINE(~0); in __tape_do_irq()1172 device->tape_generic_status &= ~GMT_ONLINE(~0); in __tape_do_irq()1182 device->tape_generic_status |= GMT_ONLINE(~0); in __tape_do_irq()1209 device->tape_generic_status |= GMT_ONLINE(~0); in __tape_do_irq()
3790 mt_status.mt_gstat |= GMT_ONLINE(0xffffffff); in st_ioctl_common()