Home
last modified time | relevance | path

Searched refs:TTY_MAGIC (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/tty/
A Dtty_mutex.c17 if (WARN(tty->magic != TTY_MAGIC, "L Bad %p\n", tty)) in tty_lock()
28 if (WARN(tty->magic != TTY_MAGIC, "L Bad %p\n", tty)) in tty_lock_interruptible()
39 if (WARN(tty->magic != TTY_MAGIC, "U Bad %p\n", tty)) in tty_unlock()
A Dtty_io.c269 if (tty->magic != TTY_MAGIC) { in tty_paranoia_check()
3127 tty->magic = TTY_MAGIC; in alloc_tty_struct()
/linux/Documentation/translations/zh_CN/process/
A Dmagic-number.rst76 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
/linux/Documentation/translations/zh_TW/process/
A Dmagic-number.rst79 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
/linux/include/linux/
A Dtty.h215 #define TTY_MAGIC 0x5401 macro
/linux/Documentation/process/
A Dmagic-number.rst87 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``
/linux/Documentation/translations/it_IT/process/
A Dmagic-number.rst93 TTY_MAGIC 0x5401 tty_struct ``include/linux/tty.h``

Completed in 11 milliseconds