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.c87 static const char * const mux_help[] = { variable
116 for (i = 0; mux_help[i] != NULL; i++) { in mux_print_help()
117 for (j = 0; mux_help[i][j] != '\0'; j++) { in mux_print_help()
118 if (mux_help[i][j] == '%') { in mux_print_help()
121 qemu_chr_write_all(chr, (uint8_t *)&mux_help[i][j], 1); in mux_print_help()