MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cmd_quit_parsed

Function cmd_quit_parsed

dpdk/examples/multi_process/hotplug_mp/commands.c:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void
21cmd_quit_parsed(__rte_unused void *parsed_result,
22 struct cmdline *cl,
23 __rte_unused void *data)
24{
25 cmdline_quit(cl);
26}
27
28void
29cmd_list_parsed(__rte_unused void *parsed_result,

Callers

nothing calls this directly

Calls 1

cmdline_quitFunction · 0.85

Tested by

no test coverage detected