Home
last modified time | relevance | path

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

/openbmc/qemu/monitor/
H A Dhmp.c620 static const HMPCommand *search_dispatch_table(const HMPCommand *disp_table, in search_dispatch_table()
660 cmd = search_dispatch_table(table, cmdname); in monitor_parse_command()
619 static const HMPCommand *search_dispatch_table(const HMPCommand *disp_table, search_dispatch_table() function