Searched refs:sclp_conbuf (Results 1 – 1 of 1) sorted by relevance
34 static struct sclp_buffer *sclp_conbuf; variable84 if (sclp_conbuf) in sclp_conbuf_emit()85 list_add_tail(&sclp_conbuf->list, &sclp_con_outqueue); in sclp_conbuf_emit()86 sclp_conbuf = NULL; in sclp_conbuf_emit()177 if (sclp_conbuf == NULL) { in sclp_console_write()191 sclp_conbuf = sclp_make_buffer(page, sclp_con_columns, in sclp_console_write()195 written = sclp_write(sclp_conbuf, (const unsigned char *) in sclp_console_write()211 if (sclp_conbuf != NULL && sclp_chars_in_buffer(sclp_conbuf) != 0 && in sclp_console_write()336 sclp_conbuf = NULL; in sclp_console_init()