Lines Matching refs:sclp_buffer
27 #define MAX_SCCB_ROOM (PAGE_SIZE - sizeof(struct sclp_buffer))
47 struct sclp_buffer *
50 struct sclp_buffer *buffer; in sclp_make_buffer()
58 buffer = ((struct sclp_buffer *) ((addr_t) sccb + PAGE_SIZE)) - 1; in sclp_make_buffer()
80 sclp_unmake_buffer(struct sclp_buffer *buffer) in sclp_unmake_buffer()
90 sclp_initialize_mto(struct sclp_buffer *buffer, int max_len) in sclp_initialize_mto()
140 sclp_finalize_mto(struct sclp_buffer *buffer) in sclp_finalize_mto()
177 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) in sclp_write()
313 sclp_buffer_space(struct sclp_buffer *buffer) in sclp_buffer_space()
329 sclp_chars_in_buffer(struct sclp_buffer *buffer) in sclp_chars_in_buffer()
367 struct sclp_buffer *buffer; in sclp_writedata_callback()
370 buffer = (struct sclp_buffer *) data; in sclp_writedata_callback()
432 sclp_emit_buffer(struct sclp_buffer *buffer, in sclp_emit_buffer()
433 void (*callback)(struct sclp_buffer *, int)) in sclp_emit_buffer() argument