Searched refs:sclp_conbuf (Results 1 – 1 of 1) sorted by relevance
35 static struct sclp_buffer *sclp_conbuf; variable85 if (sclp_conbuf) in sclp_conbuf_emit()86 list_add_tail(&sclp_conbuf->list, &sclp_con_outqueue); in sclp_conbuf_emit()87 sclp_conbuf = NULL; in sclp_conbuf_emit()178 if (sclp_conbuf == NULL) { in sclp_console_write()192 sclp_conbuf = sclp_make_buffer(page, sclp_con_columns, in sclp_console_write()196 written = sclp_write(sclp_conbuf, (const unsigned char *) in sclp_console_write()212 if (sclp_conbuf != NULL && sclp_chars_in_buffer(sclp_conbuf) != 0 && in sclp_console_write()333 sclp_conbuf = NULL; in sclp_console_init()