/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 381 qemu_chr_fe_write_all(chr, (uint8_t *) &msg, in chr_read() 413 qemu_chr_fe_write_all(chr, p, VHOST_USER_HDR_SIZE + msg.size); in chr_read() 446 qemu_chr_fe_write_all(chr, p, VHOST_USER_HDR_SIZE + msg.size); in chr_read() 488 qemu_chr_fe_write_all(chr, p, VHOST_USER_HDR_SIZE); in chr_read() 504 qemu_chr_fe_write_all(chr, p, VHOST_USER_HDR_SIZE + msg.size); in chr_read() 1078 qemu_chr_fe_write_all(chr, (uint8_t *)msg, VHOST_USER_HDR_SIZE + msg->size); in vu_net_get_protocol_features() 1162 qemu_chr_fe_write_all(chr, (uint8_t *)msg, VHOST_USER_HDR_SIZE + msg->size); in vu_gpio_get_protocol_features() 1204 qemu_chr_fe_write_all(chr, (uint8_t *)msg, VHOST_USER_HDR_SIZE + msg->size); in vu_scmi_get_protocol_features()
|
/qemu/hw/char/ |
H A D | goldfish_tty.c | 102 qemu_chr_fe_write_all(&s->chr, data_out, to_copy); in goldfish_tty_cmd() 137 qemu_chr_fe_write_all(&s->chr, &c, sizeof(c)); in goldfish_tty_write()
|
H A D | riscv_htif.c | 216 qemu_chr_fe_write_all(&s->chr, &ch, 1); in htif_handle_tohost_write() 239 qemu_chr_fe_write_all(&s->chr, &ch, 1); in htif_handle_tohost_write()
|
H A D | terminal3270.c | 84 qemu_chr_fe_write_all(&t->chr, timing, sizeof(timing)); in send_timing_mark_cb() 279 retval = qemu_chr_fe_write_all(&t->chr, t->outv, out_len); in write_payload_3270()
|
H A D | sclpconsole-lm.c | 99 qemu_chr_fe_write_all(&scon->chr, buf, size); in chr_read() 210 return qemu_chr_fe_write_all(&scon->chr, buf, len); in write_console_data()
|
H A D | debugcon.c | 66 qemu_chr_fe_write_all(&s->chr, &ch, 1); in debugcon_ioport_write()
|
H A D | digic-uart.c | 84 qemu_chr_fe_write_all(&s->chr, &ch, 1); in digic_uart_write()
|
H A D | shakti_uart.c | 76 qemu_chr_fe_write_all(&s->chr, &ch, 1); in shakti_uart_write()
|
H A D | stm32f2xx_usart.c | 161 qemu_chr_fe_write_all(&s->chr, &ch, 1); in stm32f2xx_usart_write()
|
H A D | grlib_apbuart.c | 215 qemu_chr_fe_write_all(&uart->chr, &c, 1); in grlib_apbuart_write()
|
H A D | xilinx_uartlite.c | 154 qemu_chr_fe_write_all(&s->chr, &ch, 1); in uart_write()
|
H A D | spapr_vty.c | 87 qemu_chr_fe_write_all(&dev->chardev, buf, len); in vty_putchars()
|
H A D | bcm2835_aux.c | 177 qemu_chr_fe_write_all(&s->chr, &ch, 1); in bcm2835_aux_write()
|
H A D | sclpconsole.c | 178 return qemu_chr_fe_write_all(&scon->chr, buf, len); in write_console_data()
|
H A D | avr_usart.c | 183 qemu_chr_fe_write_all(&usart->chr, &data, 1); in avr_usart_write()
|
H A D | mcf_uart.c | 131 qemu_chr_fe_write_all(&s->chr, (unsigned char *)&s->tb, 1); in mcf_uart_do_tx()
|
H A D | sh_serial.c | 128 qemu_chr_fe_write_all(&s->chr, &ch, 1); in sh_serial_write()
|
/qemu/net/ |
H A D | filter-mirror.c | 63 ret = qemu_chr_fe_write_all(&s->chr_out, (uint8_t *)&len, sizeof(len)); in _filter_send() 79 ret = qemu_chr_fe_write_all(&s->chr_out, (uint8_t *)&len, sizeof(len)); in _filter_send() 85 ret = qemu_chr_fe_write_all(&s->chr_out, (uint8_t *)buf, size); in _filter_send()
|
H A D | colo-compare.c | 734 ret = qemu_chr_fe_write_all(sendco->chr, (uint8_t *)&len, sizeof(len)); in _compare_chr_send() 749 ret = qemu_chr_fe_write_all(sendco->chr, in _compare_chr_send() 760 ret = qemu_chr_fe_write_all(sendco->chr, in _compare_chr_send()
|
/qemu/rust/qemu-api/src/ |
H A D | chardev.rs | 63 let r = unsafe { bindings::qemu_chr_fe_write_all(addr_of_mut!(*chr), buf.as_ptr(), len) }; in write_all() 244 let r = unsafe { bindings::qemu_chr_fe_write_all(self.inner.as_ptr(), buf.as_ptr(), len) }; in write_all()
|
/qemu/chardev/ |
H A D | char-fe.c | 44 int qemu_chr_fe_write_all(CharBackend *be, const uint8_t *buf, int len) in qemu_chr_fe_write_all() function 171 qemu_chr_fe_write_all(be, (uint8_t *)buf, strlen(buf)); in qemu_chr_fe_printf()
|
/qemu/include/chardev/ |
H A D | char-fe.h | 248 int qemu_chr_fe_write_all(CharBackend *be, const uint8_t *buf, int len);
|
/qemu/hw/usb/ |
H A D | ccid-card-passthru.c | 88 qemu_chr_fe_write_all(&s->cs, (uint8_t *)&scr_msg_header, in DECLARE_INSTANCE_CHECKER() 90 qemu_chr_fe_write_all(&s->cs, payload, length); in DECLARE_INSTANCE_CHECKER()
|
/qemu/backends/ |
H A D | rng-egd.c | 46 qemu_chr_fe_write_all(&s->chr, header, sizeof(header)); in rng_egd_request_entropy()
|
/qemu/target/xtensa/ |
H A D | xtensa-semi.c | 227 io_done = qemu_chr_fe_write_all(&sim_console->be, in HELPER()
|