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

Function cmd_quit_parsed

dpdk/examples/vdpa/main.c:456–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void cmd_quit_parsed(__rte_unused void *parsed_result,
457 struct cmdline *cl,
458 __rte_unused void *data)
459{
460 vdpa_sample_quit();
461 cmdline_quit(cl);
462}
463
464int
465main(int argc, char *argv[])

Callers

nothing calls this directly

Calls 2

vdpa_sample_quitFunction · 0.85
cmdline_quitFunction · 0.85

Tested by

no test coverage detected