Lines Matching refs:sclp_buffer
26 #define MAX_SCCB_ROOM (PAGE_SIZE - sizeof(struct sclp_buffer))
46 struct sclp_buffer *
49 struct sclp_buffer *buffer; in sclp_make_buffer()
57 buffer = ((struct sclp_buffer *) ((addr_t) sccb + PAGE_SIZE)) - 1; in sclp_make_buffer()
79 sclp_unmake_buffer(struct sclp_buffer *buffer) in sclp_unmake_buffer()
89 sclp_initialize_mto(struct sclp_buffer *buffer, int max_len) in sclp_initialize_mto()
139 sclp_finalize_mto(struct sclp_buffer *buffer) in sclp_finalize_mto()
176 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) in sclp_write()
312 sclp_buffer_space(struct sclp_buffer *buffer) in sclp_buffer_space()
328 sclp_chars_in_buffer(struct sclp_buffer *buffer) in sclp_chars_in_buffer()
342 sclp_set_columns(struct sclp_buffer *buffer, unsigned short columns) in sclp_set_columns()
351 sclp_set_htab(struct sclp_buffer *buffer, unsigned short htab) in sclp_set_htab()
384 struct sclp_buffer *buffer; in sclp_writedata_callback()
387 buffer = (struct sclp_buffer *) data; in sclp_writedata_callback()
449 sclp_emit_buffer(struct sclp_buffer *buffer, in sclp_emit_buffer()
450 void (*callback)(struct sclp_buffer *, int)) in sclp_emit_buffer() argument