Home
last modified time | relevance | path

Searched refs:tty_warn (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/tty/
Dtty.h14 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) macro
Dtty_port.c614 tty_warn(tty, "%s: tty->count = 1 port count = %d\n", __func__, in tty_port_close_start()
619 tty_warn(tty, "%s: bad port count (%d)\n", __func__, in tty_port_close_start()
Dtty_jobctrl.c64 tty_warn(tty, "sig=%d, tty->pgrp == NULL!\n", sig); in __tty_check_change()
Dtty_io.c296 tty_warn(tty, "%s: tty->count(%d) != (#fd's(%d) + #kopen's(%d))\n", in check_tty_count()
1804 tty_warn(tty, "read/write wait queue active!\n"); in tty_release()
1815 tty_warn(tty, "bad slave count (%d)\n", o_tty->count); in tty_release()
1820 tty_warn(tty, "bad tty->count (%d)\n", tty->count); in tty_release()
Dn_tty.c1176 tty_warn(tty, "%d input overrun(s)\n", ldata->num_overrun); in n_tty_receive_overrun()