Home
last modified time | relevance | path

Searched refs:overall_written (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/s390/char/
Dsclp_tty.c177 int overall_written; in sclp_tty_write_string() local
182 overall_written = 0; in sclp_tty_write_string()
202 overall_written += written; in sclp_tty_write_string()
225 return overall_written; in sclp_tty_write_string()
Dsclp_vt220.c411 int overall_written; in __sclp_vt220_write() local
415 overall_written = 0; in __sclp_vt220_write()
440 overall_written += written; in __sclp_vt220_write()
462 return overall_written; in __sclp_vt220_write()