Lines Matching refs:sclp_buffer
27 #define MAX_SCCB_ROOM (PAGE_SIZE - sizeof(struct sclp_buffer))
40 struct sclp_buffer *
43 struct sclp_buffer *buffer; in sclp_make_buffer()
51 buffer = ((struct sclp_buffer *) ((addr_t) sccb + PAGE_SIZE)) - 1; in sclp_make_buffer()
73 sclp_unmake_buffer(struct sclp_buffer *buffer) in sclp_unmake_buffer()
83 sclp_initialize_mto(struct sclp_buffer *buffer, int max_len) in sclp_initialize_mto()
133 sclp_finalize_mto(struct sclp_buffer *buffer) in sclp_finalize_mto()
170 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) in sclp_write()
306 sclp_buffer_space(struct sclp_buffer *buffer) in sclp_buffer_space()
322 sclp_chars_in_buffer(struct sclp_buffer *buffer) in sclp_chars_in_buffer()
360 struct sclp_buffer *buffer; in sclp_writedata_callback()
363 buffer = (struct sclp_buffer *) data; in sclp_writedata_callback()
425 sclp_emit_buffer(struct sclp_buffer *buffer, in sclp_emit_buffer()
426 void (*callback)(struct sclp_buffer *, int)) in sclp_emit_buffer() argument