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()
87 sclp_unmake_buffer(struct sclp_buffer *buffer) in sclp_unmake_buffer()
97 sclp_initialize_mto(struct sclp_buffer *buffer, int max_len) in sclp_initialize_mto()
135 sclp_finalize_mto(struct sclp_buffer *buffer) in sclp_finalize_mto()
180 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) in sclp_write()
310 sclp_buffer_space(struct sclp_buffer *buffer) in sclp_buffer_space()
324 sclp_chars_in_buffer(struct sclp_buffer *buffer) in sclp_chars_in_buffer()
338 sclp_set_columns(struct sclp_buffer *buffer, unsigned short columns) in sclp_set_columns()
347 sclp_set_htab(struct sclp_buffer *buffer, unsigned short htab) in sclp_set_htab()
380 struct sclp_buffer *buffer; in sclp_writedata_callback()
383 buffer = (struct sclp_buffer *) data; in sclp_writedata_callback()
445 sclp_emit_buffer(struct sclp_buffer *buffer, in sclp_emit_buffer()
446 void (*callback)(struct sclp_buffer *, int)) in sclp_emit_buffer() argument