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

/linux-4.1.27/drivers/s390/char/
H A Dsclp_tty.c46 static struct sclp_buffer *sclp_ttybuf; variable in typeref:struct:sclp_buffer
99 if (sclp_ttybuf != NULL) sclp_tty_write_room()
100 count = sclp_buffer_space(sclp_ttybuf) / sizeof(struct mto); sclp_tty_write_room()
160 buf = sclp_ttybuf; sclp_tty_timeout()
161 sclp_ttybuf = NULL; sclp_tty_timeout()
186 if (sclp_ttybuf == NULL) { sclp_tty_write_string()
197 sclp_ttybuf = sclp_make_buffer(page, sclp_tty_columns, sclp_tty_write_string()
201 written = sclp_write(sclp_ttybuf, str, count); sclp_tty_write_string()
210 buf = sclp_ttybuf; sclp_tty_write_string()
211 sclp_ttybuf = NULL; sclp_tty_write_string()
219 if (sclp_ttybuf && sclp_chars_in_buffer(sclp_ttybuf) && sclp_tty_write_string()
298 if (sclp_ttybuf != NULL) sclp_tty_chars_in_buffer()
299 count = sclp_chars_in_buffer(sclp_ttybuf); sclp_tty_chars_in_buffer()
533 sclp_ttybuf = NULL; sclp_tty_init()

Completed in 31 milliseconds