Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dtty.h14 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) macro
Dtty_port.c635 tty_warn(tty, "%s: tty->count = 1 port count = %d\n", __func__, in tty_port_close_start()
640 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.c290 tty_warn(tty, "%s: tty->count(%d) != (#fd's(%d) + #kopen's(%d))\n", in check_tty_count()
1797 tty_warn(tty, "read/write wait queue active!\n"); in tty_release()
1808 tty_warn(tty, "bad slave count (%d)\n", o_tty->count); in tty_release()
1813 tty_warn(tty, "bad tty->count (%d)\n", tty->count); in tty_release()
Dn_tty.c1181 tty_warn(tty, "%d input overrun(s)\n", ldata->num_overrun); in n_tty_receive_overrun()