Searched refs:monitor_init_hmp (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/stubs/ |
H A D | monitor-internal.c | 11 void monitor_init_hmp(Chardev *chr, bool use_readline, Error **errp) in monitor_init_hmp() function
|
/openbmc/qemu/include/monitor/ |
H A D | monitor.h | 23 void monitor_init_hmp(Chardev *chr, bool use_readline, Error **errp);
|
/openbmc/qemu/gdbstub/ |
H A D | system.c | 389 monitor_init_hmp(mon_chr, false, &error_abort); in gdbserver_start()
|
/openbmc/qemu/monitor/ |
H A D | monitor.c | 756 monitor_init_hmp(chr, true, errp); in monitor_init()
|
H A D | hmp.c | 1473 void monitor_init_hmp(Chardev *chr, bool use_readline, Error **errp) in monitor_init_hmp() function
|
/openbmc/qemu/chardev/ |
H A D | char.c | 751 monitor_init_hmp(chr, true, &err); in qemu_chr_new_from_name()
|