Searched refs:TTY_MAGIC (Results 1 – 6 of 6) sorted by relevance
16 if (WARN(tty->magic != TTY_MAGIC, "L Bad %p\n", tty)) in tty_lock()27 if (WARN(tty->magic != TTY_MAGIC, "L Bad %p\n", tty)) in tty_lock_interruptible()38 if (WARN(tty->magic != TTY_MAGIC, "U Bad %p\n", tty)) in tty_unlock()
272 if (tty->magic != TTY_MAGIC) { in tty_paranoia_check()2990 tty->magic = TTY_MAGIC; in alloc_tty_struct()
79 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
90 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
96 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
355 #define TTY_MAGIC 0x5401 macro