Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dhmp-target.c47 static HMPCommand hmp_info_cmds[];
73 static HMPCommand hmp_info_cmds[] = {
79 HMPCommand hmp_cmds[] = {
134 return strcmp(((const HMPCommand *)a)->name, in compare_mon_cmd()
135 ((const HMPCommand *)b)->name); in compare_mon_cmd()
151 HMPCommand *table = info ? hmp_info_cmds : hmp_cmds; in monitor_register_hmp()
167 HMPCommand *table = hmp_info_cmds; in monitor_register_hmp_info_hrt()
H A Dmonitor-internal.h71 typedef struct HMPCommand { struct
91 struct HMPCommand *sub_table; argument
93 } HMPCommand; argument
172 extern HMPCommand hmp_cmds[];
H A Dhmp.c207 static bool cmd_can_preconfig(const HMPCommand *cmd) in cmd_can_preconfig()
216 static bool cmd_available(const HMPCommand *cmd) in cmd_available()
222 const HMPCommand *cmd, in help_cmd_dump_one()
239 static void help_cmd_dump(Monitor *mon, const HMPCommand *cmds, in help_cmd_dump()
242 const HMPCommand *cmd; in help_cmd_dump()
619 static const HMPCommand *search_dispatch_table(const HMPCommand *disp_table, in search_dispatch_table()
622 const HMPCommand *cmd; in search_dispatch_table()
643 static const HMPCommand *monitor_parse_command(MonitorHMP *hmp_mon, in monitor_parse_command()
646 HMPCommand *table) in monitor_parse_command()
650 const HMPCommand *cmd; in monitor_parse_command()
[all …]
/openbmc/qemu/docs/devel/
H A Ddocs.rst60 of an array of structs of type ``HMPCommand`` which define the
/openbmc/qemu/
H A Dhmp-commands-info.hx3 HXCOMM This file defines the contents of an array of HMPCommand structs
H A Dhmp-commands.hx3 HXCOMM This file defines the contents of an array of HMPCommand structs