Searched refs:baum (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | baum.c | 246 if (brlapi__getDisplaySize(baum->brlapi, &baum->x, &baum->y) == -1) { in baum_deferred_init() 293 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input() 344 uint8_t cell_count[] = { BAUM_RSP_CellCount, baum->x * baum->y }; in baum_cellCount_timer_cb() 396 for (i = 0; i < baum->x * baum->y ; i++) { in baum_eat_packet() 412 memset(zero, 0, baum->x * baum->y); in baum_eat_packet() 417 .regionSize = baum->x * baum->y, in baum_eat_packet() 419 .textSize = baum->x * baum->y, in baum_eat_packet() 509 memcpy(baum->in_buf + baum->in_buf_used, buf, tocopy); in baum_chr_write() 517 (eaten = baum_eat_packet(baum, baum->in_buf + cur, baum->in_buf_used - cur))) in baum_chr_write() 522 memmove(baum->in_buf, baum->in_buf + cur, baum->in_buf_used - cur); in baum_chr_write() [all …]
|
H A D | meson.build | 41 module_ss.add(when: [brlapi], if_true: [files('baum.c'), pixman]) 42 chardev_modules += { 'baum': module_ss }
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 2966 F: chardev/baum.c
|