Searched refs:text_buf (Results 1 – 2 of 2) sorted by relevance
22 unsigned char *lbuf, *text_buf; member76 memmove(lfb.text_buf, lfb.text_buf + lfb.lfbp.text_columns, in lfb_redraw_puts()78 memset(lfb.text_buf + lfb.ypos * lfb.lfbp.text_columns, 0, lfb.xpos); in lfb_redraw_puts()84 lfb.text_buf[lfb.xpos++ + lfb.ypos * lfb.lfbp.text_columns] = c; in lfb_redraw_puts()90 const unsigned char *line = lfb.text_buf + i * lfb.lfbp.text_columns; in lfb_redraw_puts()130 lfb.text_buf, in lfb_scroll_puts()139 lfb.text_buf[lfb.xpos++] = c; in lfb_scroll_puts()162 lfb.text_buf = xzalloc_bytes(lfb.lfbp.text_columns * lfb.lfbp.text_rows); in lfb_init()165 if ( !lfb.lbuf || !lfb.text_buf || !lfb.line_len ) in lfb_init()180 xfree(lfb.text_buf); in lfb_free()
318 void *text_buf, *ro_buf, *rw_buf; in move_payload() local370 text_buf = vmalloc_xen(size * PAGE_SIZE); in move_payload()371 if ( !text_buf ) in move_payload()378 rw_buf = text_buf + PAGE_ALIGN(payload->text_size); in move_payload()382 payload->text_addr = text_buf; in move_payload()393 buf = text_buf; in move_payload()
Completed in 6 milliseconds