Home
last modified time | relevance | path

Searched refs:line_flush_buffer (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/um/include/shared/
Dline.h77 extern void line_flush_buffer(struct tty_struct *tty);
/linux-2.6.39/arch/um/drivers/
Dstdio_console.c119 .flush_buffer = line_flush_buffer,
Dssl.c136 .flush_buffer = line_flush_buffer,
Dline.c175 void line_flush_buffer(struct tty_struct *tty) in line_flush_buffer() function
192 line_flush_buffer(tty); in line_flush_chars()