/openbmc/qemu/include/chardev/ |
H A D | char-fe.h | 233 int qemu_chr_fe_write(CharBackend *be, const uint8_t *buf, int len);
|
/openbmc/qemu/target/hppa/ |
H A D | sys_helper.c | 157 qemu_chr_fe_write(serial_backend, &c, sizeof(c)); in HELPER()
|
/openbmc/qemu/tests/unit/ |
H A D | test-char.c | 118 ret = qemu_chr_fe_write(&be, (void *)"buf", 4); in char_stdio_test_subprocess() 157 ret = qemu_chr_fe_write(&be, (void *)"buff", 4); in char_ringbuf_test() 409 qemu_chr_fe_write(chr_client->be, ping, sizeof(ping)); in websock_client_read() 412 qemu_chr_fe_write(chr_client->be, binary, sizeof(binary)); in websock_client_read() 514 ret = qemu_chr_fe_write(&be, (void *)"pipe-out", 9); in char_pipe_test() 1392 ret = qemu_chr_fe_write(&be, (void *)"buf", 4); in char_null_test()
|
/openbmc/qemu/chardev/ |
H A D | char-mux.c | 50 ret = qemu_chr_fe_write(&d->chr, buf, len); in mux_chr_write() 79 ret += qemu_chr_fe_write(&d->chr, buf + i, 1); in mux_chr_write()
|
H A D | char-fe.c | 33 int qemu_chr_fe_write(CharBackend *be, const uint8_t *buf, int len) in qemu_chr_fe_write() function
|
/openbmc/qemu/hw/char/ |
H A D | virtio-console.c | 63 ret = qemu_chr_fe_write(&vcon->chr, buf, len); in flush_buf()
|
H A D | nrf51_uart.c | 86 r = qemu_chr_fe_write(&s->chr, &c, 1); in uart_transmit()
|
H A D | sifive_uart.c | 90 ret = qemu_chr_fe_write(&s->chr, characters, numptr); in sifive_uart_xmit()
|
H A D | cmsdk-apb-uart.c | 205 ret = qemu_chr_fe_write(&s->chr, &s->txbuf, 1); in uart_transmit()
|
H A D | ibex_uart.c | 162 ret = qemu_chr_fe_write(&s->chr, s->tx_fifo, s->tx_level); in ibex_uart_xmit()
|
H A D | xen_console.c | 167 len = qemu_chr_fe_write(&con->chr, in xencons_send()
|
H A D | cadence_uart.c | 317 ret = qemu_chr_fe_write(&s->chr, s->tx_fifo, s->tx_count); in cadence_uart_xmit()
|
H A D | stm32l4x5_usart.c | 256 ret = qemu_chr_fe_write(&s->chr, &ch, 1); in usart_transmit()
|
H A D | serial.c | 259 int rc = qemu_chr_fe_write(&s->chr, &s->tsr, 1); in serial_xmit()
|
/openbmc/qemu/hw/ipmi/ |
H A D | ipmi_bmc_extern.c | 109 ret = qemu_chr_fe_write(&ibe->chr, ibe->outbuf + ibe->outpos, in continue_send()
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_ibt.c | 142 qemu_chr_fe_write(&ibt->chr, &buf[i], 1); in aspeed_ibt_chr_write()
|
/openbmc/qemu/monitor/ |
H A D | monitor.c | 164 rc = qemu_chr_fe_write(&mon->chr, (const uint8_t *) buf, len); in monitor_flush_locked()
|
/openbmc/qemu/hw/display/ |
H A D | vhost-user-gpu.c | 154 qemu_chr_fe_write(&g->vhost_chr, (uint8_t *)msg, in vhost_user_gpu_send_msg()
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 1498 ret = qemu_chr_fe_write(serial_hd(0)->be, &ch, sizeof(ch)); in kvm_riscv_handle_sbi_dbcn() 1521 qemu_chr_fe_write(serial_hd(0)->be, &ch, sizeof(ch)); in kvm_riscv_handle_sbi()
|
/openbmc/qemu/hw/usb/ |
H A D | redirect.c | 305 r = qemu_chr_fe_write(&dev->cs, data, count); in usbredir_write()
|