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()
271 if (tty->magic != TTY_MAGIC) { in tty_paranoia_check()2980 tty->magic = TTY_MAGIC; in alloc_tty_struct()
80 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
97 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
91 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
349 #define TTY_MAGIC 0x5401 macro