Searched refs:TUB_UE_BUSY (Results 1 – 3 of 3) sorted by relevance
296 tubp->flags |= TUB_UE_BUSY; in fs3270_int()298 } else if (tubp->flags & TUB_UE_BUSY) { in fs3270_int()299 tubp->flags &= ~TUB_UE_BUSY; in fs3270_int()
720 tubp->flags |= TUB_UE_BUSY; in tty3270_int()722 } else if (tubp->flags & TUB_UE_BUSY) { in tty3270_int()723 tubp->flags &= ~TUB_UE_BUSY; in tty3270_int()
293 #define TUB_UE_BUSY 0x0800 macro