Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/char/
Dsclp_tty.c176 int overall_written; in sclp_tty_write_string() local
181 overall_written = 0; in sclp_tty_write_string()
201 overall_written += written; in sclp_tty_write_string()
224 return overall_written; in sclp_tty_write_string()
Dsclp_vt220.c405 int overall_written; in __sclp_vt220_write() local
409 overall_written = 0; in __sclp_vt220_write()
434 overall_written += written; in __sclp_vt220_write()
456 return overall_written; in __sclp_vt220_write()