Searched refs:respond_string (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/tty/vt/ |
D | vt.c | 1816 static void respond_string(const char *p, size_t len, struct tty_port *port) in respond_string() function 1830 respond_string(buf, len, tty->port); in cursor_report() 1837 respond_string(teminal_ok, strlen(teminal_ok), tty->port); in status_report() 1845 respond_string(vt102_id, strlen(vt102_id), tty->port); in respond_ID() 1855 respond_string(buf, len, tty->port); in mouse_report()
|