Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-mux.c88 static const char * const mux_help[] = { variable
117 for (i = 0; mux_help[i] != NULL; i++) { in mux_print_help()
118 for (j = 0; mux_help[i][j] != '\0'; j++) { in mux_print_help()
119 if (mux_help[i][j] == '%') { in mux_print_help()
122 qemu_chr_write_all(chr, (uint8_t *)&mux_help[i][j], 1); in mux_print_help()