Searched refs:HMPCommand (Results 1 – 6 of 6) sorted by relevance
47 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()
71 typedef struct HMPCommand { struct91 struct HMPCommand *sub_table; argument93 } HMPCommand; typedef172 extern HMPCommand hmp_cmds[];
207 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 …]
60 of an array of structs of type ``HMPCommand`` which define the
3 HXCOMM This file defines the contents of an array of HMPCommand structs