Searched refs:respond_string (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvt.c1817 static void respond_string(const char *p, size_t len, struct tty_port *port) function
1831 respond_string(buf, len, tty->port);
1838 respond_string(teminal_ok, strlen(teminal_ok), tty->port);
1846 respond_string(vt102_id, strlen(vt102_id), tty->port);
1856 respond_string(buf, len, tty->port);

Completed in 98 milliseconds