Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dhmp-target.c47 static HMPCommand hmp_info_cmds[]; variable
73 static HMPCommand hmp_info_cmds[] = { variable
143 qsort(hmp_info_cmds, ARRAY_SIZE(hmp_info_cmds) - 1, in sortcmdlist()
144 sizeof(*hmp_info_cmds), in sortcmdlist()
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()
/openbmc/qemu/
H A Dhmp-commands.hx1815 .sub_table = hmp_info_cmds,