Home
last modified time | relevance | path

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

/qemu/monitor/
A Dhmp.c257 if (cmd->sub_table) { in help_cmd_dump()
259 help_cmd_dump(mon, cmd->sub_table, in help_cmd_dump()
679 if (cmd->sub_table != NULL && *p != '\0') { in monitor_parse_command()
680 return monitor_parse_command(hmp_mon, cmdp_start, cmdp, cmd->sub_table); in monitor_parse_command()
1300 if (cmd->sub_table) { in monitor_find_completion_by_table()
1302 monitor_find_completion_by_table(mon, cmd->sub_table, in monitor_find_completion_by_table()
A Dmonitor-internal.h91 struct HMPCommand *sub_table; member
/qemu/
A Dhmp-commands.hx1815 .sub_table = hmp_info_cmds,

Completed in 7 milliseconds