Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dtty_port.c569 tty_warn(tty, "%s: tty->count = 1 port count = %d\n", __func__, in tty_port_close_start()
574 tty_warn(tty, "%s: bad port count (%d)\n", __func__, in tty_port_close_start()
Dtty_jobctrl.c62 tty_warn(tty, "sig=%d, tty->pgrp == NULL!\n", sig); in __tty_check_change()
Dtty_io.c297 tty_warn(tty, "%s: tty->count(%d) != (#fd's(%d) + #kopen's(%d))\n", in check_tty_count()
1807 tty_warn(tty, "read/write wait queue active!\n"); in tty_release()
1818 tty_warn(tty, "bad slave count (%d)\n", o_tty->count); in tty_release()
1823 tty_warn(tty, "bad tty->count (%d)\n", tty->count); in tty_release()
Dn_tty.c1201 tty_warn(tty, "%d input overrun(s)\n", ldata->num_overrun); in n_tty_receive_overrun()
/kernel/linux/linux-5.10/include/linux/
Dtty.h795 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) macro