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

/linux-master/drivers/s390/char/
H A Dsclp_con.c36 static struct sclp_buffer *sclp_conbuf; variable in typeref:struct:sclp_buffer
84 if (sclp_conbuf)
85 list_add_tail(&sclp_conbuf->list, &sclp_con_outqueue);
86 sclp_conbuf = NULL;
176 if (sclp_conbuf == NULL) {
188 sclp_conbuf = sclp_make_buffer(page, SCLP_CON_COLUMNS,
192 written = sclp_write(sclp_conbuf, (const unsigned char *)
208 if (sclp_conbuf != NULL && sclp_chars_in_buffer(sclp_conbuf) != 0 &&
287 sclp_conbuf
[all...]

Completed in 145 milliseconds