Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dmonitor-internal.h87 * @sub_table is a list of 2nd level of commands. If it does not exist,
88 * cmd should be used. If it exists, sub_table[?].cmd should be
91 struct HMPCommand *sub_table; member
H A Dhmp.c257 if (cmd->sub_table) { in help_cmd_dump()
259 help_cmd_dump(mon, cmd->sub_table, in help_cmd_dump()
680 if (cmd->sub_table != NULL && *p != '\0') { in monitor_parse_command()
681 return monitor_parse_command(hmp_mon, cmdp_start, cmdp, cmd->sub_table); in monitor_parse_command()
1301 if (cmd->sub_table) { in monitor_find_completion_by_table()
1303 monitor_find_completion_by_table(mon, cmd->sub_table, in monitor_find_completion_by_table()
/openbmc/qemu/
H A Dhmp-commands.hx1823 .sub_table = hmp_info_cmds,