Home
last modified time | relevance | path

Searched refs:vty_putchars (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/char/
H A Dspapr_vty.c81 void vty_putchars(SpaprVioDevice *sdev, uint8_t *buf, int len) in vty_putchars() function
126 vty_putchars(sdev, buf, len); in h_put_term_char()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_vio.h139 void vty_putchars(SpaprVioDevice *sdev, uint8_t *buf, int len);
/openbmc/qemu/hw/ppc/
H A Dspapr_rtas.c65 vty_putchars(sdev, &c, sizeof(c)); in rtas_display_character()